public interface EnabledConditions
| Modifier and Type | Method and Description |
|---|---|
void |
addConditionListener(ConditionListener listener)
Adds the conditionListener, calls conditions changed on the current listener.
|
String |
getToolTipText(int state)
Returns ToolTipText for the item dependant on the state.
|
boolean |
isEnabled(int state)
Returns the conditions that are allowed at the current time.
|
void |
removeConditionListener(ConditionListener listener)
removes the conditionListener
|
boolean isEnabled(int state)
String getToolTipText(int state)
void addConditionListener(ConditionListener listener)
void removeConditionListener(ConditionListener listener)
Copyright © 2021. All rights reserved.