public interface SelectedState
Command
s used to implement checkboxes,
radiobuttons, etc.Modifier and Type | Method and Description |
---|---|
boolean |
inSelectedState()
Returns
true if the UI button invoking this command
must be selected; false otherwise. |
boolean inSelectedState()
true
if the UI button invoking this command
must be selected; false
otherwise.
IMPORTANT: This method must be invoked immediately after
Command.prepareCommand(com.xmlmind.xmledit.gadget.Gadget, java.lang.String, int, int)
.