|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
@FrameworkOnly public interface SharingSelectableDockAction
A SelectableDockAction
whose properties are shared among all Dockable
s, clients
can modify the properties.
Method Summary | |
---|---|
javax.swing.Icon |
getDisabledSelectedIcon()
Gets the icon that is shown, when this action is selected but not enabled. |
javax.swing.Icon |
getSelectedIcon()
Gets the icon that is shown when this action is selected. |
boolean |
isSelected()
Gets the selected-state of this action. |
void |
setDisabledSelectedIcon(javax.swing.Icon disabledSelectedIcon)
Sets the icon that will be shown when this action is selected but not enabled. |
void |
setSelected(boolean selected)
Sets the state of this action. |
void |
setSelectedIcon(javax.swing.Icon selectedIcon)
Sets the icon that will be shown, when this action is selected. |
Methods inherited from interface bibliothek.gui.dock.action.actions.SharingDropDownItemAction |
---|
isDropDownSelectable, isDropDownTriggerableNotSelected, isDropDownTriggerableSelected, setDropDownSelectable, setDropDownTriggerableNotSelected, setDropDownTriggerableSelected |
Methods inherited from interface bibliothek.gui.dock.action.actions.SharingStandardDockAction |
---|
getAccelerator, getDisabledIcon, getDockableRepresentation, getIcon, getText, getTooltip, getTooltipText, isEnabled, setAccelerator, setDisabledIcon, setDockableRepresentation, setEnabled, setIcon, setText, setTooltip |
Methods inherited from interface bibliothek.gui.dock.action.SelectableDockAction |
---|
addSelectableListener, isSelected, removeSelectableListener, setSelected |
Method Detail |
---|
boolean isSelected()
setSelected(boolean)
void setSelected(boolean selected)
selected
- the new statejavax.swing.Icon getSelectedIcon()
null
setSelectedIcon(Icon)
,
isSelected()
void setSelectedIcon(javax.swing.Icon selectedIcon)
selectedIcon
- The icon, can be null
setSelected(boolean)
javax.swing.Icon getDisabledSelectedIcon()
null
setDisabledSelectedIcon(Icon)
,
SharingStandardDockAction.isEnabled()
,
isSelected()
void setDisabledSelectedIcon(javax.swing.Icon disabledSelectedIcon)
disabledSelectedIcon
- The icon, null
is allowedsetSelected(boolean)
,
SharingStandardDockAction.setEnabled(boolean)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |