|
![]() |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.ascape.view.custom.AgentCustomizerPanel
public class AgentCustomizerPanel
The Class AgentCustomizerPanel.
Constructor Summary | |
---|---|
AgentCustomizerPanel()
|
Method Summary | |
---|---|
void |
build()
Build. |
Agent |
getAgent()
Gets the agent. |
java.awt.Color |
getColor()
Gets the color. |
javax.swing.JPanel |
getDetailPanel()
Gets the detail panel. |
javax.swing.JLabel |
getLabel()
Gets the label. |
Agent |
getLastAgent()
Gets the last agent. |
javax.swing.JPanel |
getMainPanel()
Gets the main panel. |
java.awt.Dimension |
getPreferredSize()
Gets the preferred size. |
org.ascape.view.custom.AgentCustomizerPanel.PropertiesModel |
getProperties()
Gets the properties. |
javax.swing.JPanel |
getPropertiesPanel()
Gets the properties panel. |
javax.swing.JScrollPane |
getPropertiesScrollPane()
Gets the properties scroll pane. |
javax.swing.JTable |
getPropertiesTable()
Gets the properties table. |
AgentView |
getView()
Gets the view. |
void |
onAgentChange()
On agent change. |
void |
setAgent(Agent agent)
Sets the agent. |
void |
setColor(java.awt.Color color)
Sets the color. |
void |
setDetailPanel(javax.swing.JPanel detailPanel)
Sets the detail panel. |
void |
setLabel(javax.swing.JLabel label)
Sets the label. |
void |
setLastAgent(Agent lastAgent)
Sets the last agent. |
void |
setMainPanel(javax.swing.JPanel mainPanel)
Sets the main panel. |
void |
setProperties(org.ascape.view.custom.AgentCustomizerPanel.PropertiesModel properties)
Sets the properties. |
void |
setPropertiesPanel(javax.swing.JPanel propertiesPanel)
Sets the properties panel. |
void |
setPropertiesScrollPane(javax.swing.JScrollPane propertiesScrollPane)
Sets the properties scroll pane. |
void |
setPropertiesTable(javax.swing.JTable propertiesTable)
Sets the properties table. |
void |
setView(AgentView view)
Sets the view. |
void |
updateColor()
Update color. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AgentCustomizerPanel()
Method Detail |
---|
public void build()
public void onAgentChange()
public java.awt.Dimension getPreferredSize()
public void updateColor()
public javax.swing.JPanel getMainPanel()
public void setMainPanel(javax.swing.JPanel mainPanel)
mainPanel
- the new main panelpublic javax.swing.JPanel getDetailPanel()
public void setDetailPanel(javax.swing.JPanel detailPanel)
detailPanel
- the new detail panelpublic org.ascape.view.custom.AgentCustomizerPanel.PropertiesModel getProperties()
public void setProperties(org.ascape.view.custom.AgentCustomizerPanel.PropertiesModel properties)
properties
- the new propertiespublic javax.swing.JTable getPropertiesTable()
public void setPropertiesTable(javax.swing.JTable propertiesTable)
propertiesTable
- the new properties tablepublic javax.swing.JPanel getPropertiesPanel()
public void setPropertiesPanel(javax.swing.JPanel propertiesPanel)
propertiesPanel
- the new properties panelpublic javax.swing.JScrollPane getPropertiesScrollPane()
public void setPropertiesScrollPane(javax.swing.JScrollPane propertiesScrollPane)
propertiesScrollPane
- the new properties scroll panepublic javax.swing.JLabel getLabel()
public void setLabel(javax.swing.JLabel label)
label
- the new labelpublic java.awt.Color getColor()
public void setColor(java.awt.Color color)
color
- the new colorpublic Agent getAgent()
public void setAgent(Agent agent)
agent
- the new agentpublic Agent getLastAgent()
public void setLastAgent(Agent lastAgent)
lastAgent
- the new last agentpublic AgentView getView()
public void setView(AgentView view)
view
- the new view
|
![]() |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |