|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use TagLookup | |
|---|---|
| com.ccg.awt | AWT Related Classes. |
| com.ccg.swing | Swing Components/Utilities. |
| com.ccg.util | General Utility Classes. |
| Uses of TagLookup in com.ccg.awt |
|---|
| Methods in com.ccg.awt with parameters of type TagLookup | |
|---|---|
void |
TallButton.set(TagLookup info)
Set properties for button based on values in TagLookup table. |
void |
ImageButton.set(TagLookup info,
ImageHolder ih)
Set properties for button based on values in TagLookup table. |
void |
LoginPanel.setProperties(TagLookup from)
Set the text properties associated with the object. |
| Uses of TagLookup in com.ccg.swing |
|---|
| Methods in com.ccg.swing that return TagLookup | |
|---|---|
static TagLookup |
Resources.getTagLookup(ResourceBundle rb,
String tag)
Get a TagLookup object from your ResourceBundle. |
TagLookup |
RFrame.getTagLookup(String tag)
Get a TagLookup object using the frames resources. |
TagLookup |
Resources.getTagLookup(String tag)
Get a TagLookup object for a particular resource. |
| Methods in com.ccg.swing with parameters of type TagLookup | |
|---|---|
static void |
BorderUtils.addTitledBorder(JPanel pan,
TagLookup tl)
Add a border based on values pulled from a TagLookup object. |
static void |
BorderUtils.addTitledBorder(JPanel pan,
TagLookup tl,
Object[] args)
Add a border based on values pulled from a TagLookup object. |
(package private) static ChooseCallback |
ChooseCallback.create(TagLookup tl,
AbstractButton mi,
Object o)
|
(package private) static SelectCallback |
SelectCallback.create(TagLookup tl,
AbstractButton mi,
Object o)
|
JComponent |
Groupings.createButtonGrid(TagLookup tl,
Object callback,
ImageHolder ih)
Creates an entire "grid" of buttons AND registers callbacks. |
static JComponent |
Resources.createButtonGrid(TagLookup tl,
Object callback,
ImageHolder ih)
Creates an entire "grid" of buttons AND registers callbacks. |
static JPanel |
LayoutUtils.createLabeledFields(TagLookup tl,
String sep,
JComponent[] fields)
Line up labels with text (or other components) using a TagLookup. |
static JMenu |
RMenuBar.createMenu(TagLookup tl)
|
static JMenuItem |
RMenuBar.createMenuItem(TagLookup tl)
|
(package private) static Object |
ChooseCallback.getInitState(TagLookup tl,
Object o)
|
(package private) boolean |
SelectCallback.getInitState(TagLookup tl,
Object o)
|
static void |
Resources.setButtonValues(TagLookup tl,
AbstractButton b,
ImageHolder ih)
Set the properties for a JButton object. |
static void |
Resources.setFrameValues(TagLookup tl,
JFrame jf,
ImageHolder ih)
Set the common basic properties shared by all JFrames. |
static void |
Resources.setMenuItemValues(TagLookup tl,
JMenuItem mi,
ImageHolder ih)
Set the common basic properties shared by all JComponents. |
void |
LoginPanel.setProperties(TagLookup from)
Set the text properties associated with the object. |
static void |
Resources.setValues(TagLookup tl,
JComponent jc)
Set the common basic properties shared by all JComponents. |
| Constructors in com.ccg.swing with parameters of type TagLookup | |
|---|---|
ProgressMonitorUpdate(Component parent,
TagLookup val)
Construct a progress monitoring object from a set of resources. |
|
| Uses of TagLookup in com.ccg.util |
|---|
| Subclasses of TagLookup in com.ccg.util | |
|---|---|
class |
CommandLineUtility
Simplification of the process of creating command line utilities. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||