All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class org.w3c.jigadm.editors.IndexFeeder

java.lang.Object
   |
   +----org.w3c.jigadm.editors.IndexFeeder

public class IndexFeeder
extends Object
implements EditorFeeder

Variable Index

 o FILTER_P

Constructor Index

 o IndexFeeder()

Method Index

 o filter(String[], String[])
 o getDefaultItems()
 o getStringArray(RemoteResourceWrapper, Properties)
 o initialize(RemoteResourceWrapper, Properties)
 o match(String, String[])

Variables

 o FILTER_P
 public static final String FILTER_P

Constructors

 o IndexFeeder
 public IndexFeeder()

Methods

 o getDefaultItems
 public String[] getDefaultItems()
 o match
 protected boolean match(String s,
                         String extensions[])
 o filter
 protected String[] filter(String children[],
                           String extensions[])
 o getStringArray
 protected String[] getStringArray(RemoteResourceWrapper rrw,
                                   Properties p)
 o initialize
 public void initialize(RemoteResourceWrapper rrw,
                        Properties p)

All Packages  Class Hierarchy  This Package  Previous  Next  Index