org.w3c.jigadm.editors
Class PropertyFeeder

java.lang.Object
  extended by org.w3c.jigadm.editors.PropertyFeeder
All Implemented Interfaces:
EditorFeeder

public class PropertyFeeder
extends java.lang.Object
implements EditorFeeder


Field Summary
static java.lang.String FEEDER_DATA_P
           
 
Constructor Summary
PropertyFeeder()
           
 
Method Summary
 java.lang.String[] getDefaultItems()
          Compute the possible items for a StringArrayEditor.
protected  java.lang.String[] getStringArray(java.util.Properties p, java.lang.String name)
           
 void initialize(RemoteResourceWrapper rrw, java.util.Properties p)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

FEEDER_DATA_P

public static final java.lang.String FEEDER_DATA_P
See Also:
Constant Field Values
Constructor Detail

PropertyFeeder

public PropertyFeeder()
Method Detail

getDefaultItems

public java.lang.String[] getDefaultItems()
Description copied from interface: EditorFeeder
Compute the possible items for a StringArrayEditor.

Specified by:
getDefaultItems in interface EditorFeeder
Returns:
The possible items for the selection.

getStringArray

protected java.lang.String[] getStringArray(java.util.Properties p,
                                            java.lang.String name)

initialize

public void initialize(RemoteResourceWrapper rrw,
                       java.util.Properties p)
Specified by:
initialize in interface EditorFeeder