Uses of Interface
com.ccg.util.LookupKeyed

Packages that use LookupKeyed
com.ccg.awt AWT Related Classes. 
com.ccg.util General Utility Classes. 
 

Uses of LookupKeyed in com.ccg.awt
 

Constructors in com.ccg.awt with parameters of type LookupKeyed
MenuChoice(String name, boolean isTearOff, LookupKeyed cf)
          Create the menu object and add a bunch of menu items.
 

Uses of LookupKeyed in com.ccg.util
 

Classes in com.ccg.util that implement LookupKeyed
 class LookupINI
          Class to read/write Windows style INI files.
 class LookupOrdered
          A LookupKeyed class which maintains key order.
 class LookupProperties
          Version of Properties which implements a keyed lookup table.
 

Methods in com.ccg.util that return LookupKeyed
static LookupKeyed LookupCreate.empty()
          Create a empty Lookup object.
static LookupKeyed LookupCreate.fromBracketString(String items)
          Create a LookupKeyed object from a "bracket string".
static LookupKeyed LookupCreate.fromDictionary(Dictionary dict)
          Create a Lookup object from any Dictionary derived object This method is used to make a Lookup object out of java.util.Dictionary derived objects (like java.util.Hashtable an java.util.Properties).
static LookupKeyed LookupCreate.fromResourceBundle(ResourceBundle rb)
          Create a Lookup object from any ResourceBundle derived object This method is used to make a Lookup object out of java.util.ResourceBundle derived object.
 



Copyright 1998-1998-2006 null. All Rights Reserved.