QJCC homepage

biz.chitec.quarterback.swing
Class PropertiesEditor.PropBaseNameIterator

java.lang.Object
  extended bybiz.chitec.quarterback.swing.PropertiesEditor.PropBaseNameIterator
All Implemented Interfaces:
java.util.Iterator
Enclosing class:
PropertiesEditor

private class PropertiesEditor.PropBaseNameIterator
extends java.lang.Object
implements java.util.Iterator

Iterator over the property names in the editor's properties themselves.

Author:
dh

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

currentnum

private int currentnum

currentpart

private java.lang.String currentpart

base

private java.lang.String base

chained

private PropertiesEditor.PropBaseNameIterator chained
Constructor Detail

PropertiesEditor.PropBaseNameIterator

public PropertiesEditor.PropBaseNameIterator(java.lang.String basex)
Constructor for the PropBaseNameIterator object

Parameters:
basex - Description of the Parameter
Method Detail

findPartForNum

private java.lang.String findPartForNum(int i)
Description of the Method

Parameters:
i - Description of the Parameter
Returns:
Description of the Return Value

hasNext

public boolean hasNext()
Description of the Method

Specified by:
hasNext in interface java.util.Iterator
Returns:
Description of the Return Value

next

public java.lang.Object next()
Description of the Method

Specified by:
next in interface java.util.Iterator
Returns:
Description of the Return Value

remove

public void remove()
Description of the Method

Specified by:
remove in interface java.util.Iterator

QJCC homepage