edu.stanford.smi.protegex.util
Class ButtonRelatedWidgetState
java.lang.Object
java.util.Observable
edu.stanford.smi.protegex.util.AbstractWidgetState
edu.stanford.smi.protegex.util.ButtonRelatedWidgetState
- Direct Known Subclasses:
- AbstractTableWidgetState, ContainsWidgetState
public class ButtonRelatedWidgetState
- extends AbstractWidgetState
Maintains state for action buttons Abstract superclass for lots of state
objects
- Author:
- William Grosso
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
_prototypeDepth
protected int _prototypeDepth
_displayCreateInstanceButton
protected boolean _displayCreateInstanceButton
_displayAddInstanceButton
protected boolean _displayAddInstanceButton
_displayViewInstanceButton
protected boolean _displayViewInstanceButton
_displayRemoveInstanceButton
protected boolean _displayRemoveInstanceButton
_displayDeleteInstanceButton
protected boolean _displayDeleteInstanceButton
_displayMoveInstanceButtons
protected boolean _displayMoveInstanceButtons
_displayPrototypeButton
protected boolean _displayPrototypeButton
_createInstanceButtonTooltip
protected String _createInstanceButtonTooltip
_addInstanceButtonTooltip
protected String _addInstanceButtonTooltip
_viewInstanceButtonTooltip
protected String _viewInstanceButtonTooltip
_removeInstanceButtonTooltip
protected String _removeInstanceButtonTooltip
_deleteInstanceButtonTooltip
protected String _deleteInstanceButtonTooltip
_moveInstanceButtonsTooltip
protected String _moveInstanceButtonsTooltip
_prototypeButtonTooltip
protected String _prototypeButtonTooltip
_createInstanceDialogTitle
protected String _createInstanceDialogTitle
_addInstanceDialogTitle
protected String _addInstanceDialogTitle
PROTOTYPE_DEPTH
protected static final String PROTOTYPE_DEPTH
- See Also:
- Constant Field Values
DISPLAY_CREATE_INSTANCE_BUTTON
protected static final String DISPLAY_CREATE_INSTANCE_BUTTON
- See Also:
- Constant Field Values
DISPLAY_ADD_INSTANCE_BUTTON
protected static final String DISPLAY_ADD_INSTANCE_BUTTON
- See Also:
- Constant Field Values
DISPLAY_VIEW_INSTANCE_BUTTON
protected static final String DISPLAY_VIEW_INSTANCE_BUTTON
- See Also:
- Constant Field Values
DISPLAY_REMOVE_INSTANCE_BUTTON
protected static final String DISPLAY_REMOVE_INSTANCE_BUTTON
- See Also:
- Constant Field Values
DISPLAY_DELETE_INSTANCE_BUTTON
protected static final String DISPLAY_DELETE_INSTANCE_BUTTON
- See Also:
- Constant Field Values
DISPLAY_PROTOTYPE_BUTTON
protected static final String DISPLAY_PROTOTYPE_BUTTON
- See Also:
- Constant Field Values
DISPLAY_MOVE_INSTANCE_BUTTONS
protected static final String DISPLAY_MOVE_INSTANCE_BUTTONS
- See Also:
- Constant Field Values
CREATE_INSTANCE_BUTTON_TOOLTIP
protected static final String CREATE_INSTANCE_BUTTON_TOOLTIP
- See Also:
- Constant Field Values
ADD_INSTANCE_BUTTON_TOOLTIP
protected static final String ADD_INSTANCE_BUTTON_TOOLTIP
- See Also:
- Constant Field Values
VIEW_INSTANCE_BUTTON_TOOLTIP
protected static final String VIEW_INSTANCE_BUTTON_TOOLTIP
- See Also:
- Constant Field Values
REMOVE_INSTANCE_BUTTON_TOOLTIP
protected static final String REMOVE_INSTANCE_BUTTON_TOOLTIP
- See Also:
- Constant Field Values
DELETE_INSTANCE_BUTTON_TOOLTIP
protected static final String DELETE_INSTANCE_BUTTON_TOOLTIP
- See Also:
- Constant Field Values
MOVE_INSTANCE_BUTTONS_TOOLTIP
protected static final String MOVE_INSTANCE_BUTTONS_TOOLTIP
- See Also:
- Constant Field Values
PROTOTYPE_BUTTON_TOOLTIP
protected static final String PROTOTYPE_BUTTON_TOOLTIP
- See Also:
- Constant Field Values
CREATE_INSTANCE_DIALOG_TITLE
protected static final String CREATE_INSTANCE_DIALOG_TITLE
- See Also:
- Constant Field Values
ADD_INSTANCE_DIALOG_TITLE
protected static final String ADD_INSTANCE_DIALOG_TITLE
- See Also:
- Constant Field Values
CREATE_INSTANCE_BUTTON_TOOLTIP_DEFAULT
protected static final String CREATE_INSTANCE_BUTTON_TOOLTIP_DEFAULT
- See Also:
- Constant Field Values
ADD_INSTANCE_BUTTON_TOOLTIP_DEFAULT
protected static final String ADD_INSTANCE_BUTTON_TOOLTIP_DEFAULT
- See Also:
- Constant Field Values
VIEW_INSTANCE_BUTTON_TOOLTIP_DEFAULT
protected static final String VIEW_INSTANCE_BUTTON_TOOLTIP_DEFAULT
- See Also:
- Constant Field Values
REMOVE_INSTANCE_BUTTON_TOOLTIP_DEFAULT
protected static final String REMOVE_INSTANCE_BUTTON_TOOLTIP_DEFAULT
- See Also:
- Constant Field Values
DELETE_INSTANCE_BUTTON_TOOLTIP_DEFAULT
protected static final String DELETE_INSTANCE_BUTTON_TOOLTIP_DEFAULT
- See Also:
- Constant Field Values
PROTOTYPE_BUTTON_TOOLTIP_DEFAULT
protected static final String PROTOTYPE_BUTTON_TOOLTIP_DEFAULT
- See Also:
- Constant Field Values
MOVE_INSTANCE_BUTTONS_TOOLTIP_DEFAULT
protected static final String MOVE_INSTANCE_BUTTONS_TOOLTIP_DEFAULT
- See Also:
- Constant Field Values
CREATE_INSTANCE_DIALOG_TITLE_DEFAULT
protected static final String CREATE_INSTANCE_DIALOG_TITLE_DEFAULT
- See Also:
- Constant Field Values
ADD_INSTANCE_DIALOG_TITLE_DEFAULT
protected static final String ADD_INSTANCE_DIALOG_TITLE_DEFAULT
- See Also:
- Constant Field Values
ButtonRelatedWidgetState
public ButtonRelatedWidgetState(PropertyList properties)
dispose
public void dispose()
- Specified by:
dispose
in class AbstractWidgetState
getAddInstanceButtonTooltip
public String getAddInstanceButtonTooltip()
getMoveInstanceTooltip
public String getMoveInstanceTooltip()
getMoveInstanceUpTooltip
public String getMoveInstanceUpTooltip()
getMoveInstanceDownTooltip
public String getMoveInstanceDownTooltip()
getAddInstanceDialogTitle
public String getAddInstanceDialogTitle()
getCreateInstanceButtonTooltip
public String getCreateInstanceButtonTooltip()
getCreateInstanceDialogTitle
public String getCreateInstanceDialogTitle()
getDeleteInstanceButtonTooltip
public String getDeleteInstanceButtonTooltip()
getPrototypeButtonTooltip
public String getPrototypeButtonTooltip()
getPrototypeDepth
public int getPrototypeDepth()
getRemoveInstanceButtonTooltip
public String getRemoveInstanceButtonTooltip()
getViewInstanceButtonTooltip
public String getViewInstanceButtonTooltip()
isDisplayAddInstanceButton
public boolean isDisplayAddInstanceButton()
isDisplayCreateInstanceButton
public boolean isDisplayCreateInstanceButton()
isDisplayDeleteInstanceButton
public boolean isDisplayDeleteInstanceButton()
isDisplayPrototypeButton
public boolean isDisplayPrototypeButton()
isDisplayRemoveInstanceButton
public boolean isDisplayRemoveInstanceButton()
isDisplayMoveInstanceButtons
public boolean isDisplayMoveInstanceButtons()
isDisplayViewInstanceButton
public boolean isDisplayViewInstanceButton()
restore
public void restore()
- Specified by:
restore
in class AbstractWidgetState
save
public void save()
- Specified by:
save
in class AbstractWidgetState
setAddInstanceButtonTooltip
public void setAddInstanceButtonTooltip(String addInstanceButtonTooltip)
setAddInstanceDialogTitle
public void setAddInstanceDialogTitle(String addInstanceDialogTitle)
setCreateInstanceButtonTooltip
public void setCreateInstanceButtonTooltip(String createInstanceButtonTooltip)
setCreateInstanceDialogTitle
public void setCreateInstanceDialogTitle(String createInstanceDialogTitle)
setDeleteInstanceButtonTooltip
public void setDeleteInstanceButtonTooltip(String removeInstanceButtonTooltip)
setDisplayAddInstanceButton
public void setDisplayAddInstanceButton(Boolean displayAddInstanceButton)
setDisplayAddInstanceButton
public void setDisplayAddInstanceButton(boolean displayAddInstanceButton)
setDisplayMoveInstanceButtons
public void setDisplayMoveInstanceButtons(boolean display)
setDisplayCreateInstanceButton
public void setDisplayCreateInstanceButton(Boolean displayCreateInstanceButton)
setDisplayCreateInstanceButton
public void setDisplayCreateInstanceButton(boolean displayCreateInstanceButton)
setDisplayDeleteInstanceButton
public void setDisplayDeleteInstanceButton(Boolean displayDeleteInstanceButton)
setDisplayDeleteInstanceButton
public void setDisplayDeleteInstanceButton(boolean displayDeleteInstanceButton)
setDisplayPrototypeButton
public void setDisplayPrototypeButton(Boolean displayPrototypeButton)
setDisplayPrototypeButton
public void setDisplayPrototypeButton(boolean displayPrototypeButton)
setDisplayRemoveInstanceButton
public void setDisplayRemoveInstanceButton(Boolean displayRemoveInstanceButton)
setDisplayRemoveInstanceButton
public void setDisplayRemoveInstanceButton(boolean displayRemoveInstanceButton)
setDisplayViewInstanceButton
public void setDisplayViewInstanceButton(Boolean displayViewInstanceButton)
setDisplayViewInstanceButton
public void setDisplayViewInstanceButton(boolean displayViewInstanceButton)
setPrototypeButtonTooltip
public void setPrototypeButtonTooltip(String prototypeButtonTooltip)
setPrototypeDepth
public void setPrototypeDepth(int prototypeDepth)
setPrototypeDepth
public void setPrototypeDepth(Integer prototypeDepth)
setRemoveInstanceButtonTooltip
public void setRemoveInstanceButtonTooltip(String removeInstanceButtonTooltip)
setMoveInstanceButtonsTooltip
public void setMoveInstanceButtonsTooltip(String moveInstanceButtonsTooltip)
setViewInstanceButtonTooltip
public void setViewInstanceButtonTooltip(String viewInstanceButtonTooltip)
Submit a bug report or feature request