Package | Description |
---|---|
bibliothek.gui.dock.themes.basic.action |
Elements handling the view of
DockAction s.They way from a DockAction to its view normally involves four objects:
The DockAction itself, providing the basic set of properties
A handler listening to changes of the
action and forwarding the changes to the model. |
bibliothek.util.container |
Some classes with generic fields.
|
Modifier and Type | Method and Description |
---|---|
protected java.util.List<Triple<javax.swing.KeyStroke,java.lang.String,javax.swing.Action>> |
BasicButtonModel.listActions()
Gets a list of
KeyStroke s, String keys and Action s which
are to be applied to the owner of this model. |
protected java.util.List<Triple<javax.swing.KeyStroke,java.lang.String,javax.swing.Action>> |
BasicDropDownButtonModel.listActions() |
Modifier and Type | Class and Description |
---|---|
class |
Quartuple<A,B,C,D>
An object containing four generic fields.
|
Modifier and Type | Method and Description |
---|---|
Triple<A,B,C> |
Triple.clone() |