|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ValuesEditor | |
|---|---|
| com.ccg.values | Value Transfer Classes. |
| com.ccg.values.stock | Some stock com.ccg.values.ValuesEditor implementations. |
| Uses of ValuesEditor in com.ccg.values |
|---|
| Classes in com.ccg.values that implement ValuesEditor | |
|---|---|
class |
ValuesEditorAdapter
Helper class to form a base for those wishing to implement a ValuesEditor. |
class |
ValuesEditorBean
A 'generic' ValuesEditor implementation for
bean style object. |
| Fields in com.ccg.values declared as ValuesEditor | |
|---|---|
(package private) ValuesEditor |
ValuesFactoryTree.Choice._Ve
|
| Methods in com.ccg.values that return ValuesEditor | |
|---|---|
ValuesEditor |
ValuesConfigList.getEditor()
Get the optional ValuesEditor to allow the
user to add/edit configurations. |
ValuesEditor |
ValuesConfigEditor.getEditor()
Get the ValuesEditor which the user uses to adjust
the values for a particular configuration. |
ValuesEditor |
ValuesFactoryTree.getValuesEditor(String name)
Get the ValuesEditor which was registered under a specific name. |
| Methods in com.ccg.values with parameters of type ValuesEditor | |
|---|---|
void |
ValuesFactoryTree.add(String name,
ValuesEditor ve,
ValuesConfig vc,
Object tobj)
Registers (adds/replaces) a single editor/config within the factory. |
void |
ValuesConfigList.setEditor(ValuesEditor val)
Set the optional ValuesEditor to allow the
user to add/edit configurations. |
void |
ValuesConfigEditor.setEditor(ValuesEditor val)
Set the ValuesEditor which the user uses to adjust
the values for a particular configuration. |
| Constructors in com.ccg.values with parameters of type ValuesEditor | |
|---|---|
ValuesConfigList(ValuesConfigModel vcm,
ValuesEditor ve,
int bmask)
Allows one to fully configure the object at time of construction. |
|
ValuesFactoryTree.Choice(String name,
ValuesEditor ve,
ValuesConfig vc,
Object tobj)
|
|
| Uses of ValuesEditor in com.ccg.values.stock |
|---|
| Classes in com.ccg.values.stock that implement ValuesEditor | |
|---|---|
class |
TimeSpanEditor
A implementation of a ValuesEditor object suitable for working with
time spans. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||