|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectcom.tensegrity.gui.swing.dock.core.TabActions
Docking framework.
| Nested Class Summary | |
static class |
TabActions.CloseAllEntriesAction
|
static class |
TabActions.CloseEntryAction
|
static class |
TabActions.CloseOtherEntriesAction
|
static class |
TabActions.MinMaxAction
|
static class |
TabActions.NextEntryAction
|
static class |
TabActions.NextEntryInViewAction
|
static class |
TabActions.PreviousEntryAction
|
static class |
TabActions.PreviousEntryInViewAction
|
static class |
TabActions.SplitAction
|
| Field Summary | |
static java.lang.String |
TOGGLEBUTTON_ACTION
Property key for marking actions so that a toggle-button is created for them. |
| Method Summary | |
static void |
performClose(TabPane tabpane)
Performs the actual work of a close-entry action invoked on the given TabPane. |
static void |
performCloseAll(TabPane tabpane)
Performs the actual work of a close-all-entries action invoked on the given TabPane. |
static void |
performCloseOther(TabPane tabpane)
Performs the actual work of a close-other-entries action invoked on the given TabPane. |
static void |
performMinMax(TabPane tabpane)
Performs the actual work of a MinMax action invoked on the given TabPane. |
static javax.swing.AbstractButton |
toolbarButton(javax.swing.Action action)
Creates a standard toolbar button from the given TabActions.MinMaxAction. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
public static final java.lang.String TOGGLEBUTTON_ACTION
| Method Detail |
public static final javax.swing.AbstractButton toolbarButton(javax.swing.Action action)
TabActions.MinMaxAction.
action - the TabActions.MinMaxAction for the button.
TabActions.MinMaxAction.public static void performMinMax(TabPane tabpane)
TabPane.
tabpane - the TabPane on which the min/max action
is to be executed.public static void performClose(TabPane tabpane)
TabPane.
tabpane - the TabPane on which the close-entry action
is to be executed.public static void performCloseOther(TabPane tabpane)
TabPane.
tabpane - the TabPane on which the close-other-entries action
is to be executed.public static void performCloseAll(TabPane tabpane)
TabPane.
tabpane - the TabPane on which the close-all-entries action
is to be executed.
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||