Uses of Enum Class
repast.simphony.engine.environment.GUIRegistryType
Packages that use GUIRegistryType
-
Uses of GUIRegistryType in repast.simphony.engine.environment
Fields in repast.simphony.engine.environment with type parameters of type GUIRegistryTypeModifier and TypeFieldDescriptionprotected Hashtable<JComponent,
GUIRegistryType> DefaultGUIRegistry.componentTypeTable
protected Hashtable<GUIRegistryType,
ArrayList<JComponent>> DefaultGUIRegistry.typeComponentTable
Methods in repast.simphony.engine.environment that return GUIRegistryTypeModifier 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.Methods in repast.simphony.engine.environment that return types with arguments of type GUIRegistryTypeModifier 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.Methods in repast.simphony.engine.environment with parameters of type GUIRegistryTypeModifier 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.