|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use PropertyProvider | |
|---|---|
| com.metamatrix.console.ui.util.property | |
| Uses of PropertyProvider in com.metamatrix.console.ui.util.property |
|---|
| Methods in com.metamatrix.console.ui.util.property that return PropertyProvider | |
|---|---|
static PropertyProvider |
PropertyProvider.getDefault()
A provider configured only to use COMMON_PROP. |
| Methods in com.metamatrix.console.ui.util.property with parameters of type PropertyProvider | |
|---|---|
static javax.swing.JComponent |
GuiComponentFactory.createComponent(java.lang.String theKey,
PropertyProvider thePropProvider)
Creates a JComponent and initializes it's properties using
properties file(s). |
static javax.swing.JPasswordField |
GuiComponentFactory.createPasswordField(java.lang.String theType,
PropertyProvider thePropProvider)
Creates a JPasswordField and initializes it by using the
given type. |
static TextFieldWidget |
GuiComponentFactory.createTextField(java.lang.String theType,
PropertyProvider thePropProvider)
Creates a TextFieldWidget and initializes by using the given
type. |
static TextFieldWidget |
GuiComponentFactory.createTextField(java.lang.String theType,
java.lang.String theKey,
PropertyProvider thePropProvider)
Creates a TextFieldWidget and initializes by using the given
type. |
static void |
GuiComponentFactory.setProperties(java.lang.String theKey,
javax.swing.JComponent theComponent,
PropertyProvider thePropProvider)
Sets the JavaBean properties of a component based on entries in one or more properties files. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||