JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Summary:
Field
Required
Optional
Detail:
Field
Element
Summary:
Field |
Required |
Optional
Detail:
Field |
Element
SEARCH:
Package
microsim.annotation
Annotation Interface GUIparameter
@Retention
(
RUNTIME
)
@Target
(
FIELD
)
public @interface
GUIparameter
Annotates variables of the simulation manager to automatically display on the GUI. A GUIparameter can be modified at run-time.
Optional Element Summary
Optional Elements
Modifier and Type
Optional Element
Description
String
description
String
name
String
section
Element Details
section
String
section
Default:
""
name
String
name
Default:
""
description
String
description
Default:
""