Package com.spun.util

Interface EnabledConditions


public interface EnabledConditions
This is a Top Level of the configuration classes. It is a container for other classes.
  • Method Details

    • isEnabled

      boolean isEnabled​(int state)
      Returns the conditions that are allowed at the current time.
    • getToolTipText

      String getToolTipText​(int state)
      Returns ToolTipText for the item dependant on the state.
    • addConditionListener

      void addConditionListener​(ConditionListener listener)
      Adds the conditionListener, calls conditions changed on the current listener.
    • removeConditionListener

      void removeConditionListener​(ConditionListener listener)
      removes the conditionListener