Package | Description |
---|---|
casa |
The casa package is the main package for CASA (Collaborative Agent System
Architecture), which is an infrastructure for agent based systems.
|
casa.ui |
Contains classes implementing CASA's default user interfaces.
|
Modifier and Type | Method and Description |
---|---|
ActionListener |
AgentOptions.getPersistentActionListener(Collection<ObjectFieldCache> cache) |
ActionListener |
ProcessOptions.getTracingActionListener(Collection<ObjectFieldCache> cache) |
Modifier and Type | Field and Description |
---|---|
(package private) Vector<ObjectFieldCache> |
OptionsDialog.optionsValueCache |
private Collection<ObjectFieldCache> |
ObjectFieldCache.parent |
Modifier and Type | Method and Description |
---|---|
private void |
OptionsDialog.groupify(Map<String,ArrayList<JComponent>> groups,
Set<JComponent> rootComponents,
ObjectFieldCache cache) |
Modifier and Type | Method and Description |
---|---|
private static JPanel |
OptionsDialog.generateGroupedPanel(Collection<ObjectFieldCache> options)
Given a list of
ObjectFieldCache objects this method will
generate a grouped panel GUI. |
private static JPanel |
OptionsDialog.generatePanelFromOptions(Collection<ObjectFieldCache> options)
Generates a panel based on a collection of
ObjectFieldCache s. |
Constructor and Description |
---|
ObjectFieldCache(Collection<ObjectFieldCache> parent,
Object object,
Field field,
Object value)
Constructs a new ObjectFieldCache given its enclosing collection object,
the field's containing object, the field, and the field's value.
|