org.w3c.jigadm.editors
Class IndexFeeder
java.lang.Object
org.w3c.jigadm.editors.IndexFeeder
- All Implemented Interfaces:
- EditorFeeder
- Direct Known Subclasses:
- ResourceIndexFeeder
public class IndexFeeder
- extends java.lang.Object
- implements EditorFeeder
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FILTER_P
public static final java.lang.String FILTER_P
- See Also:
- Constant Field Values
FORBID_RULE
public static final java.lang.String FORBID_RULE
- See Also:
- Constant Field Values
IndexFeeder
public IndexFeeder()
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.
match
protected boolean match(java.lang.String s,
java.lang.String[] extensions)
filter
protected java.lang.String[] filter(java.lang.String[] children,
java.lang.String[] extensions)
getResource
protected RemoteResource getResource(RemoteResourceWrapper rrw,
java.util.Properties p)
getStringArray
protected java.lang.String[] getStringArray(RemoteResourceWrapper rrw,
java.util.Properties p)
initialize
public void initialize(RemoteResourceWrapper rrw,
java.util.Properties p)
- Specified by:
initialize
in interface EditorFeeder