|
QJCC homepage | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object biz.chitec.quarterback.swing.PropertiesEditor.PropBaseNameIterator
Iterator over the property names in the editor's properties themselves.
Field Summary | |
private java.lang.String |
base
|
private PropertiesEditor.PropBaseNameIterator |
chained
|
private int |
currentnum
|
private java.lang.String |
currentpart
|
Constructor Summary | |
PropertiesEditor.PropBaseNameIterator(java.lang.String basex)
Constructor for the PropBaseNameIterator object |
Method Summary | |
private java.lang.String |
findPartForNum(int i)
Description of the Method |
boolean |
hasNext()
Description of the Method |
java.lang.Object |
next()
Description of the Method |
void |
remove()
Description of the Method |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
private int currentnum
private java.lang.String currentpart
private java.lang.String base
private PropertiesEditor.PropBaseNameIterator chained
Constructor Detail |
public PropertiesEditor.PropBaseNameIterator(java.lang.String basex)
basex
- Description of the ParameterMethod Detail |
private java.lang.String findPartForNum(int i)
i
- Description of the Parameter
public boolean hasNext()
hasNext
in interface java.util.Iterator
public java.lang.Object next()
next
in interface java.util.Iterator
public void remove()
remove
in interface java.util.Iterator
|
QJCC homepage | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |