Uses of Enum Class
repast.simphony.engine.environment.GUIRegistryType
-
Uses of GUIRegistryType in repast.simphony.engine.environment
Modifier and TypeFieldDescriptionprotected Hashtable<JComponent,
GUIRegistryType> DefaultGUIRegistry.componentTypeTable
protected Hashtable<GUIRegistryType,
ArrayList<JComponent>> DefaultGUIRegistry.typeComponentTable
Modifier and TypeMethodDescriptionstatic GUIRegistryType
Returns the enum constant of this class with the specified name.static GUIRegistryType[]
GUIRegistryType.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionDefaultGUIRegistry.getTypesAndComponents()
Retrieves the (type, components) pairs that were registered with this registry.GUIRegistry.getTypesAndComponents()
Retrieves the (type, components) pairs that were registered with this registry.Modifier and TypeMethodDescriptionvoid
DefaultGUIRegistry.addComponent
(JComponent component, GUIRegistryType type, String name) Adds a component with the given type and name.void
GUIRegistry.addComponent
(JComponent component, GUIRegistryType type, String name) Adds a component with the given type and name.void
DefaultGUIRegistry.addDisplay
(String name, GUIRegistryType type, IDisplay display) Adds an IDisplay to this GUIRegistry.void
GUIRegistry.addDisplay
(String name, GUIRegistryType type, IDisplay display) Adds an IDisplay to this GUIRegistry.