|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Lookup | |
|---|---|
| com.ccg.awt | AWT Related Classes. |
| com.ccg.io | Input/Output Classes. |
| com.ccg.swing | Swing Components/Utilities. |
| com.ccg.text | Text formatting related classes. |
| com.ccg.util | General Utility Classes. |
| com.ccg.values | Value Transfer Classes. |
| com.ccg.values.stock | Some stock com.ccg.values.ValuesEditor implementations. |
| Uses of Lookup in com.ccg.awt |
|---|
| Methods in com.ccg.awt with parameters of type Lookup | |
|---|---|
static TriggerButton |
TriggerButton.create(Lookup lookup,
String tag)
The easy way to create localizable trigger buttons. |
static MenuChoice |
MenuChoice.create(Lookup lookup,
String tag)
The easy way to create localizable flyout menu choices. |
| Uses of Lookup in com.ccg.io |
|---|
| Methods in com.ccg.io that return Lookup | |
|---|---|
static Lookup |
Utility.getLookup(String name)
Load a set of Lookup properties. |
| Uses of Lookup in com.ccg.swing |
|---|
| Fields in com.ccg.swing declared as Lookup | |
|---|---|
(package private) Lookup |
RMenuBar._Lookup
|
| Methods in com.ccg.swing with parameters of type Lookup | |
|---|---|
int |
ClassComboBoxModel.addFromLookup(Lookup l,
String tag)
Dynamically creates and adds ObjectFactory
instances based upon a lookup table. |
static ActionCallback |
ActionCallback.create(Lookup l,
AbstractButton a,
Object o)
Construct a ActionCallback object based
on a set of properties and register it. |
| Constructors in com.ccg.swing with parameters of type Lookup | |
|---|---|
Resources(Lookup l)
Create a resource repository using a lookup object. |
|
| Uses of Lookup in com.ccg.text |
|---|
| Methods in com.ccg.text with parameters of type Lookup | |
|---|---|
static DateFormat |
Formats.createDateFormat(Lookup l)
Creates a DateFormat object based upon values
in a Lookup object. |
static NumberFormat |
Formats.createNumberFormat(Lookup l)
Creates a NumberFormat object based upon
values in a Lookup object. |
| Uses of Lookup in com.ccg.util |
|---|
| Subinterfaces of Lookup in com.ccg.util | |
|---|---|
interface |
LookupKeyed
A Lookup table which can have all of its "keys" retrieved. |
| Classes in com.ccg.util that implement Lookup | |
|---|---|
class |
CommandLine
Useful when looking for command line switches. |
class |
CommandLineUtility
Simplification of the process of creating command line utilities. |
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. |
class |
TagLookup
General purpose lookup and string convertor. |
| Methods in com.ccg.util that return Lookup | |
|---|---|
static Lookup |
LookupCreate.forOS(Lookup from)
Create a Operating System specific Lookup table. |
static Lookup |
LookupCreate.fromApplet(Applet a)
Create a Lookup object from any Applet derived object
This method is used to make a Lookup object out of
java.applet.Applet derived object. |
static Lookup |
LookupCreate.fromLookups(Lookup primary,
Lookup fallback)
Chain together two Lookup objects. |
Lookup |
TagLookup.getLookup()
Get the base settings used for looking up values |
| Methods in com.ccg.util with parameters of type Lookup | |
|---|---|
static Lookup |
LookupCreate.forOS(Lookup from)
Create a Operating System specific Lookup table. |
static Lookup |
LookupCreate.fromLookups(Lookup primary,
Lookup fallback)
Chain together two Lookup objects. |
static String[] |
TagLookup.getIndexedList(Lookup l,
String id)
Lookup a variable length array prefixed by "tag.N". |
static String[] |
TagLookup.getStrings(Lookup l,
String[] tags)
Lookup a array of strings given an array of keys. |
static void |
Log.init(String basename,
Lookup cl)
Initialize the properties of logging based on command line options. |
static void |
Log.init(String basename,
Lookup l,
Observer o)
Initialize the properties of logging based on command line options. |
void |
TagLookup.setLookup(Lookup val)
Set the base settings used for looking up values Note, this has "ripple" affects if your object is shared by different threads/objects. |
| Constructors in com.ccg.util with parameters of type Lookup | |
|---|---|
CommandLineUtility(Lookup l,
String tag)
Initializes the command line utility This constructor should be the first thing your class invokes it performs the following basic initialization steps: Sets the argument array as its command line options Initializes the logging
device used for Log and Debug messages. |
|
TagLookup(Lookup l)
Create a "untagged" instance. |
|
TagLookup(Lookup l,
String tag)
Create a "tagged" instance. |
|
| Uses of Lookup in com.ccg.values |
|---|
| Methods in com.ccg.values with parameters of type Lookup | |
|---|---|
int |
ValuesFactoryTree.addFromLookup(Lookup baseLookup,
String tag,
Class oclass)
Register a set of zero or more ValuesConfig/ValuesEditor pairings with the
factory. |
void |
ValuesEditor.init(Lookup props)
Set the properties to be used when constructing the visual component. |
void |
ValuesEditorAdapter.init(Lookup props)
Set the properties to be used when constructing the visual component. |
void |
ValuesEditorBean.init(Lookup props)
Set the properties to be used when constructing the visual component. |
| Uses of Lookup in com.ccg.values.stock |
|---|
| Methods in com.ccg.values.stock with parameters of type Lookup | |
|---|---|
void |
TimeSpanEditor.init(Lookup props)
Set the properties to be used when constructing the visual component. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||