protected static class InternalWindow.CommandInfo
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
java.lang.String |
command
The name or title of the command.
|
java.awt.event.ActionEvent |
event
A reference to the original ActionEvent that invoked this command, if any.
|
java.lang.Object |
source
The source of the command -- e.g.
|
Constructor and Description |
---|
CommandInfo(java.awt.event.ActionEvent event) |
CommandInfo(java.lang.String command) |
CommandInfo(java.lang.String command,
java.lang.Object source) |
CommandInfo(java.lang.String command,
java.lang.Object source,
java.awt.event.ActionEvent originalEvent) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getCommand() |
int |
getId() |
java.lang.Object |
getSource() |
public final java.lang.String command
public final java.awt.event.ActionEvent event
public final java.lang.Object source
public CommandInfo(java.awt.event.ActionEvent event)
public CommandInfo(java.lang.String command)
public CommandInfo(java.lang.String command, java.lang.Object source)
public CommandInfo(java.lang.String command, java.lang.Object source, java.awt.event.ActionEvent originalEvent)