public class AgentCreationDialogController extends AbstractCreationDialogController<AgentState>
Constructor and Description |
---|
AgentCreationDialogController() |
Modifier and Type | Method and Description |
---|---|
void |
createObject(java.lang.Object object)
Sets the entity creation type in the simulation.
|
void |
search(java.lang.String text)
Searches the vis repository with the given text.
|
addSubscription, bindNiftyElements, populatePanel, resetContentPanel, subscriptions, updatePanel
bind, createCustomControl, createDropDownControl, createSpinnerControl, getNiftyControl, init, init, inputEvent, onFocus, onStartScreen, populateDropDown
public void search(java.lang.String text)
AbstractCreationDialogController
search
in class AbstractCreationDialogController<AgentState>
text
- The query string to search the vis repositorypublic void createObject(java.lang.Object object)
AbstractCreationDialogController
createObject
in class AbstractCreationDialogController<AgentState>
object
- The type of entity currently being allow to add to the simulation.