|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ToggleAction | |
|---|---|
| org.xnap.commons.gui | Provides common GUI components like dialogs, borders and such. |
| org.xnap.commons.gui.action | Provides an enhanced Action implementation that can adopts the icon size based on the component and support 2-state actions. |
| org.xnap.commons.gui.factory | Provides a pluggable factory for the Builder class. |
| org.xnap.commons.gui.table | Provides support for sortable tables and configuration of the displayed columns through a context menu. |
| Uses of ToggleAction in org.xnap.commons.gui |
|---|
| Methods in org.xnap.commons.gui with parameters of type ToggleAction | |
|---|---|
static AbstractButton |
Builder.createCheckBox(ToggleAction action)
|
| Constructors in org.xnap.commons.gui with parameters of type ToggleAction | |
|---|---|
ToolBarToggleButton(ToggleAction action,
boolean showMenuHint)
|
|
| Uses of ToggleAction in org.xnap.commons.gui.action |
|---|
| Classes in org.xnap.commons.gui.action that implement ToggleAction | |
|---|---|
class |
AbstractToggleAction
Provides a default implementation for toggeable Action objects. |
class |
AbstractToggleSettingAction
Provides a default implementation for a toggle action that monitors a BooleanSetting. |
| Uses of ToggleAction in org.xnap.commons.gui.factory |
|---|
| Methods in org.xnap.commons.gui.factory with parameters of type ToggleAction | |
|---|---|
AbstractButton |
Factory.createCheckBox(ToggleAction action)
Creates a checkbox for a toggle action. |
AbstractButton |
DefaultFactory.createCheckBox(ToggleAction action)
|
| Uses of ToggleAction in org.xnap.commons.gui.table |
|---|
| Classes in org.xnap.commons.gui.table that implement ToggleAction | |
|---|---|
protected class |
TableHeaderMenu.MaintainSortOrderAction
Provides an action that enables or disables the maintain sort order setting of a table. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||