|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ObjectFactory | |
|---|---|
| com.ccg.beans | Bean Related Classes. |
| com.ccg.swing | Swing Components/Utilities. |
| Uses of ObjectFactory in com.ccg.beans |
|---|
| Classes in com.ccg.beans that implement ObjectFactory | |
|---|---|
(package private) class |
NamedObjectFactory
|
class |
ObjectFactoryAdapter
Adapater which can be used to implement the ObjectFactory interface. |
| Methods in com.ccg.beans that return ObjectFactory | |
|---|---|
static ObjectFactory |
ObjectFactoryAdapter.createNamedObjectFactory(String name,
Class oc)
Creates a new ObjectFactory for an
associated class with an optional string name. |
| Uses of ObjectFactory in com.ccg.swing |
|---|
| Methods in com.ccg.swing that return ObjectFactory | |
|---|---|
ObjectFactory |
ClassComboBoxModel.getObjectFactory(String name)
Searches the model for a ObjectFactory
whose class name or "toString" name matches the name specified. |
| Methods in com.ccg.swing with parameters of type ObjectFactory | |
|---|---|
void |
ClassComboBoxModel.addObjectFactories(ObjectFactory[] ofa)
Add an array of choices to the model. |
void |
ClassComboBoxModel.addObjectFactory(ObjectFactory of)
Add a single ObjectFactory instance. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||