|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CommandTarget | |
---|---|
jas.util |
Uses of CommandTarget in jas.util |
---|
Subinterfaces of CommandTarget in jas.util | |
---|---|
interface |
BooleanCommandTarget
A boolean command target is a CommandTarget which corresponds to a command which may have an on/off state associated with it. |
interface |
SimpleCommandTarget
A CommandTarget which does not have a selected/deselected state associated with it |
Classes in jas.util that implement CommandTarget | |
---|---|
protected class |
CommandProcessor.BooleanTarget
|
protected class |
CommandProcessor.SimpleTarget
A SimpleTarget is an implementation of CommandTarget which implements its |
Methods in jas.util that return CommandTarget | |
---|---|
protected CommandTarget |
CommandProcessor.acceptCommand(String command)
The CommandTargetManager called acceptCommand to find out if this CommandProcessor can respond to the specified command. |
CommandTarget |
JASRadioMenuItem.getTarget()
|
CommandTarget |
JASCheckboxMenuItem.getTarget()
|
CommandTarget |
JASToolBarButton.getTarget()
|
CommandTarget |
JASMenuItem.getTarget()
|
CommandTarget |
CommandSource.getTarget()
Returns the current CommandTarget, or null of there isnt a current command target |
Methods in jas.util with parameters of type CommandTarget | |
---|---|
boolean |
JASRadioMenuItem.setTarget(CommandTarget t)
|
boolean |
JASCheckboxMenuItem.setTarget(CommandTarget t)
|
boolean |
JASToolBarButton.setTarget(CommandTarget t)
|
boolean |
JASMenuItem.setTarget(CommandTarget t)
|
boolean |
CommandSource.setTarget(CommandTarget target)
Sets a CommandTarget associated with the CommandSource |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |