Serialized Form


Package ix.applet

Class ix.applet.AppletCommunicationTool.ToolFrame extends TextAreaFrame implements Serializable

Serialized Fields

registerButton

javax.swing.JButton registerButton

Class ix.applet.AppletMessage extends java.lang.Object implements Serializable

Serialized Fields

from

java.lang.String from

command

java.lang.String command

args

LList args

sendDate

java.util.Date sendDate

sequenceNumber

java.lang.Integer sequenceNumber

remoteHost

java.lang.String remoteHost

remoteAddr

java.lang.String remoteAddr

Package ix.ichat

Class ix.ichat.ChatFrame extends ToolFrame implements Serializable

Serialized Fields

agent

IXAgent agent

contentPane

java.awt.Container contentPane

receivePanel

ReceivePanel receivePanel

sendPanel

SendPanel sendPanel

styleMenu

javax.swing.JMenu styleMenu

Class ix.ichat.ChatMessage extends AbstractAnnotatedObject implements Serializable

Serialized Fields

text

java.lang.String text

senderId

Name senderId

Package ix.icore

Class ix.icore.AbstractAnnotatedObject extends java.lang.Object implements Serializable

Serialized Fields

annotations

Annotations annotations

annotationListeners

java.util.List<E> annotationListeners

Class ix.icore.AbstractIXObject extends AbstractAnnotatedObject implements Serializable

Class ix.icore.Activity extends TaskItem implements Serializable

Class ix.icore.Annotations extends java.util.LinkedHashMap implements Serializable

Class ix.icore.GenericConstraint extends AbstractAnnotatedObject implements Serializable

Serialized Fields

type

Symbol type

relation

Symbol relation

form

java.lang.String form

example

java.lang.Object example

Class ix.icore.Issue extends TaskItem implements Serializable

Class ix.icore.LinkedListOfIssue extends java.util.LinkedList<Issue> implements Serializable

Class ix.icore.Priority extends EnumeratedValue implements Serializable

Serialized Fields

color

java.awt.Color color

Class ix.icore.Report extends AbstractIXObject implements Serializable

Serialized Fields

text

java.lang.String text

reportType

ReportType reportType

priority

Priority priority

senderId

Name senderId

ref

Name ref

Class ix.icore.ReportType extends EnumeratedValue implements Serializable

Class ix.icore.Status extends EnumeratedValue implements Serializable

Serialized Fields

color

java.awt.Color color

Class ix.icore.TaskItem extends AbstractIXObject implements Serializable

Serialized Fields

pattern

LList pattern

status

Status status

priority

Priority priority

id

Name id

senderId

Name senderId

ref

Name ref

reportBack

YesNo reportBack

shortDescription

java.lang.String shortDescription

patternVars

java.util.Set<E> patternVars

Class ix.icore.YesNo extends EnumeratedValue implements Serializable


Package ix.icore.domain

Class ix.icore.domain.ArrayListOfObjectProperty extends java.util.ArrayList<ObjectProperty> implements Serializable

Class ix.icore.domain.Constrainer extends AbstractIXObject implements Serializable

Class ix.icore.domain.Constraint extends Constrainer implements Serializable

Serialized Fields

type

Symbol type

relation

Symbol relation

parameters

java.util.List<E> parameters

senderId

Name senderId

Class ix.icore.domain.Domain extends AbstractIXObject implements Serializable

Serialized Fields

name

java.lang.String name

variableDeclarations

ix.icore.domain.ListOfVariableDeclaration variableDeclarations

refinements

ix.icore.domain.ListOfRefinement refinements

objectClasses

ix.icore.domain.ListOfObjectClass objectClasses

listeners

java.util.List<E> listeners

refinementNameMap

java.util.Map<K,V> refinementNameMap

classNameMap

java.util.Map<K,V> classNameMap

Class ix.icore.domain.End extends EnumeratedValue implements Serializable

Class ix.icore.domain.LinkedListOfConstrainer extends java.util.LinkedList<Constrainer> implements Serializable

Class ix.icore.domain.LinkedListOfConstraint extends java.util.LinkedList<Constraint> implements Serializable

Class ix.icore.domain.LinkedListOfNodeSpec extends java.util.LinkedList<NodeSpec> implements Serializable

Class ix.icore.domain.LinkedListOfObjectClass extends java.util.LinkedList<ObjectClass> implements Serializable

Class ix.icore.domain.LinkedListOfObjectProperty extends java.util.LinkedList<ObjectProperty> implements Serializable

Class ix.icore.domain.LinkedListOfOrdering extends java.util.LinkedList<Ordering> implements Serializable

Class ix.icore.domain.LinkedListOfPatternAssignment extends java.util.LinkedList<PatternAssignment> implements Serializable

Class ix.icore.domain.LinkedListOfRefinement extends java.util.LinkedList<Refinement> implements Serializable

Class ix.icore.domain.LinkedListOfVariableDeclaration extends java.util.LinkedList<VariableDeclaration> implements Serializable

Class ix.icore.domain.MissingValuesException extends java.lang.RuntimeException implements Serializable

Serialized Fields

unboundVars

java.util.Set<E> unboundVars

Class ix.icore.domain.NodeEndRef extends java.lang.Object implements Serializable

Serialized Fields

end

End end

node

Name node

Class ix.icore.domain.NodeSpec extends java.lang.Object implements Serializable

Serialized Fields

id

Name id

pattern

LList pattern

Class ix.icore.domain.ObjectClass extends AbstractIXObject implements Serializable

Serialized Fields

name

java.lang.String name

superClassNames

ix.util.lisp.ListOfSymbol superClassNames

objectProperties

ix.icore.domain.ListOfObjectProperty objectProperties

Class ix.icore.domain.ObjectProperty.Syntax extends EnumeratedValue implements Serializable

Class ix.icore.domain.Ordering extends Constrainer implements Serializable

Serialized Fields

from

NodeEndRef from

to

NodeEndRef to

Class ix.icore.domain.PatternAssignment extends java.lang.Object implements Serializable

Serialized Fields

pattern

LList pattern

value

java.lang.Object value

Class ix.icore.domain.Refinement extends AbstractIXObject implements Serializable

Serialized Fields

name

java.lang.String name

pattern

LList pattern

variableDeclarations

ix.icore.domain.ListOfVariableDeclaration variableDeclarations

nodes

ix.icore.domain.ListOfNodeSpec nodes

orderings

ix.icore.domain.ListOfOrdering orderings

constraints

ix.icore.domain.ListOfConstraint constraints

issues

ix.icore.ListOfIssue issues

Class ix.icore.domain.TimeWindow extends java.lang.Object implements Serializable

Serialized Fields

min

java.lang.Object min

max

java.lang.Object max

Class ix.icore.domain.VariableDeclaration extends AbstractIXObject implements Serializable

Serialized Fields

name

ItemVar name

Package ix.icore.domain.event

Class ix.icore.domain.event.DomainEvent extends java.util.EventObject implements Serializable

Class ix.icore.domain.event.RefinementEvent extends DomainEvent implements Serializable

Serialized Fields

refinement

Refinement refinement

Package ix.icore.event

Class ix.icore.event.AgentEvent extends java.util.EventObject implements Serializable

Class ix.icore.event.AgentNameEvent extends AgentEvent implements Serializable

Serialized Fields

oldName

java.lang.String oldName

newName

java.lang.String newName

Class ix.icore.event.AnnotationEvent extends java.util.EventObject implements Serializable

Serialized Fields

key

java.lang.Object key

value

java.lang.Object value

Class ix.icore.event.ObjectChangeEvent extends java.beans.PropertyChangeEvent implements Serializable

Serialized Fields

object

java.lang.Object object

Package ix.icore.plan

Class ix.icore.plan.AbstractPlanItem extends PlanObject implements Serializable

Serialized Fields

id

Name id

expansion

Name expansion

Class ix.icore.plan.AbstractRefinement extends PlanObject implements Serializable

Serialized Fields

id

Name id

expands

Name expands

Class ix.icore.plan.DomainAsPlan extends Plan implements Serializable

Serialized Fields

nameToPlanVarMap

java.util.Map<K,V> nameToPlanVarMap

nodeIdToNodeSpecMap

java.util.Map<K,V> nodeIdToNodeSpecMap

nodeIdToRefinementMap

java.util.Map<K,V> nodeIdToRefinementMap

nameGen

Gensym.Generator nameGen

Class ix.icore.plan.DomainAsPlan.InvalidPlanDomain extends java.lang.RuntimeException implements Serializable

Class ix.icore.plan.Input extends ProcessParameter implements Serializable

Class ix.icore.plan.InvalidPlanException extends java.lang.RuntimeException implements Serializable

Class ix.icore.plan.LinkedListOfPlanIssue extends java.util.LinkedList<PlanIssue> implements Serializable

Class ix.icore.plan.LinkedListOfPlanIssueRefinement extends java.util.LinkedList<PlanIssueRefinement> implements Serializable

Class ix.icore.plan.LinkedListOfPlanNode extends java.util.LinkedList<PlanNode> implements Serializable

Class ix.icore.plan.LinkedListOfPlanRefinement extends java.util.LinkedList<PlanRefinement> implements Serializable

Class ix.icore.plan.LinkedListOfPlanVariableDeclaration extends java.util.LinkedList<PlanVariableDeclaration> implements Serializable

Class ix.icore.plan.Output extends ProcessParameter implements Serializable

Class ix.icore.plan.Plan extends PlanObject implements Serializable

Serialized Fields

planVariableDeclarations

ix.icore.plan.ListOfPlanVariableDeclaration planVariableDeclarations

planIssues

ix.icore.plan.ListOfPlanIssue planIssues

planIssueRefinements

ix.icore.plan.ListOfPlanIssueRefinement planIssueRefinements

planNodes

ix.icore.plan.ListOfPlanNode planNodes

planRefinements

ix.icore.plan.ListOfPlanRefinement planRefinements

constraints

ix.icore.domain.ListOfConstrainer constraints

worldState

ix.icore.domain.ListOfPatternAssignment worldState

Class ix.icore.plan.PlanAsDomain extends Domain implements Serializable

Serialized Fields

idToActivityMap

java.util.Map<K,V> idToActivityMap

planVarIdToItemVarMap

java.util.Map<K,V> planVarIdToItemVarMap

nameGen

Gensym.Generator nameGen

Class ix.icore.plan.PlanIssue extends AbstractPlanItem implements Serializable

Serialized Fields

issue

Issue issue

Class ix.icore.plan.PlanIssueRefinement extends AbstractRefinement implements Serializable

Serialized Fields

planVariableDeclarations

ix.icore.plan.ListOfPlanVariableDeclaration planVariableDeclarations

planIssues

ix.icore.plan.ListOfPlanIssue planIssues

Class ix.icore.plan.PlanNode extends AbstractPlanItem implements Serializable

Serialized Fields

activity

Activity activity

Class ix.icore.plan.PlanObject extends AbstractIXObject implements Serializable

Class ix.icore.plan.PlanRefinement extends AbstractRefinement implements Serializable

Serialized Fields

planVariableDeclarations

ix.icore.plan.ListOfPlanVariableDeclaration planVariableDeclarations

planNodes

ix.icore.plan.ListOfPlanNode planNodes

constraints

ix.icore.domain.ListOfConstrainer constraints

Class ix.icore.plan.PlanVariable extends PlanObject implements Serializable

Serialized Fields

id

Name id

name

Symbol name

Class ix.icore.plan.PlanVariableDeclaration extends PlanObject implements Serializable

Serialized Fields

id

Name id

name

Symbol name

scope

VariableScope scope

planVariable

PlanVariable planVariable

Class ix.icore.plan.ProcessParameter extends java.lang.Object implements Serializable

Serialized Fields

name

Symbol name

type

Symbol type

value

Symbol value

activity

Activity activity

Class ix.icore.plan.VariableScope extends EnumeratedValue implements Serializable


Package ix.icore.process

Class ix.icore.process.AbstractPMM extends ContextAnnotatedObject implements Serializable

Serialized Fields

processStatusListeners

java.util.List<E> processStatusListeners

Package ix.icore.process.event

Class ix.icore.process.event.ProcessStatusEvent extends java.util.EventObject implements Serializable


Package ix.iface.domain

Class ix.iface.domain.SyntaxException extends java.lang.RuntimeException implements Serializable


Package ix.iface.ui

Class ix.iface.ui.AboutFrame extends ToolFrame implements Serializable

Serialized Fields

textPane

javax.swing.JTextArea textPane

original

java.net.URL original

Class ix.iface.ui.AbstractEditorPanel extends javax.swing.JPanel implements Serializable

Serialized Fields

isBordered

boolean isBordered

butPanel

IXButPanel butPanel
A sub-panel containing buttons


scrollPan

javax.swing.JScrollPane scrollPan
A scroll-panel for the component (if required)


nameLabel

javax.swing.JLabel nameLabel
The panel's label (title)


border

javax.swing.border.TitledBorder border
The panel's border (if it has one)


itemComponent

javax.swing.JComponent itemComponent
The panel's item that may contain data. There are methods for setting and getting data for JList and JTextComponent items


minIcon

javax.swing.ImageIcon minIcon

deminIcon

javax.swing.ImageIcon deminIcon

xDeminIcon

javax.swing.ImageIcon xDeminIcon

xMinIcon

javax.swing.ImageIcon xMinIcon

minBut

javax.swing.JButton minBut

deminBut

javax.swing.JButton deminBut

rightClickMenu

javax.swing.JPopupMenu rightClickMenu

oldDim

java.awt.Dimension oldDim

oldGBC

java.awt.GridBagConstraints oldGBC

Class ix.iface.ui.AbstractEditorPanel.ListRightClickMenuItem extends javax.swing.JMenuItem implements Serializable

Serialized Fields

button

javax.swing.AbstractButton button

Class ix.iface.ui.CardPanel extends javax.swing.JPanel implements Serializable

Serialized Fields

cardsPanel

javax.swing.JPanel cardsPanel

panelNamesCB

javax.swing.JComboBox panelNamesCB

isAdjusting

boolean isAdjusting

Class ix.iface.ui.HelpFrame extends HTMLFrame implements Serializable

Serialized Fields

original

java.net.URL original

Class ix.iface.ui.HTMLFrame extends ToolFrame implements Serializable

Serialized Fields

home

java.net.URL home

htmlPanel

HTMLPanel htmlPanel

Class ix.iface.ui.HTMLPanel extends javax.swing.JPanel implements Serializable

Serialized Fields

htmlPane

javax.swing.JEditorPane htmlPane

urlField

javax.swing.JTextField urlField

currentURL

java.net.URL currentURL

history

java.util.ArrayList<E> history

currentHistory

int currentHistory

mostRecentMouseEvent

java.awt.event.MouseEvent mostRecentMouseEvent

Class ix.iface.ui.IconRenderer extends IXLabelRenderer implements Serializable

Class ix.iface.ui.IFormPanel extends javax.swing.JPanel implements Serializable

Serialized Fields

model

IFormModel model

nameBits

java.util.HashMap<K,V> nameBits

displayBits

java.util.HashMap<K,V> displayBits

fieldRenderers

java.util.HashMap<K,V> fieldRenderers

simpleFields

java.util.HashSet<E> simpleFields

listeners

java.util.HashSet<E> listeners

hideBits

java.util.HashMap<K,V> hideBits

parent

java.awt.Container parent

fieldEditor

IFormPanel.FieldChooser fieldEditor

Class ix.iface.ui.IFormPanel.FieldChooser extends JConstraintEditor implements Serializable

Serialized Fields

fieldGrid

javax.swing.JPanel fieldGrid

fieldBits

java.util.HashMap<K,V> fieldBits

Class ix.iface.ui.IXButPanel extends javax.swing.JPanel implements Serializable

Serialized Fields

groupFlag

boolean groupFlag

group

javax.swing.ButtonGroup group

buttons

java.util.HashSet<E> buttons

orientation

int orientation

Class ix.iface.ui.IXComboBox extends javax.swing.JComboBox implements Serializable

Class ix.iface.ui.IXLabelRenderer extends RendererLinkLabel implements Serializable

Serialized Fields

unselectedBorder

javax.swing.border.Border unselectedBorder
A border to provide the colour of an unselected border


selectedBorder

javax.swing.border.Border selectedBorder
A border to provide the colour of a selected border


lineSelectedBorder

javax.swing.border.Border lineSelectedBorder

lineUnselectedBorder

javax.swing.border.Border lineUnselectedBorder

isBordered

boolean isBordered
A flag to show whether the cell has a border


isLined

boolean isLined
A flag to show whether the cell has a line


borderWidth

int borderWidth

borderHeight

int borderHeight

Class ix.iface.ui.IXPopupMenu extends javax.swing.JPopupMenu implements Serializable

Class ix.iface.ui.IXTextRenderer extends RendererJText implements Serializable

Serialized Fields

unselectedBorder

javax.swing.border.Border unselectedBorder
A border to provide the colour of an unselected border


selectedBorder

javax.swing.border.Border selectedBorder
A border to provide the colour of a selected border


lineSelectedBorder

javax.swing.border.Border lineSelectedBorder

lineUnselectedBorder

javax.swing.border.Border lineUnselectedBorder

isBordered

boolean isBordered
A flag to show whether the cell has a border


isLined

boolean isLined
A flag to show whether the cell has a line


borderWidth

int borderWidth

borderHeight

int borderHeight

Class ix.iface.ui.JConstraintEditor extends javax.swing.JDialog implements Serializable

Serialized Fields

mainPanel

javax.swing.JPanel mainPanel

bitsBox

java.awt.Component bitsBox

butBox

java.awt.Component butBox

focusComponent

javax.swing.JComponent focusComponent

okBut

javax.swing.JButton okBut

cancelBut

javax.swing.JButton cancelBut

moreBut

javax.swing.JButton moreBut

label

javax.swing.JLabel label

constraintListeners

java.util.ArrayList<E> constraintListeners

currentObject

java.lang.Object currentObject

original

java.lang.Object original

Class ix.iface.ui.JFrameMT extends ToolFrame implements Serializable

Serialized Fields

catchingListener

CatchingActionListener catchingListener

TBB_Y

int TBB_Y

TBB_WIDTH

int TBB_WIDTH

TBB_HEIGHT

int TBB_HEIGHT

TB_HEIGHT

int TB_HEIGHT

fileChooser

javax.swing.JFileChooser fileChooser

directory

java.io.File directory
Te directory that the application's files live in


file

java.io.File file
The current file (for saving)


extensions

java.util.ArrayList<E> extensions
A list of file extensions to be used in the file chooser. E.g. "xml"


fileType

java.lang.String fileType
A description of the file type to be used in the file chooser. E.g. "Domain files"


helpFrame

HelpFrame helpFrame

helpFile

java.lang.String helpFile

helpFrameIcon

javax.swing.ImageIcon helpFrameIcon

mainJPanel

javax.swing.JPanel mainJPanel

JPanel2

javax.swing.JPanel JPanel2

menuBar

javax.swing.JMenuBar menuBar

toolBar

javax.swing.JToolBar toolBar

fileMenu

javax.swing.JMenu fileMenu

editMenu

javax.swing.JMenu editMenu

viewMenu

javax.swing.JMenu viewMenu

toolsMenu

javax.swing.JMenu toolsMenu

helpMenu

javax.swing.JMenu helpMenu

optionsMenu

javax.swing.JMenu optionsMenu

newIcon

javax.swing.ImageIcon newIcon

openIcon

javax.swing.ImageIcon openIcon

saveIcon

javax.swing.ImageIcon saveIcon

revertIcon

javax.swing.ImageIcon revertIcon

redoIcon

javax.swing.ImageIcon redoIcon

cutIcon

javax.swing.ImageIcon cutIcon

copyIcon

javax.swing.ImageIcon copyIcon

pasteIcon

javax.swing.ImageIcon pasteIcon

helpIcon

javax.swing.ImageIcon helpIcon

newItem

IXToolItem newItem

openItem

IXToolItem openItem

saveItem

IXToolItem saveItem

saveAsItem

IXToolItem saveAsItem

toolbarItem

IXToolItem toolbarItem

closeItem

IXToolItem closeItem

exitItem

IXToolItem exitItem

revertItem

IXToolItem revertItem

redoItem

IXToolItem redoItem

cutItem

IXToolItem cutItem

copyItem

IXToolItem copyItem

pasteItem

IXToolItem pasteItem

helpItem

IXToolItem helpItem

manualItem

IXToolItem manualItem

aboutItem

IXToolItem aboutItem

Class ix.iface.ui.JFrameMTP extends JFrameMT implements Serializable

Serialized Fields

isAdjusting

boolean isAdjusting
set when the panel is created so that change events can be ignored


panelStyles

java.util.ArrayList<E> panelStyles

panelStyle

java.lang.String panelStyle

panels

java.util.ArrayList<E> panels

tabbedPane

javax.swing.JTabbedPane tabbedPane

cardsPanel

CardPanel cardsPanel

currentPanel

javax.swing.JPanel currentPanel

windowsMenu

javax.swing.JMenu windowsMenu

styleMenu

javax.swing.JMenu styleMenu

Class ix.iface.ui.JObjectMenu extends javax.swing.JMenu implements Serializable

Serialized Fields

object

java.lang.Object object

Class ix.iface.ui.JObjectPopup extends javax.swing.JPopupMenu implements Serializable

Serialized Fields

object

java.lang.Object object

Class ix.iface.ui.JPreferencesDialog extends javax.swing.JDialog implements Serializable

Serialized Fields

frame

javax.swing.JFrame frame

prefsPanel

javax.swing.JPanel prefsPanel

booleanKeys

java.util.HashSet<E> booleanKeys

keyComponents

java.util.HashMap<K,V> keyComponents

manager

JPropertiesManager manager

listeners

java.util.HashSet<E> listeners

Class ix.iface.ui.JSelectorDialog extends javax.swing.JDialog implements Serializable

Serialized Fields

mainPanel

javax.swing.JPanel mainPanel

bitsBox

java.awt.Component bitsBox

butBox

java.awt.Component butBox

focusComponent

javax.swing.JComponent focusComponent

okBut

javax.swing.JButton okBut

cancelBut

javax.swing.JButton cancelBut

label

javax.swing.JLabel label

selectionListeners

java.util.ArrayList<E> selectionListeners

currentObject

java.lang.Object currentObject

Class ix.iface.ui.ListEditorPanel extends AbstractEditorPanel implements Serializable

Serialized Fields

listeners

java.util.HashSet<E> listeners

Class ix.iface.ui.NamedRenderer extends IXLabelRenderer implements Serializable

Class ix.iface.ui.NDRenderer extends IXLabelRenderer implements Serializable

Class ix.iface.ui.NDTextRenderer extends IXTextRenderer implements Serializable

Class ix.iface.ui.NeutralIconRenderer extends IconRenderer implements Serializable

Serialized Fields

conponent

javax.swing.JComponent conponent

Class ix.iface.ui.RendererLinkLabel extends RendererJLabel implements Serializable

Serialized Fields

link

java.net.URL link

linkDisplay

HTMLFrame linkDisplay

Class ix.iface.ui.SimpleTextRenderer extends IXTextRenderer implements Serializable

Class ix.iface.ui.ThingEditorPanel extends AbstractEditorPanel implements Serializable

Class ix.iface.ui.ToggleEditorPanel extends ListEditorPanel implements Serializable

Serialized Fields

listeners

java.util.HashSet<E> listeners

buttons

javax.swing.JToggleButton[] buttons

isAdjusting

boolean isAdjusting

Package ix.iface.ui.table

Class ix.iface.ui.table.AbstractIXTableModel extends javax.swing.table.AbstractTableModel implements Serializable

Serialized Fields

columnFields

java.util.ArrayList<E> columnFields

columnNames

java.util.ArrayList<E> columnNames

columnClasses

java.util.ArrayList<E> columnClasses

objectClass

java.lang.Class<T> objectClass

rowsMarkable

boolean rowsMarkable

markedRows

java.util.HashSet<E> markedRows
contains data objects. cannot do rows because it gets confused with expand/collapse in tree tables!


rows

java.util.List<E> rows
a list of objects that appear in the table


markListeners

java.util.HashSet<E> markListeners

Class ix.iface.ui.table.AbstractTreeTableModel extends AbstractIXTableModel implements Serializable

Serialized Fields

treeIconColumn

int treeIconColumn
the column to be used as a tree-icon column


nameColumn

int nameColumn
the column to be used as a name column


nodes

java.util.ArrayList<E> nodes
a collection of IXTreeTableNodes that have been generated


treeListeners

java.util.HashSet<E> treeListeners
Listeners that want to know about tree structure changes


parentsAreBold

boolean parentsAreBold

expanding

boolean expanding

nodeMap

java.util.HashMap<K,V> nodeMap
A map for looking up a TreeNode for a Object. Use: put(Object, TreeNode)

Class ix.iface.ui.table.IXTable extends javax.swing.JTable implements Serializable

Serialized Fields

columnWidths

java.util.Hashtable<K,V> columnWidths

columnFixedWidths

java.util.Hashtable<K,V> columnFixedWidths

defaultWidth

int defaultWidth

minWidth

int minWidth

popup

javax.swing.JPopupMenu popup

tmListeners

java.util.ArrayList<E> tmListeners
The TableModelListeners that have been added


columnToolTips

java.util.LinkedList<E> columnToolTips

Class ix.iface.ui.table.IXTreeTable extends IXTable implements Serializable

Class ix.iface.ui.table.TablePopupMenu extends IXPopupMenu implements Serializable

Serialized Fields

row

int row

column

int column

table

javax.swing.JTable table

Package ix.iface.ui.tree

Class ix.iface.ui.tree.EditableTree extends IXTree implements Serializable

Serialized Fields

clips

java.awt.datatransfer.Clipboard clips

path

javax.swing.tree.TreePath path

isModified

boolean isModified

nodeMap

java.util.HashMap<K,V> nodeMap

Class ix.iface.ui.tree.EditableTreeModel extends javax.swing.tree.DefaultTreeModel implements Serializable

Serialized Fields

nodeMap

java.util.HashMap<K,V> nodeMap
contains entries of (userNode - HashSet{IXTreeNodes})


userNodes

java.util.HashSet<E> userNodes
contains the set of user nodes that have been added to the tree


isUpdating

boolean isUpdating

Class ix.iface.ui.tree.IXTree extends javax.swing.JTree implements Serializable

Class ix.iface.ui.tree.TreeTransferHandler extends javax.swing.TransferHandler implements Serializable


Package ix.iface.util

Class ix.iface.util.AlphabetizingMenu extends javax.swing.JMenu implements Serializable

Class ix.iface.util.ChainingMenu extends javax.swing.JMenu implements Serializable

Serialized Fields

maxItems

int maxItems

currentSubmenu

javax.swing.JMenu currentSubmenu

Class ix.iface.util.CheckTable.ViewJTable extends javax.swing.JTable implements Serializable

Class ix.iface.util.CheckTable.ViewTableModel extends javax.swing.table.AbstractTableModel implements Serializable

Serialized Fields

KEY_COL

int KEY_COL

VAL_COL

int VAL_COL

columnName

java.lang.String[] columnName

isSelected

java.lang.Boolean[] isSelected

items

java.lang.Object[] items

Class ix.iface.util.CheckTableDialog extends javax.swing.JDialog implements Serializable

Serialized Fields

table

CheckTable table

Class ix.iface.util.ComboChoice extends javax.swing.JComboBox implements Serializable

Class ix.iface.util.GridColumn extends javax.swing.JPanel implements Serializable

Serialized Fields

titleLabel

javax.swing.JLabel titleLabel

gridLayout

java.awt.GridLayout gridLayout

Class ix.iface.util.HtmlTableEditorPane extends javax.swing.JEditorPane implements Serializable

Serialized Fields

tableEditorKit

javax.swing.text.html.HTMLEditorKit tableEditorKit

settingText

boolean settingText

Class ix.iface.util.IXHtmlEditorKit extends javax.swing.text.html.HTMLEditorKit implements Serializable

Serialized Fields

ixStyleSheet

javax.swing.text.html.StyleSheet ixStyleSheet

Class ix.iface.util.KeyValueTable.RowPopupMenu extends javax.swing.JPopupMenu implements Serializable

Serialized Fields

row

int row

Class ix.iface.util.KeyValueTable.ViewJTable extends javax.swing.JTable implements Serializable

Class ix.iface.util.KeyValueTable.ViewTableModel extends javax.swing.table.AbstractTableModel implements Serializable

Serialized Fields

KEY_COL

int KEY_COL

VAL_COL

int VAL_COL

columnName

java.lang.String[] columnName

Class ix.iface.util.ListSelectionDialog extends javax.swing.JDialog implements Serializable

Serialized Fields

list

javax.swing.JList list

Class ix.iface.util.LogoPanel extends javax.swing.JPanel implements Serializable

Class ix.iface.util.PriorityComboBox extends javax.swing.JComboBox implements Serializable

Class ix.iface.util.PriorityComboBox.PriorityCellRenderer extends javax.swing.DefaultListCellRenderer implements Serializable

Serialized Fields

displayNames

java.util.Map<K,V> displayNames

selectedBorders

java.util.Map<K,V> selectedBorders

unselectedBorders

java.util.Map<K,V> unselectedBorders

Class ix.iface.util.RadioButtonBox extends javax.swing.JPanel implements Serializable

Serialized Fields

actionListeners

java.util.List<E> actionListeners
This box's ActionListeners.


group

javax.swing.ButtonGroup group
This box's ButtonGroup.


selection

java.lang.String selection
The action-command from the most recently selected button.


listener

java.awt.event.ActionListener listener
The listener this box attaches to radio buttons. It arranges for ActionEvents from the buttons to be passed to this box's ActionListeners.

See Also:
RadioButtonBox.addActionListener(ActionListener)

Class ix.iface.util.RendererJLabel extends javax.swing.JLabel implements Serializable

Class ix.iface.util.RendererJText extends javax.swing.JTextField implements Serializable

Class ix.iface.util.SelectionPanel extends javax.swing.JPanel implements Serializable

Serialized Fields

frame

javax.swing.JFrame frame

nameColTitle

java.lang.String nameColTitle

choiceColTitle

java.lang.String choiceColTitle

selectionTable

SelectionPanel.SelectionTable selectionTable

Class ix.iface.util.SimpleToolFrame extends ToolFrame implements Serializable

Serialized Fields

safetyListener

CatchingActionListener safetyListener

contentPane

java.awt.Container contentPane

menuBar

javax.swing.JMenuBar menuBar

fileMenu

javax.swing.JMenu fileMenu

Class ix.iface.util.SortingKVTable.KeySortPopupMenu extends javax.swing.JPopupMenu implements Serializable

Class ix.iface.util.SortingKVTable.SortMenu extends javax.swing.JMenu implements Serializable

Class ix.iface.util.ToolFrame extends javax.swing.JFrame implements Serializable

Class ix.iface.util.TranscriptTextArea extends javax.swing.JTextArea implements Serializable

Serialized Fields

foldLongLines

boolean foldLongLines

excessLengthAllowed

int excessLengthAllowed

Class ix.iface.util.TranscriptTextPane extends javax.swing.JTextPane implements Serializable

Serialized Fields

foldLongLines

boolean foldLongLines

excessLengthAllowed

int excessLengthAllowed

NEWLINE

java.lang.String NEWLINE

Class ix.iface.util.ValueComboBox extends javax.swing.JComboBox implements Serializable

Class ix.iface.util.VerticalPanel extends javax.swing.JPanel implements Serializable

Serialized Fields

gridbag

java.awt.GridBagLayout gridbag

Package ix.ip2

Class ix.ip2.AbstractAgendaItemPopupMenu extends javax.swing.JPopupMenu implements Serializable

Serialized Fields

ip2

Ip2 ip2

item

AgendaItem item

unboundVariables

java.util.Set<E> unboundVariables

foldItem

javax.swing.JMenuItem foldItem

bindItem

javax.swing.JMenuItem bindItem

deleteItem

javax.swing.JMenuItem deleteItem

completeItem

javax.swing.JMenuItem completeItem

insertMenu

javax.swing.JMenu insertMenu

insertBeforeItem

javax.swing.JMenuItem insertBeforeItem

insertAfterItem

javax.swing.JMenuItem insertAfterItem

forwardReportItem

javax.swing.JMenuItem forwardReportItem

Class ix.ip2.ActivityTableViewer extends AgendaTableViewer implements Serializable

Class ix.ip2.ActivityViewTable extends AgendaViewTable implements Serializable

Class ix.ip2.AgendaItemTableModel extends AbstractTreeTableModel implements Serializable

Serialized Fields

table

AgendaTableViewer table

offset

int offset

DESCRIPTION_COL

int DESCRIPTION_COL

COMMENTS_COL

int COMMENTS_COL

PRIORITY_COL

int PRIORITY_COL

ACTION_COL

int ACTION_COL

newColour

java.awt.Color newColour

items

java.util.HashSet<E> items

disabled

java.util.HashSet<E> disabled

Class ix.ip2.AgendaTableViewer extends IXTreeTable implements Serializable

Serialized Fields

ip2

Ip2 ip2

agendaManager

AgendaManager agendaManager

itemEditor

ItemEditor itemEditor

model

AgendaItemTableModel model

priorityPopup

ix.ip2.AgendaTableViewer.PriorityPopupMenu priorityPopup

mouseableEditor

javax.swing.DefaultCellEditor mouseableEditor

noEditTF

javax.swing.JTextField noEditTF
a non-editable text field for mousable string cells


actionShadowingTable

TwoKeyHashMap<K1,K2,V> actionShadowingTable
Says which action to use when an item has more than one that have the same description. The two keys are the item and the description.

Class ix.ip2.AgendaViewTable extends javax.swing.JPanel implements Serializable

Serialized Fields

ip2

Ip2 ip2

agendaManager

AgendaManager agendaManager

itemEditor

ItemEditor itemEditor

descriptionCol

GridColumn descriptionCol

commentsCol

GridColumn commentsCol

priorityCol

GridColumn priorityCol

actionCol

GridColumn actionCol

descriptionWidth

int descriptionWidth

commentsWidth

int commentsWidth

itemToRowMap

java.util.HashMap<K,V> itemToRowMap
Lets us find the Row object that represents an item. An item should not be in the table until after the fields of the row have been added to the appropriate comumns.


rows

java.util.List<E> rows
A List of rows in the order in which they were first added to the table. Note this this is NOT the order in which they are listed in the table, because subitem rows can be added at any time and must be inserted below their parent and hence above any more recently added top-level entries (and their descendents).


actionShadowingTable

TwoKeyHashMap<K1,K2,V> actionShadowingTable
Says which action to use when an item has more than one that have the same description. The two keys are the item and the description.

Class ix.ip2.AgendaViewTable.ActionCellRenderer extends javax.swing.DefaultListCellRenderer implements Serializable

Serialized Fields

item

AgendaItem item

Class ix.ip2.AnnotationEditor extends XMLTreeEditFrame implements Serializable

Class ix.ip2.AnnotationViewTable extends javax.swing.JPanel implements Serializable

Serialized Fields

ip2

Ip2 ip2

viewTable

AnnotationViewTable.ViewTable viewTable

annotationEditor

AnnotationEditor annotationEditor

Class ix.ip2.Ip2Applet extends java.applet.Applet implements Serializable

Serialized Fields

ip2

Ip2Applet.AppletIp2 ip2

Class ix.ip2.Ip2Frame extends PanelFrame implements Serializable

Serialized Fields

contentPane

java.awt.Container contentPane

aboutFrame

Ip2Frame.Ip2AboutFrame aboutFrame

activityViewer

AgendaViewer activityViewer

issueViewer

AgendaViewer issueViewer

stateViewer

StateViewer stateViewer

annotationViewer

AnnotationViewer annotationViewer

ip2

Ip2 ip2

logoPanel

javax.swing.JPanel logoPanel

undoMenuItem

javax.swing.JMenuItem undoMenuItem

split1

javax.swing.JSplitPane split1

split2

javax.swing.JSplitPane split2

helpFrame

HelpFrame helpFrame

Class ix.ip2.Ip2Frame.Ip2AboutFrame extends TextAreaFrame implements Serializable

Class ix.ip2.Ip2ModelManager extends AbstractPMM implements Serializable

Serialized Fields

ip2

Ip2 ip2

nodes

LLQueue<E> nodes

varEnv

ContextHashMap<K,V> varEnv

sentinels

LLQueue<E> sentinels

constraintAssociator

ConstraintAssociator constraintAssociator

variableManager

VariableManager variableManager

worldStateCM

Ip2WorldStateManager worldStateCM

tpnm

TimePointNet tpnm

adviceManager

AdviceManager adviceManager

otherConstraints

LLQueue<E> otherConstraints

nodeFilterConstraints

ContextMultiMap nodeFilterConstraints

nodeTimeConstraints

ContextMultiMap nodeTimeConstraints

otherNodeConstraints

ContextMultiMap otherNodeConstraints

markCounter

long markCounter

computeSupportCode

java.lang.Object computeSupportCode

computeStatus

boolean computeStatus

Class ix.ip2.IssueTableViewer extends AgendaTableViewer implements Serializable

Class ix.ip2.IssueViewTable extends AgendaViewTable implements Serializable

Class ix.ip2.ItemEditor.EditPanel extends VerticalPanel implements Serializable

Serialized Fields

textCols

int textCols

commentRows

int commentRows

itemText

javax.swing.JTextArea itemText

commentText

javax.swing.JTextArea commentText

modifyButton

javax.swing.JButton modifyButton

newItemButtons

javax.swing.Box newItemButtons

editItemButtons

javax.swing.Box editItemButtons

editingItem

AgendaItem editingItem

Class ix.ip2.ItemEditor.ItemTextArea extends javax.swing.JTextArea implements Serializable

Class ix.ip2.NewIp2Frame extends Ip2Frame implements Serializable

Serialized Fields

optionLabel

javax.swing.JLabel optionLabel

optionUI

OptionUI optionUI

split3

javax.swing.JSplitPane split3

Class ix.ip2.PanelFrame extends javax.swing.JFrame implements Serializable

Serialized Fields

agent

IXAgent agent

toolManager

ToolManager toolManager

testMenu

javax.swing.JMenu testMenu

Class ix.ip2.StateViewTable extends javax.swing.JPanel implements Serializable

Serialized Fields

ip2

Ip2 ip2

viewTable

StateViewTable.ViewTable viewTable

propertyViewer

PropertyViewTable propertyViewer

Class ix.ip2.StateViewTable.ViewTable.StatePopupMenu extends KeyValueTable.RowPopupMenu implements Serializable

Serialized Fields

viewMenu

javax.swing.JMenu viewMenu

Class ix.ip2.SyncState.AbstractClientOperation extends java.lang.Object implements Serializable

Class ix.ip2.SyncState.AbstractServerOperation extends java.lang.Object implements Serializable

Serialized Fields

clientName

java.lang.String clientName

Class ix.ip2.SyncState.ClientStateChange extends SyncState.ClientStateDelta implements Serializable

Class ix.ip2.SyncState.ClientStateDeletion extends SyncState.ClientStateDelta implements Serializable

Class ix.ip2.SyncState.ClientStateDelta extends SyncState.AbstractServerOperation implements Serializable

Serialized Fields

delta

ix.icore.domain.ListOfPatternAssignment delta

Class ix.ip2.SyncState.RegisterClient extends SyncState.ClientStateDelta implements Serializable

Class ix.ip2.SyncState.ServerFullState extends SyncState.ServerStateDelta implements Serializable

Class ix.ip2.SyncState.ServerStateChange extends SyncState.ServerStateDelta implements Serializable

Class ix.ip2.SyncState.ServerStateDeletion extends SyncState.ServerStateDelta implements Serializable

Class ix.ip2.SyncState.ServerStateDelta extends SyncState.AbstractClientOperation implements Serializable

Serialized Fields

delta

ix.icore.domain.ListOfPatternAssignment delta

Class ix.ip2.SyncStateClient.ChangeMessage extends IPlanOptionManager.PseudoMessage implements Serializable

Class ix.ip2.SyncStateClient.DeleteMessage extends IPlanOptionManager.PseudoMessage implements Serializable

Class ix.ip2.TimelineViewer.TimelineFrame extends TextAreaFrame implements Serializable

Class ix.ip2.UndoException extends java.lang.RuntimeException implements Serializable

Class ix.ip2.UndoException.NoFurtherUndo extends UndoException implements Serializable

Class ix.ip2.WaitForReportsActivity extends Activity implements Serializable


Package ix.ip2.event

Class ix.ip2.event.AgendaEvent extends java.util.EventObject implements Serializable

Class ix.ip2.event.AgendaItemEvent extends java.util.EventObject implements Serializable

Class ix.ip2.event.ControllerEvent extends java.util.EventObject implements Serializable


Package ix.iplan

Class ix.iplan.ExpandPlanTestGroup extends PlanTest implements Serializable

Serialized Fields

name

java.lang.String name
This group's name.


tests

java.util.List<E> tests
Tests directly in this expansion rather than taken from a named group.

Class ix.iplan.IPlanFrame extends NewIp2Frame implements Serializable

Class ix.iplan.IPlanModelManager extends Ip2ModelManager implements Serializable

Serialized Fields

worldCM

IPlanWorldStateManager worldCM

Class ix.iplan.IPlanOptionManager.NoPlanEvent extends java.util.EventObject implements Serializable

Class ix.iplan.IPlanOptionManager.PlanEvent extends java.util.EventObject implements Serializable

Class ix.iplan.IPlanOptionManager.PseudoMessage extends IPC.BasicInputMessage implements Serializable

Class ix.iplan.IPlanOptionManager.UndoEvent extends java.util.EventObject implements Serializable

Class ix.iplan.NoPlanException extends java.lang.RuntimeException implements Serializable

Class ix.iplan.PlanModelComparer.PlanDifferenceException extends java.lang.RuntimeException implements Serializable

Class ix.iplan.PlanTest extends java.lang.Object implements Serializable

Serialized Fields

domain

java.lang.String domain

task

java.lang.String task

initialPlan

java.lang.String initialPlan

plans

int plans

isExhaustive

boolean isExhaustive

isExhaustiveWasSet

boolean isExhaustiveWasSet

randomSimulations

int randomSimulations

stepLimit

int stepLimit

Class ix.iplan.PlanTestDefaults extends PlanTest implements Serializable

Class ix.iplan.PlanTestGroup extends PlanTest implements Serializable

Serialized Fields

name

java.lang.String name
This group's name.


tests

java.util.List<E> tests
The PlanTests in this group.

Class ix.iplan.Poison extends ThrownResult implements Serializable

Serialized Fields

reason

java.lang.Object reason

Class ix.iplan.Slip.StepLimitException extends java.lang.RuntimeException implements Serializable


Package ix.iplan.event

Class ix.iplan.event.OptionEvent extends java.util.EventObject implements Serializable

Serialized Fields

option

IPlanOptionManager.Opt option

Package ix.iscript

Class ix.iscript.And extends Expression implements Serializable

Serialized Fields

of

ix.iscript.ListOfExpression of

Class ix.iscript.Assignment extends Expression implements Serializable

Serialized Fields

to

Name to

value

Expression value

Class ix.iscript.Call extends Expression implements Serializable

Serialized Fields

function

Expression function

arguments

ix.iscript.ListOfExpression arguments

Class ix.iscript.Expression extends java.lang.Object implements Serializable

Class ix.iscript.If extends Expression implements Serializable

Serialized Fields

test

Expression test

ifTrue

Expression ifTrue

ifFalse

Expression ifFalse

Class ix.iscript.IScriptLispSource extends LispSourceText implements Serializable

Class ix.iscript.IScriptXmlSource extends java.lang.Object implements Serializable

Serialized Fields

expression

Expression expression

Class ix.iscript.Lambda extends Expression implements Serializable

Serialized Fields

parameters

ix.util.ListOfName parameters

in

Expression in

Class ix.iscript.Let extends Expression implements Serializable

Serialized Fields

bindings

ix.iscript.ListOfBinding bindings

in

Expression in

Class ix.iscript.LinkedListOfBinding extends java.util.LinkedList<Binding> implements Serializable

Class ix.iscript.LinkedListOfExpression extends java.util.LinkedList<Expression> implements Serializable

Class ix.iscript.Literal extends Expression implements Serializable

Serialized Fields

value

java.lang.Object value

Class ix.iscript.Or extends Expression implements Serializable

Serialized Fields

of

ix.iscript.ListOfExpression of

Class ix.iscript.Sequence extends Expression implements Serializable

Serialized Fields

of

ix.iscript.ListOfExpression of

Class ix.iscript.VarRef extends Expression implements Serializable

Serialized Fields

name

Name name

Class ix.iscript.While extends Expression implements Serializable

Serialized Fields

test

Expression test

repeat

Expression repeat

Package ix.iserve.ipc

Class ix.iserve.ipc.IServeCommServer.AbandonRequest extends HttpRequestException implements Serializable

Class ix.iserve.ipc.IServeCommServer.IllegalIdentityCheckerChange extends java.lang.IllegalStateException implements Serializable

Class ix.iserve.ipc.IServeCommTool.ToolFrame extends TextAreaFrame implements Serializable

Serialized Fields

registerButton

javax.swing.JButton registerButton

Class ix.iserve.ipc.MessageWrapper extends AbstractAnnotatedObject implements Serializable

Serialized Fields

from

java.lang.String from

command

java.lang.String command

to

java.lang.String to

uuid

java.lang.String uuid

password

java.lang.String password

contents

java.lang.Object contents

sendDate

java.util.Date sendDate

sequenceNumber

java.lang.Integer sequenceNumber

remoteHost

java.lang.String remoteHost

remoteAddr

java.lang.String remoteAddr

Class ix.iserve.ipc.Registration extends java.lang.Object implements Serializable

Serialized Fields

status

java.lang.String status

uuid

java.lang.String uuid

Package ix.isim

Class ix.isim.ISim.AnimatedObjectList extends java.util.LinkedList implements Serializable

Class ix.isim.ISimEventsFrame extends ToolFrame implements Serializable

Serialized Fields

simulator

ISimEngine simulator

mainMenu

javax.swing.JMenuBar mainMenu

fileMenu

javax.swing.JMenu fileMenu

loadMenuItem

javax.swing.JMenuItem loadMenuItem

closeMenuItem

javax.swing.JMenuItem closeMenuItem

simulationMenu

javax.swing.JMenu simulationMenu

startMenuItem

javax.swing.JMenuItem startMenuItem

pauseMenuItem

javax.swing.JMenuItem pauseMenuItem

resumeMenuItem

javax.swing.JMenuItem resumeMenuItem

eventsMenu

javax.swing.JMenu eventsMenu

clearMenuItem

javax.swing.JMenuItem clearMenuItem

nextMenuItem

javax.swing.JMenuItem nextMenuItem

UILayout

java.awt.BorderLayout UILayout

tableScrollPane

javax.swing.JScrollPane tableScrollPane

eventsTable

javax.swing.JTable eventsTable

eventsTableModel

EventsTableModel eventsTableModel

Class ix.isim.ISimTimeFrame extends ToolFrame implements Serializable

Serialized Fields

clockLayout

java.awt.BorderLayout clockLayout

timePanel

javax.swing.JPanel timePanel

simTimeLabel

javax.swing.JLabel simTimeLabel

df

java.text.DateFormat df

Class ix.isim.ISimTimerException extends java.lang.Exception implements Serializable

Class ix.isim.SimulationException extends java.lang.Exception implements Serializable

Class ix.isim.StartSimDialog extends javax.swing.JDialog implements Serializable

Serialized Fields

startSelected

boolean startSelected

startTime

long startTime

acceleration

double acceleration

df

java.text.DateFormat df

mainPanel

javax.swing.JPanel mainPanel

mainPanelLayout

java.awt.BorderLayout mainPanelLayout

paramPanel

javax.swing.JPanel paramPanel

buttonPanel

javax.swing.JPanel buttonPanel

cancelButton

javax.swing.JButton cancelButton

startButton

javax.swing.JButton startButton

paramLayout

java.awt.GridLayout paramLayout

startTimePanel

javax.swing.JPanel startTimePanel

accelerationPanel

javax.swing.JPanel accelerationPanel

startTimeLabel

javax.swing.JLabel startTimeLabel

startTimeTextField

javax.swing.JTextField startTimeTextField

accelerationLable

javax.swing.JLabel accelerationLable

accelerationTextField

javax.swing.JTextField accelerationTextField

Package ix.ispace

Class ix.ispace.AgentRelationship extends EnumeratedValue implements Serializable

Class ix.ispace.LinkedListOfCapability extends java.util.LinkedList<Capability> implements Serializable


Package ix.ispace.event

Class ix.ispace.event.ContactEvent extends java.util.EventObject implements Serializable

Serialized Fields

oldData

AgentData oldData

newData

AgentData newData

Package ix.itest

Class ix.itest.DestinationChoice extends ComboChoice implements Serializable

Class ix.itest.ItestFrame extends PanelFrame implements Serializable

Serialized Fields

itest

Itest itest

sendPanel

SendPanel sendPanel

receivePanel

ReceivePanel receivePanel

logoPanel

javax.swing.JPanel logoPanel

helpController

ToolController helpController

aboutITestController

ToolController aboutITestController

Class ix.itest.ReceivePanel extends javax.swing.JPanel implements Serializable

Serialized Fields

agent

IXAgent agent

contactManager

ContactManager contactManager

transcript

TranscriptTextPane transcript

Class ix.itest.SendPanel extends VerticalPanel implements Serializable

Serialized Fields

agent

IXAgent agent

contactManager

ContactManager contactManager

actionListener

java.awt.event.ActionListener actionListener

contentText

SendPanel.SendTextArea contentText

typeSelector

RadioButtonBox typeSelector

prioritySelector

RadioButtonBox prioritySelector

sendControls

SendPanel.SendControlsPanel sendControls

styleButton

javax.swing.JButton styleButton

reportCheckModel

javax.swing.JToggleButton.ToggleButtonModel reportCheckModel

destinationChoiceModel

javax.swing.DefaultComboBoxModel destinationChoiceModel

Package ix.iview

Class ix.iview.AConstructEditorPanel extends javax.swing.JPanel implements Serializable

Serialized Fields

parent

AConstructFramePanel parent

uiConstruct

UIObject uiConstruct

Class ix.iview.AConstructFramePanel extends javax.swing.JPanel implements Serializable

Serialized Fields

parent

DomainEditorFrame parent
The panels parent - a DomainEditor


scrollPane

javax.swing.JScrollPane scrollPane
The scrollPane in which all the panel's contents are placed


mainPanel

javax.swing.JPanel mainPanel
The panel's main panel in which editing occurs


formPanel

IFormPanel formPanel
seems like this should not be here! define lower down? used lots in ActionEditorPanel and GlobalFramePanel, not here or in DomainEditor


alwaysSave

java.lang.String alwaysSave

doSwitch

boolean doSwitch

switching

boolean switching

modifyDialog

AConstructFramePanel.JModifyDialog modifyDialog

undoManager

UndoManager undoManager

hasOverview

boolean hasOverview

currentConstructListeners

java.util.HashSet<E> currentConstructListeners

Class ix.iview.AConstructFramePanel.JModifyDialog extends javax.swing.JDialog implements Serializable

Serialized Fields

uio

UIObject uio

cPanel

AConstructFramePanel cPanel

topString

java.lang.String topString

message

java.lang.String[] message

options

java.lang.Object[] options

topLabel

javax.swing.JLabel topLabel

askToggle

javax.swing.JToggleButton askToggle

modToggle

javax.swing.JToggleButton modToggle

discardToggle

javax.swing.JToggleButton discardToggle

bg

javax.swing.ButtonGroup bg

ml

java.awt.event.MouseListener ml

butPanel

javax.swing.JPanel butPanel

topPanel

javax.swing.JPanel topPanel

Class ix.iview.ActionEditorPanel extends AConstructFramePanel implements Serializable

Serialized Fields

miniConstraintsPanel

IXEditorPanel miniConstraintsPanel
The panels parent - a DomainEditorFrame


nodesTextPanel

IXEditorPanel nodesTextPanel

minimalView

boolean minimalView

fullNodeRenderer

IXRenderer fullNodeRenderer

miniNodeRenderer

IXRenderer miniNodeRenderer

fullIssueRenderer

IXRenderer fullIssueRenderer

miniIssueRenderer

IXRenderer miniIssueRenderer

sequence

boolean sequence

orderingEditor

OrderingEditor orderingEditor
An editor for temporal relations


conditionEditor

ConditionEffectEditor conditionEditor

constraintEditor

DefaultConstraintEditor constraintEditor

nodeSpecEditor

SpecEditor nodeSpecEditor

issueSpecEditor

SpecEditor issueSpecEditor

declarationEditor

DeclarationEditor declarationEditor

objectConstraintEditor

ObjectConstraintEditor objectConstraintEditor

searcher

PanelSearcher searcher
An editor for temporal relations


actionSplit

javax.swing.JSplitPane actionSplit

scrollTree

javax.swing.JScrollPane scrollTree

actionTree

IXTreeTable actionTree

treeModel

ActionTreeTableModel treeModel

formModel

IFormModel formModel

currentPanel

ConstructEditing currentPanel

mousePoint

java.awt.Point mousePoint

currentView

Symbol currentView

formView

Symbol formView

graphMode

boolean graphMode

graphPanel

GExpansionEditor graphPanel

comprehensiveConstrIndex

int comprehensiveConstrIndex

comprehensiveFields

java.util.List<E> comprehensiveFields

minimalFields

java.util.List<E> minimalFields

updatingView

boolean updatingView

uiConstruct

UIRefinement uiConstruct

updatingTree

boolean updatingTree

actionListeners

java.util.HashSet<E> actionListeners
Listeners interested in the current action

Class ix.iview.ActionFormPanel extends IFormPanel implements Serializable

Serialized Fields

parent

AConstructFramePanel parent

uiConstruct

UIObject uiConstruct

Class ix.iview.AROEditorPanel extends AConstructFramePanel implements Serializable

Serialized Fields

split

javax.swing.JSplitPane split

scrollTree

javax.swing.JScrollPane scrollTree

classTree

EditableTree classTree

classTreeModel

ObjectClassTreeModel classTreeModel

searcher

PanelSearcher searcher

propEditor

PropertyEditor propEditor

mousePoint

java.awt.Point mousePoint

Class ix.iview.AROEditorPanel.AROFormPanel extends IFormPanel implements Serializable

Serialized Fields

uiConstruct

UIObject uiConstruct

parent

AConstructFramePanel parent

actionListeners

java.util.HashSet<E> actionListeners
Listeners interested in the current action

Class ix.iview.AROEditorPanel.ClassTreeTableModel extends AbstractTreeTableModel implements Serializable

Serialized Fields

uiDomain

UIDomain uiDomain

Class ix.iview.ConditionEffectEditor extends ConstraintEditor implements Serializable

Serialized Fields

actEd

ListEditorPanel actEd

condBut

javax.swing.JRadioButton condBut

effBut

javax.swing.JRadioButton effBut

group

javax.swing.ButtonGroup group

statement

javax.swing.JTextField statement

constraintParser

LTF_Parser constraintParser

isAdjusting

boolean isAdjusting

Class ix.iview.ConstraintEditor extends JConstraintEditor implements Serializable

Serialized Fields

varDecs

java.util.List<E> varDecs

field

java.lang.String field

Class ix.iview.DeclarationEditor extends ConstraintEditor implements Serializable

Serialized Fields

varTableMod

DeclarationEditor.VarTypeTableModel varTableMod

varEd

DeclarationEditor.VarListEditor varEd

any

javax.swing.JRadioButton any

given

javax.swing.JRadioButton given

none

javax.swing.JRadioButton none

group

javax.swing.ButtonGroup group

otherEdBut

javax.swing.JButton otherEdBut

tableSplit

javax.swing.JSplitPane tableSplit

topPanel

javax.swing.JPanel topPanel

propTablePan

javax.swing.JPanel propTablePan

propConstraintEd

ListEditorPanel propConstraintEd

propTableModel

PropertyTableModel propTableModel

varTypeMap

java.util.HashMap<K,V> varTypeMap

varConstMap

java.util.HashMap<K,V> varConstMap

noObConstMap

java.util.HashMap<K,V> noObConstMap

varTypeConstraints

java.util.HashMap<K,V> varTypeConstraints

oldVars

java.util.HashMap<K,V> oldVars

saving

boolean saving

typeProp

ObjectProperty typeProp

vp

ObjectView.ValueParser vp

typeBox

javax.swing.JComboBox typeBox

uiDomain

UIDomain uiDomain

conditionEditor

ConditionEffectEditor conditionEditor

popListener

java.awt.event.ActionListener popListener

varTabPopup

JObjectPopup varTabPopup

propTabPopup

JObjectPopup propTabPopup

Class ix.iview.DeclarationEditor.VarListEditor extends ListEditorPanel implements Serializable

Class ix.iview.DeclarationEditor.VarTypeTableModel extends AbstractIXTableModel implements Serializable

Serialized Fields

columns

java.lang.String[] columns

classes

java.lang.Class<T>[] classes

VAR_COL

int VAR_COL

TYPE_COL

int TYPE_COL

CONSTRAINTS_COL

int CONSTRAINTS_COL

NOCONST_COL

int NOCONST_COL

refinement

UIRefinement refinement

Class ix.iview.DefaultConstraintEditor extends ConstraintEditor implements Serializable

Serialized Fields

typeField

javax.swing.JTextField typeField

relField

javax.swing.JTextField relField

condBut

javax.swing.JRadioButton condBut

effBut

javax.swing.JRadioButton effBut

group

javax.swing.ButtonGroup group

statement

javax.swing.JTextField statement

Class ix.iview.DomainEditorFrame extends JFrameMTP implements Serializable

Serialized Fields

agent

IXAgent agent

propMan

JPropertiesManager propMan

domainPanel

GlobalFramePanel domainPanel

actionPanel

ActionEditorPanel actionPanel

aroPanel

AROEditorPanel aroPanel

useARO

boolean useARO

grammarPanel

GrammarEditorPanel grammarPanel

lexiconPanel

AConstructFramePanel lexiconPanel

testPanel

AConstructFramePanel testPanel

orderingEditor

OrderingEditor orderingEditor

aboutFrame

AboutFrame aboutFrame

checkIcon

javax.swing.ImageIcon checkIcon

revertOIcon

javax.swing.ImageIcon revertOIcon

modifyIcon

javax.swing.ImageIcon modifyIcon

varDecIcon

javax.swing.ImageIcon varDecIcon

publishIcon

javax.swing.ImageIcon publishIcon

minimalIcon

javax.swing.ImageIcon minimalIcon

comprehensiveIcon

javax.swing.ImageIcon comprehensiveIcon

graphicalIcon

javax.swing.ImageIcon graphicalIcon

preferredIcon

javax.swing.ImageIcon preferredIcon

simpleIcon

javax.swing.ImageIcon simpleIcon

advancedIcon

javax.swing.ImageIcon advancedIcon

editConstructMenu

javax.swing.JMenu editConstructMenu

orderMenu

javax.swing.JMenu orderMenu

modeGroup

javax.swing.ButtonGroup modeGroup

viewGroup

javax.swing.ButtonGroup viewGroup

simpleMI

javax.swing.JRadioButtonMenuItem simpleMI

advancedMI

javax.swing.JRadioButtonMenuItem advancedMI

minimalMI

javax.swing.JRadioButtonMenuItem minimalMI

comprehensiveMI

javax.swing.JRadioButtonMenuItem comprehensiveMI

graphicalMI

javax.swing.JRadioButtonMenuItem graphicalMI

minimalTB

javax.swing.JButton minimalTB

comprehensiveTB

javax.swing.JButton comprehensiveTB

graphicalTB

javax.swing.JButton graphicalTB

defSequenceMI

javax.swing.JCheckBoxMenuItem defSequenceMI

publishItem

IXToolItem publishItem

insertItem

IXToolItem insertItem

clearItem

IXToolItem clearItem

revertDItem

IXToolItem revertDItem

changesAllItem

IXToolItem changesAllItem

newEditItem

IXToolItem newEditItem

revertOItem

IXToolItem revertOItem

modifyItem

IXToolItem modifyItem

declareItem

IXToolItem declareItem

findVarsItem

IXToolItem findVarsItem

modeMenu

javax.swing.JMenu modeMenu

refreshItem

IXToolItem refreshItem

changesItem

IXToolItem changesItem

changesOItem

IXToolItem changesOItem

simpleItem

IXToolItem simpleItem

advancedItem

IXToolItem advancedItem

sortItem

IXToolItem sortItem

viewsMenu

javax.swing.JMenu viewsMenu

minimalItem

IXToolItem minimalItem

comprehensiveItem

IXToolItem comprehensiveItem

graphicalItem

IXToolItem graphicalItem

viewFieldsItem

IXToolItem viewFieldsItem

checkItem

IXToolItem checkItem

genItem

IXToolItem genItem

searchItem

IXToolItem searchItem

preferencesItem

IXToolItem preferencesItem

preferredItem

IXToolItem preferredItem

sequenceNewItem

IXToolItem sequenceNewItem

sequenceItem

IXToolItem sequenceItem

parallelItem

IXToolItem parallelItem

allButtons

IXToolItem[] allButtons

showButtons

IXToolItem[] showButtons

allMenuItems

IXToolItem[] allMenuItems

standAlone

boolean standAlone

editor

DomainEditor editor

simpleMode

boolean simpleMode

showButtonTexts

boolean showButtonTexts

isEditable

boolean isEditable

listsAsText

boolean listsAsText

useNewCondEd

boolean useNewCondEd

preferredView

Symbol preferredView

preferredStyle

java.lang.String preferredStyle

preferredConstraints

Symbol preferredConstraints

frameIcon

javax.swing.ImageIcon frameIcon

logo

javax.swing.ImageIcon logo

title

java.lang.String title

directory

java.io.File directory

adjustingDomain

boolean adjustingDomain
The current domain in the editor. May be null


adjustingMode

boolean adjustingMode

adjustingView

boolean adjustingView

tbs

javax.swing.JToolBar.Separator tbs

Class ix.iview.GlobalFormPanel extends IFormPanel implements Serializable

Serialized Fields

uiConstruct

UIObject uiConstruct

currentAction

UIRefinement currentAction

tableModel

ActionTreeTableModel tableModel

table

IXTreeTable table

parent

AConstructFramePanel parent

actionListeners

java.util.HashSet<E> actionListeners
Listeners interested in the current action


reactingActionChange

boolean reactingActionChange
do not fire change when someone else is making the change

Class ix.iview.GlobalFramePanel extends AConstructFramePanel implements Serializable

Class ix.iview.GrammarEditorPanel extends AConstructFramePanel implements Serializable

Serialized Fields

issuePatternList

AbstractEditorPanel issuePatternList

nodePatternList

AbstractEditorPanel nodePatternList

constraintPatternList

AbstractEditorPanel constraintPatternList

issuePatterns

java.util.HashSet<E> issuePatterns

nodePatterns

java.util.HashSet<E> nodePatterns

constrPatterns

java.util.List<E> constrPatterns

ml

java.awt.event.MouseListener ml

listsAsText

boolean listsAsText

Class ix.iview.GrammarEditorPanel.GenericConstraintTableModel extends AbstractIXTableModel implements Serializable

Serialized Fields

uiDomain

UIDomain uiDomain

Class ix.iview.GrammarEditorPanel.GrammarFormPanel extends javax.swing.JPanel implements Serializable

Serialized Fields

parent

AConstructFramePanel parent

uiConstruct

UIObject uiConstruct

Class ix.iview.IDEPreferencesDialog extends JPreferencesDialog implements Serializable

Class ix.iview.MiniConstraintPanel extends AbstractEditorPanel implements Serializable

Serialized Fields

group

javax.swing.ButtonGroup group

defaultB

javax.swing.AbstractButton defaultB

LastB

javax.swing.AbstractButton LastB

Class ix.iview.ObjectConstraintEditor extends ConstraintEditor implements Serializable

Serialized Fields

varNameEd

ListEditorPanel varNameEd

classEd

ListEditorPanel classEd

propConstraintEd

ListEditorPanel propConstraintEd

propModePan

ToggleEditorPanel propModePan

tableModel

PropertyTableModel tableModel

vasBox

javax.swing.JComboBox vasBox

uiDomain

UIDomain uiDomain

objectClass

UIObjectClass objectClass

oldConstraints

java.util.List<E> oldConstraints

typeConstraint

Constraint typeConstraint

variable

ItemVar variable

propertyConstraints

java.util.HashMap<K,V> propertyConstraints

varConstraints

java.util.HashMap<K,V> varConstraints

mode

int mode

root

ObjectClassTreeNode root

isAdjusting

boolean isAdjusting

Class ix.iview.OrderingEditor extends ConstraintEditor implements Serializable

Serialized Fields

actListA

javax.swing.JList actListA

timeListA

javax.swing.JList timeListA

beforeLabel

javax.swing.JLabel beforeLabel

timeListB

javax.swing.JList timeListB

actListB

javax.swing.JList actListB

Class ix.iview.PanelSearcher extends javax.swing.JDialog implements Serializable

Serialized Fields

patternField

javax.swing.JTextField patternField

searchResults

ListEditorPanel searchResults

searchBut

javax.swing.JButton searchBut

goToBut

javax.swing.JButton goToBut

closeBut

javax.swing.JButton closeBut

searchField

javax.swing.JComboBox searchField

constructPanel

AConstructFramePanel constructPanel

Class ix.iview.PropertyEditor extends JConstraintEditor implements Serializable

Serialized Fields

message

java.lang.String message

nameField

javax.swing.text.JTextComponent nameField

syntaxList

javax.swing.JList syntaxList

Class ix.iview.SimpleDeclarationEditor extends ConstraintEditor implements Serializable

Serialized Fields

varList

javax.swing.JTextArea varList

used

javax.swing.JRadioButton used

any

javax.swing.JRadioButton any

given

javax.swing.JRadioButton given

none

javax.swing.JRadioButton none

add

javax.swing.JButton add

delete

javax.swing.JButton delete

group

javax.swing.ButtonGroup group

Class ix.iview.SimpleDomainEditor.RefinementEditor extends VerticalPanel implements Serializable

Serialized Fields

lineSeparator

java.lang.String lineSeparator

textCols

int textCols

nameText

javax.swing.JTextField nameText

patternText

javax.swing.JTextField patternText

expansionText

javax.swing.JTextArea expansionText

commentText

javax.swing.JTextArea commentText

constraintPanel

SimpleDomainEditor.TemporalConstraintPanel constraintPanel

saveButton

javax.swing.JButton saveButton

deleteButton

javax.swing.JButton deleteButton

clearButton

javax.swing.JButton clearButton

editingRefinement

Refinement editingRefinement

Class ix.iview.SimpleDomainEditor.TemporalConstraintPanel extends javax.swing.JPanel implements Serializable

Serialized Fields

box

RadioButtonBox box

ordParallel

javax.swing.JRadioButton ordParallel

ordSequential

javax.swing.JRadioButton ordSequential

ordOther

javax.swing.JRadioButton ordOther

Class ix.iview.SimpleEditorPanel extends AConstructFramePanel implements Serializable

Class ix.iview.SpecEditor extends ConstraintEditor implements Serializable

Serialized Fields

type

java.lang.String type

specEd

AbstractEditorPanel specEd

Package ix.iview.domain

Class ix.iview.domain.DomainReferenceException extends java.lang.RuntimeException implements Serializable

Class ix.iview.domain.UIDomain extends AbstractAnnotatedObject implements Serializable

Serialized Fields

name

java.lang.String name

comments

java.lang.String comments

annotations

Annotations annotations

baseReference

java.lang.String baseReference

publicDomain

Domain publicDomain
the public domain - always kept as published (has external listeners)


draftDomain

Domain draftDomain
A transient copy of the published domain, used for file work (saving and loading without publishing) and for checking consistency before saving and publishing.


domainFile

java.io.File domainFile

saving

Domain saving
state toggles used to adjust user interactions


loading

boolean loading

editor

DomainEditor editor

grammar

UIGrammar grammar

refSetEditor

UIRefinementSetEditor refSetEditor

classSetEditor

UIObjectClassSetEditor classSetEditor

properties

java.util.HashMap<K,V> properties

graphs

java.util.HashMap<K,V> graphs
list of graphs that apply to Refinements; should be UIRefinement slot


listeners

java.util.HashSet<E> listeners

dataChangeListeners

java.util.HashSet<E> dataChangeListeners

Class ix.iview.domain.UIGrammar extends AbstractAnnotatedObject implements Serializable

Serialized Fields

genericConstraints

java.util.TreeMap<K,V> genericConstraints
type-rel - GenericConstraint. Describes the constraint grammar.


uiDomain

UIDomain uiDomain

Class ix.iview.domain.UINodeSpec extends NodeSpec implements Serializable

Serialized Fields

uiDomain

UIDomain uiDomain

Class ix.iview.domain.UIObjectClass extends AbstractAnnotatedObject implements Serializable

Serialized Fields

oldName

Symbol oldName

name

Symbol name

superClassNames

ix.util.lisp.ListOfSymbol superClassNames
A list of symbol names of parent UIObjectClasses


subClassNames

ix.util.lisp.ListOfSymbol subClassNames
A list of symbol names of child UIObjectClasses


objectProperties

ix.icore.domain.ListOfObjectProperty objectProperties
A list of symbols that are property names. May turn into a list of property types


annotations

Annotations annotations

uiDomain

UIDomain uiDomain

baseObject

ObjectClass baseObject

baseReference

java.lang.String baseReference

propertyMap

java.util.HashMap<K,V> propertyMap
name of the original


dataChangeListeners

java.util.HashSet<E> dataChangeListeners

Class ix.iview.domain.UIRefinement.ConstraintTypeException extends java.lang.Exception implements Serializable

Class ix.iview.domain.UIRefinement.NodeTypeException extends java.lang.Exception implements Serializable


Package ix.iview.domain.event

Class ix.iview.domain.event.UIDomainEvent extends ObjectChangeEvent implements Serializable


Package ix.iview.igraph

Class ix.iview.igraph.GExpansionEditor extends AConstructEditorPanel implements Serializable

Serialized Fields

editorName

java.lang.String editorName

model

ExpansionModel model

parent

ActionEditorPanel parent

currentNode

lt.monarch.graph.view.looks.NodeViewBase currentNode

nodePopup

javax.swing.JPopupMenu nodePopup

constructMenu

javax.swing.JMenu constructMenu

expansionsMenu

javax.swing.JMenu expansionsMenu

nameField

javax.swing.JTextField nameField

patternField

javax.swing.JTextField patternField

graphView

lt.monarch.graph.GraphView graphView

eventForwarder

lt.monarch.graph.plugins.MouseEventDistributor eventForwarder

graphPanel

lt.monarch.graph.swing.GraphPanel graphPanel

selection

lt.monarch.graph.plugins.NodeSelectionManager selection

catchingListener

CatchingActionListener catchingListener

toolBar

javax.swing.JToolBar toolBar

newGNodeIcon

javax.swing.ImageIcon newGNodeIcon

deleteGNodesIcon

javax.swing.ImageIcon deleteGNodesIcon

layoutIcon

javax.swing.ImageIcon layoutIcon

layoutLeftIcon

javax.swing.ImageIcon layoutLeftIcon

newGNodeItem

IXToolItem newGNodeItem

deleteGNodesItem

IXToolItem deleteGNodesItem

layoutItem

IXToolItem layoutItem

layoutLeftItem

IXToolItem layoutLeftItem

newNodeLocation

java.awt.Point newNodeLocation

Package ix.iview.table

Class ix.iview.table.ActionTreeTableModel extends AbstractTreeTableModel implements Serializable

Serialized Fields

uiDomain

UIDomain uiDomain

PATTERN_COL

int PATTERN_COL

sort

boolean sort

Class ix.iview.table.AgendaTreeTable extends IXTreeTable implements Serializable

Class ix.iview.table.PropertyTableModel extends AbstractIXTableModel implements Serializable

Serialized Fields

columns

java.lang.String[] columns

classes

java.lang.Class<T>[] classes

propertyConstraints

java.util.HashMap<K,V> propertyConstraints

propertyBox

javax.swing.JComboBox propertyBox

objectClass

UIObjectClass objectClass

variable

ItemVar variable

mode

int mode

PROP_COL

int PROP_COL

VALUE_COL

int VALUE_COL

SYNTAX_COL

int SYNTAX_COL

NODE_COL

int NODE_COL

EFF_COL

int EFF_COL

propConstrsListeners

java.util.HashSet<E> propConstrsListeners

Class ix.iview.table.ShortActionTreeTableModel extends ActionTreeTableModel implements Serializable


Package ix.iview.tree

Class ix.iview.tree.DomainTreeModel extends EditableTreeModel implements Serializable

Serialized Fields

uiDomain

UIDomain uiDomain

Class ix.iview.tree.ObjectClassTreeModel extends DomainTreeModel implements Serializable

Class ix.iview.tree.ObjectClassTreeNode extends javax.swing.tree.DefaultMutableTreeNode implements Serializable

Class ix.iview.tree.RefinementTreeModel extends DomainTreeModel implements Serializable

Class ix.iview.tree.RefinementTreeNode extends javax.swing.tree.DefaultMutableTreeNode implements Serializable


Package ix.iview.util

Class ix.iview.util.ActionListRenderer extends IXLabelRenderer implements Serializable

Class ix.iview.util.EditablePriorityRenderer extends IXLabelRenderer implements Serializable

Class ix.iview.util.FullNodeRenderer extends IXLabelRenderer implements Serializable

Class ix.iview.util.IssueRenderer extends IXLabelRenderer implements Serializable

Class ix.iview.util.NodeNameRenderer extends IXLabelRenderer implements Serializable

Class ix.iview.util.NodeNumberRenderer extends IXLabelRenderer implements Serializable

Class ix.iview.util.PriorityComboBox extends IXComboBox implements Serializable

Class ix.iview.util.PriorityRenderer extends IXLabelRenderer implements Serializable


Package ix.postix

Class ix.postix.PostixFrame extends Ip2Frame implements Serializable

Serialized Fields

active

javax.swing.JTextField active

postix

Postix postix

Package ix.test

Class ix.test.ListTypeTest.LL extends java.util.LinkedList<java.lang.String> implements Serializable


Package ix.test.xml

Class ix.test.xml.BlockStackingTest extends PlanTest implements Serializable

Serialized Fields

problem

java.lang.String problem

Class ix.test.xml.LinkedListOfMapEntry extends java.util.LinkedList<MapEntry> implements Serializable

Class ix.test.xml.LispSourceText extends java.lang.Object implements Serializable

Serialized Fields

text

java.lang.String text

Class ix.test.xml.ListText extends java.lang.Object implements Serializable

Class ix.test.xml.MissionaryTest extends PlanTest implements Serializable

Class ix.test.xml.TrainsTest extends PlanTest implements Serializable


Package ix.util

Class ix.util.AssertionFailure extends ConsistencyException implements Serializable

Class ix.util.ConsistencyException extends java.lang.RuntimeException implements Serializable

Class ix.util.Duration extends java.lang.Object implements Serializable

Serialized Fields

milliseconds

long milliseconds

negative

boolean negative

days

long days

hours

int hours

minutes

int minutes

seconds

int seconds

ms

int ms

isoSequence

LList isoSequence

Class ix.util.Duration.SyntaxException extends java.lang.RuntimeException implements Serializable

Class ix.util.EnumeratedValue extends java.lang.Object implements Serializable

Serialization Methods

readResolve

protected java.lang.Object readResolve()
                                throws java.io.ObjectStreamException
Ensures that the correct (==) objects are obtained when deserializing.

Throws:
java.io.ObjectStreamException
Serialized Fields

name

java.lang.String name

Class ix.util.FailureException extends java.lang.RuntimeException implements Serializable

Class ix.util.IPC.BasicDestinationTable extends java.util.HashMap implements Serializable

Class ix.util.IPC.BasicInputMessage extends AbstractAnnotatedObject implements Serializable

Serialized Fields

contents

java.lang.Object contents

Class ix.util.IPC.BrokenConnectionException extends IPC.IPCException implements Serializable

Class ix.util.IPC.IPCException extends java.lang.RuntimeException implements Serializable

Serialized Fields

reason

java.lang.Throwable reason

Class ix.util.LinkedListOfName extends java.util.LinkedList<Name> implements Serializable

Class ix.util.MultiHashMap extends java.util.HashMap implements Serializable

Class ix.util.Name extends java.lang.Object implements Serializable

Serialized Fields

name

java.lang.String name

Class ix.util.ParameterException extends java.lang.RuntimeException implements Serializable

Class ix.util.RethrownException extends java.lang.RuntimeException implements Serializable

Class ix.util.RethrownIOException extends RethrownException implements Serializable

Class ix.util.StableHashMap extends java.util.AbstractMap implements Serializable

Serialized Fields

map

java.util.HashMap<K,V> map

keyChain

StableHashMap.Entry keyChain

keyChainLast

StableHashMap.Entry keyChainLast

Class ix.util.StableHashMap.Entry extends java.lang.Object implements Serializable

Serialized Fields

key

java.lang.Object key

value

java.lang.Object value

nextEntry

StableHashMap.Entry nextEntry

Class ix.util.StructuralEquality.IncomparableException extends java.lang.IllegalArgumentException implements Serializable

Class ix.util.TextAreaFrame extends TranscriptTextArea implements Serializable

Serialized Fields

frame

TextAreaFrame.TFrame frame

listeners

java.util.List<E> listeners

Class ix.util.TextAreaFrame.TFrame extends ToolFrame implements Serializable

Serialized Fields

contentPane

java.awt.Container contentPane

toolManager

ToolManager toolManager

buttonListener

java.awt.event.ActionListener buttonListener

Class ix.util.ThrownResult extends java.lang.RuntimeException implements Serializable

Serialized Fields

result

java.lang.Object result

Class ix.util.TwoKeyHashMap extends java.util.HashMap<java.lang.Object,V> implements Serializable

Class ix.util.UniqueObject extends java.lang.Object implements Serializable

Serialized Fields

name

java.lang.String name

Class ix.util.Warning extends java.lang.RuntimeException implements Serializable


Package ix.util.context

Class ix.util.context.ContextAnnotatedObject extends AbstractAnnotatedObject implements Serializable

Serialized Fields

__annMap

ContextHashMap<K,V> __annMap

Class ix.util.context.ContextChangeException extends ConsistencyException implements Serializable

Class ix.util.context.ContextHashMap.IteratorContextException extends ContextChangeException implements Serializable

Class ix.util.context.ContextMultiHashMap extends MultiHashMap implements Serializable


Package ix.util.http

Class ix.util.http.HelloServlet extends javax.servlet.http.HttpServlet implements Serializable

Serialized Fields

message

java.lang.String message

Class ix.util.http.HttpObjectServlet extends javax.servlet.http.HttpServlet implements Serializable

Serialized Fields

util

HttpUtilities util

responseContentType

java.lang.String responseContentType

responseCharsetName

java.lang.String responseCharsetName

Class ix.util.http.HttpRequestException extends java.io.IOException implements Serializable

Serialized Fields

status

int status

reason

java.lang.String reason

Class ix.util.http.HttpStringServlet extends HttpObjectServlet implements Serializable


Package ix.util.ipc

Class ix.util.ipc.ServiceAddress extends java.lang.Object implements Serializable

Serialized Fields

host

java.lang.String host

port

int port

Package ix.util.lisp

Class ix.util.lisp.Cons extends LList implements Serializable

Serialized Fields

car

java.lang.Object car

cdr

LList cdr

Class ix.util.lisp.DelimitedSymbol extends Symbol implements Serializable

Class ix.util.lisp.Interpreter.Error extends java.lang.RuntimeException implements Serializable

Class ix.util.lisp.ItemVar extends Symbol implements Serializable

Class ix.util.lisp.Keyword extends Symbol implements Serializable

Class ix.util.lisp.LinkedListOfSymbol extends java.util.LinkedList<Symbol> implements Serializable

Class ix.util.lisp.LispInterpreter.JavaNull extends UniqueObject implements Serializable

Class ix.util.lisp.LispInterpreter.SyntaxError extends java.lang.RuntimeException implements Serializable

Class ix.util.lisp.LispReadException extends java.lang.RuntimeException implements Serializable

Class ix.util.lisp.LList extends java.util.AbstractSequentialList implements Serializable

Class ix.util.lisp.LListCollector extends java.util.AbstractSequentialList implements Serializable

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream in)
                 throws java.lang.ClassNotFoundException,
                        java.io.IOException
Throws:
java.lang.ClassNotFoundException
java.io.IOException

writeObject

private void writeObject(java.io.ObjectOutputStream out)
                  throws java.io.IOException
Throws:
java.io.IOException
Serialized Fields

tail

Cons tail

Class ix.util.lisp.Null extends LList implements Serializable

Serialization Methods

readResolve

protected java.lang.Object readResolve()
                                throws java.io.ObjectStreamException
Throws:
java.io.ObjectStreamException

Class ix.util.lisp.NumberlikeSymbol extends DelimitedSymbol implements Serializable

Class ix.util.lisp.Symbol extends java.lang.Object implements Serializable

Serialization Methods

readResolve

protected java.lang.Object readResolve()
                                throws java.io.ObjectStreamException
Throws:
java.io.ObjectStreamException
Serialized Fields

name

java.lang.String name
This Symbol's name.


Package ix.util.match

Class ix.util.match.MatchEnv extends java.util.HashMap implements Serializable

Class ix.util.match.SortedValueSet extends java.util.TreeSet implements Serializable


Package ix.util.xml

Class ix.util.xml.XMLException extends java.lang.RuntimeException implements Serializable

Class ix.util.xml.XMLSchemaSyntax.Schema extends XMLSchemaSyntax.ExtendedElement implements Serializable

Serialized Fields

rootClass

java.lang.Class<T> rootClass

listofClasses

java.util.Set<E> listofClasses

Class ix.util.xml.XMLTreeEditFrame extends ToolFrame implements Serializable

Serialized Fields

agent

IXAgent agent

contentPane

java.awt.Container contentPane

editPanel

XMLTreeEditPanel editPanel

frameGroup

XMLTreeEditFrame.FrameGroup frameGroup

helpFrame

XMLTreeEditFrame.TreeHelpFrame helpFrame

sharedHelp

java.lang.String[] sharedHelp
Help text shared by viewers and editors.


editHelp

java.lang.String[] editHelp
Help text appended to XMLTreeEditFrame.sharedHelp in editors.

Class ix.util.xml.XMLTreeEditFrame.FindFrame extends TextAreaFrame implements Serializable

Class ix.util.xml.XMLTreeEditFrame.TreeHelpFrame extends TextAreaFrame implements Serializable

Class ix.util.xml.XMLTreeEditor.MessageFrame extends XMLTreeEditFrame implements Serializable

Class ix.util.xml.XMLTreeEditPanel extends javax.swing.JPanel implements Serializable

Serialized Fields

document

org.jdom.Document document
The document this panel is editing.


nodeFactory

XMLTreeEditPanel.TNodeFactory nodeFactory

nodeParser

XMLTreeEditPanel.TNodeParser nodeParser

syntax

XMLTreeEditPanel.TemplateSyntax syntax

docTree

XMLTreeEditPanel.EditorTree docTree

docModel

javax.swing.tree.DefaultTreeModel docModel

templateTree

XMLTreeEditPanel.EditorTree templateTree

editText

XMLTreeEditPanel.EditingTextArea editText

submitButton

javax.swing.JButton submitButton

docSplit

javax.swing.JSplitPane docSplit

textSplit

javax.swing.JSplitPane textSplit

Class ix.util.xml.XMLTreeNamespaceManager.NamespaceFrame extends ToolFrame implements Serializable

Serialized Fields

helpFrame

TextAreaFrame helpFrame

contentPane

java.awt.Container contentPane

Class ix.util.xml.XMLTreeViewFrame extends XMLTreeEditFrame implements Serializable

Serialized Fields

viewHelp

java.lang.String[] viewHelp
Help text appended to XMLTreeEditFrame.sharedHelp in viewers.

Class ix.util.xml.XMLTreeViewPanel extends XMLTreeEditPanel implements Serializable


Package ix.util.xml.event

Class ix.util.xml.event.NamespaceEvent extends java.util.EventObject implements Serializable

Serialized Fields

data

java.lang.Object data