editor.actions.ToggleConditionalActionHandler Maven / Gradle / Ivy
/*
*
* 2002 CaseCenter by Centrica Software
*
*/
package editor.actions;
/**
* For handling toggle componenets e.g., JCheckMenuItem, ToggleButton, etc.
*/
public interface ToggleConditionalActionHandler extends ConditionalActionHandler
{
/**
* @return True if the selected state for the action is true.
*/
public boolean isSelected();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy