|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.cometway.props.Props
com.cometway.ak.Agent
com.cometway.swing.AbstractJFrameAgent
com.cometway.swing.PropsEditor
public class PropsEditor
This agent is used by the StartupEditor agent application. This agent can be used to present a JFrame containing a JTable-based Agent Props editor. The edit_props property must be set to reference the Props that will be edited before this agent is started.
| Field Summary |
|---|
| Fields inherited from class com.cometway.swing.AbstractJFrameAgent |
|---|
frame, menu, menuActionListener, menuBar, windowListener |
| Fields inherited from class com.cometway.ak.Agent |
|---|
agent_id, agentController, CREATING_STATE, debugReporter, DESTROYED_STATE, DESTROYING_STATE, errorReporter, FAILED_STATE, printlnReporter, props, RUNNING_STATE, STARTING_STATE, STOPPED_STATE, STOPPING_STATE, warningReporter |
| Constructor Summary | |
|---|---|
PropsEditor()
|
|
| Method Summary | |
|---|---|
protected java.awt.event.ActionListener |
createMenuActionListener()
Creates the ActionListener for interpreting menu events used by this agent. |
void |
initProps()
Initializes the Props for this agent. |
protected void |
openFrame()
Creates and initializes the Props Editor JFrame. |
void |
start()
Creates a Agent Props Editor JFrame for the specified edit_props. |
| Methods inherited from class com.cometway.swing.AbstractJFrameAgent |
|---|
closeFrame, createFrame, createMenu, createWindowListener, setLookAndFeel, setMenuBar, stop |
| Methods inherited from class com.cometway.ak.Agent |
|---|
currentStateEquals, debug, destroy, error, error, getAgentController, getDateTimeStr, getProps, getServiceImpl, getStateMachineModel, println, register, registerService, setAgentController, setProps, toString, unregister, unregisterService, warning, warning |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public PropsEditor()
| Method Detail |
|---|
public void initProps()
initProps in interface AgentInterfaceinitProps in class AbstractJFrameAgentpublic void start()
start in interface AgentInterfacestart in class AbstractJFrameAgentprotected java.awt.event.ActionListener createMenuActionListener()
createMenuActionListener in class AbstractJFrameAgentprotected void openFrame()
openFrame in class AbstractJFrameAgent
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||