Class | Description |
---|---|
GuiSetSelectedManager |
Selected Manager der Items synchronisiert
|
SetEnabledManager |
Typesafe observable for objects that have a 'setEnabled(boolean)' method
'setEnabled(String)' is the call back function/event
Support for any component like Button, Canvas, Checkbox, Choice, Container,
Label, List, Scrollbar, TextComponent
is already implemented.
|
SetSelectedManager |
Typesafe observable for objects that have a 'setSelected(boolean)' method
'setSelected(String)' is the call back function/event
Support for any component like Button, Canvas, Checkbox, Choice, Container,
Label, List, Scrollbar, TextComponent
is already implemented.
|
SetTextManager |
Typesafe observable for objects that have a 'setText(String)' method
'setText(String)' is the call back function/event
Support for JButton, JMenuItem, JLabel is already implemented.
|
SetValueManager |
Implementation of value the setting managers
(Observable action class with single method of a single parameter -
SetValueManager can be easily rewritten for many parameters by providing a n
new constructor and a new setValue() method)
Careful: DO NOT USE DIRECTLY, but its typesafe and tested wrapper classes.
|
SetVisibleManager |
Typesafe observable for objects that have a 'setVisible(boolean)' method
'setVisible(String)' is the call back function/event
Support for any component like Button, Canvas, Checkbox, Choice, Container,
Label, List, Scrollbar, TextComponent
is already implemented.
|
13-September-2017 07:50 Deutsches Elektronen-Synchrotron DESY in der Helmholtz-Gemeinschaft