|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CommandListener | |
---|---|
org.jhotdraw.contrib | |
org.jhotdraw.standard | |
org.jhotdraw.util |
Uses of CommandListener in org.jhotdraw.contrib |
---|
Classes in org.jhotdraw.contrib that implement CommandListener | |
---|---|
class |
CTXCommandMenu
A Command enabled menu. |
class |
CTXWindowMenu
Menu component that handles the functionality expected of a standard "Windows" menu for MDI applications. |
class |
WindowMenu
Menu component that handles the functionality expected of a standard "Windows" menu for MDI applications. |
Uses of CommandListener in org.jhotdraw.standard |
---|
Methods in org.jhotdraw.standard with parameters of type CommandListener | |
---|---|
void |
AbstractCommand.addCommandListener(CommandListener newCommandListener)
|
void |
AbstractCommand.EventDispatcher.addCommandListener(CommandListener newCommandListener)
|
void |
AbstractCommand.removeCommandListener(CommandListener oldCommandListener)
|
void |
AbstractCommand.EventDispatcher.removeCommandListener(CommandListener oldCommandListener)
|
Uses of CommandListener in org.jhotdraw.util |
---|
Classes in org.jhotdraw.util that implement CommandListener | |
---|---|
class |
CommandMenu
A Command enabled menu. |
class |
UndoableCommand
|
Methods in org.jhotdraw.util with parameters of type CommandListener | |
---|---|
void |
UndoableCommand.addCommandListener(CommandListener newCommandListener)
|
void |
Command.addCommandListener(CommandListener newCommandListener)
|
void |
UndoableCommand.removeCommandListener(CommandListener oldCommandListener)
|
void |
Command.removeCommandListener(CommandListener oldCommandListener)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |