|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.hobsoft.symmetry.ui.binding.SymmetryObservables
public final class SymmetryObservables
Factory to create observables for Symmetry UI components.
| Nested Class Summary | |
|---|---|
static interface |
SymmetryObservables.BoxObservables
Factory to create observables for Box properties. |
static interface |
SymmetryObservables.ButtonObservables
Factory to create observables for Button properties. |
static interface |
SymmetryObservables.ComboBoxObservables<T>
Factory to create observables for ComboBox properties. |
static interface |
SymmetryObservables.ComponentObservables
Factory to create observables for Component properties. |
static interface |
SymmetryObservables.ContainerObservables
Factory to create observables for Container properties. |
static interface |
SymmetryObservables.DeckObservables
Factory to create observables for Deck properties. |
static interface |
SymmetryObservables.EnableableObservables
Factory to create observables for Enableable properties. |
static interface |
SymmetryObservables.FileChooserObservables
Factory to create observables for FileChooser properties. |
static interface |
SymmetryObservables.GridObservables
Factory to create observables for Grid properties. |
static interface |
SymmetryObservables.GroupBoxObservables
Factory to create observables for GroupBox properties. |
static interface |
SymmetryObservables.LabelObservables
Factory to create observables for Label properties. |
static interface |
SymmetryObservables.ListBoxObservables<T>
Factory to create observables for ListBox properties. |
static interface |
SymmetryObservables.SelectableObservables
Factory to create observables for Selectable properties. |
static interface |
SymmetryObservables.TabBoxObservables
Factory to create observables for TabBox properties. |
static interface |
SymmetryObservables.TableObservables
Factory to create observables for Table properties. |
static interface |
SymmetryObservables.TabObservables
Factory to create observables for Tab properties. |
static interface |
SymmetryObservables.TextAreaObservables
Factory to create observables for TextArea properties. |
static interface |
SymmetryObservables.TextBoxObservables
Factory to create observables for TextBox properties. |
static interface |
SymmetryObservables.ToggleButtonGroupObservables
Factory to create observables for ToggleButtonGroup properties. |
static interface |
SymmetryObservables.ToggleButtonObservables
Factory to create observables for ToggleButton properties. |
static interface |
SymmetryObservables.TreeObservables
Factory to create observables for Tree properties. |
static interface |
SymmetryObservables.WindowObservables
Factory to create observables for Window properties. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static SymmetryObservables.ComponentObservables component(Component component)
public static SymmetryObservables.ContainerObservables component(Container container)
public static SymmetryObservables.BoxObservables component(Box box)
public static SymmetryObservables.DeckObservables component(Deck deck)
public static SymmetryObservables.GridObservables component(Grid grid)
public static SymmetryObservables.GroupBoxObservables component(GroupBox groupBox)
public static SymmetryObservables.ToggleButtonGroupObservables component(ToggleButtonGroup toggleButtonGroup)
public static SymmetryObservables.WindowObservables component(Window window)
public static <T> SymmetryObservables.ComboBoxObservables<T> component(ComboBox<T> comboBox)
public static <T> SymmetryObservables.ListBoxObservables<T> component(ListBox<T> listBox)
public static SymmetryObservables.FileChooserObservables component(FileChooser fileChooser)
public static SymmetryObservables.LabelObservables component(Label label)
public static SymmetryObservables.ButtonObservables component(Button button)
public static SymmetryObservables.TabObservables component(Tab tab)
public static SymmetryObservables.ToggleButtonObservables component(ToggleButton toggleButton)
public static SymmetryObservables.TabBoxObservables component(TabBox tabBox)
public static SymmetryObservables.TableObservables component(Table table)
public static SymmetryObservables.TextBoxObservables component(TextBox textBox)
public static SymmetryObservables.TextAreaObservables component(TextArea textArea)
public static SymmetryObservables.TreeObservables component(Tree tree)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||