Package | Description |
---|---|
net.sf.cuf.state.ui |
This package contains various State/StateAdapter implementing classes that are useful for Swing widgets.
|
Modifier and Type | Class and Description |
---|---|
class |
SwingDocumentState
The SwingDocumentState class models a State with the Document of a
Swing JTextField or JTextComponent as the state source.
|
class |
SwingEnabledState
The SwingSelectedState class models a State with a Swing JComponent or
Action as the state source.
|
class |
SwingListModelFillState
The SwingListModelFillState class models a State with the ListModel
of a Swing JList as the state source.
|
class |
SwingListSelectionState
The SwingListSelectionState class models a State with the ListSelectionModel
of a Swing JTable or JList as the state source.
|
class |
SwingSelectedState
The SwingSelectedState class models a State with a Swing ButtonModel
as the state source.
|
class |
SwingTableModelFillState
The SwingTableModelFillState class models a State with the TableModel
of a Swing JTable as the state source.
|
class |
SwingTreeModelFillState
The SwingTreeModelFillState class models a State with the TreeModel of a
Jtree as the state source.
|
class |
SwingTreeSelectionState
The SwingTreeSelectionState class models a State with a TreeSelectionModel
of a JTree as the state source.
|
Copyright © 2017 Jürgen Zeller (privat). All rights reserved.