|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ix.iface.util | |
|---|---|
| ix.applet | Support for I-P2 applets. |
| ix.ichat | |
| ix.icore | I-X core classes. |
| ix.iface.ui | I-X user interfaces. |
| ix.iface.util | Interface utilities. |
| ix.ip2 | I-X Process Panels |
| ix.iplan | The I-X planner. |
| ix.iquery | I-Q, an I-X Query agent. |
| ix.iserve.ipc | The main classes that make up the "iserve" communication strategy. |
| ix.isim | |
| ix.ispace | Information about other agents and agent-relationships. |
| ix.itest | I-Test. |
| ix.iview | Viewers. |
| ix.iview.util | |
| ix.test | Simple applications for testing purposes. |
| ix.util | General-purpose utilities. |
| ix.util.ipc | Interprocess communication utilities. |
| ix.util.xml | XML utilities. |
| Classes in ix.iface.util used by ix.applet | |
|---|---|
| ToolController
An object used to manage a "tool" -- a utility usually reached via the "Tools" menu of an I-X agent's user interface. |
|
| ToolFrame
The main frame of an I-X tool. |
|
| TranscriptTextArea
A JTextArea for recording transcripts and similar information. |
|
| Classes in ix.iface.util used by ix.ichat | |
|---|---|
| ToolFrame
The main frame of an I-X tool. |
|
| VerticalPanel
A class that can be used to construct a vertical stack of components. |
|
| Classes in ix.iface.util used by ix.icore | |
|---|---|
| ToolController
An object used to manage a "tool" -- a utility usually reached via the "Tools" menu of an I-X agent's user interface. |
|
| Classes in ix.iface.util used by ix.iface.ui | |
|---|---|
| CatchingActionListener
An ActionListener that catches and reports exceptions. |
|
| RendererJLabel
A subclass of JLabel that overrides methods not needed when rendering. |
|
| RendererJText
An efficient renderer like RendererJLabel, but a subclass of JTextField to allow mousing text. |
|
| ToolFrame
The main frame of an I-X tool. |
|
| Classes in ix.iface.util used by ix.iface.util | |
|---|---|
| AlphabetizingMenu
A JMenu that can insert items in alphabetical order. |
|
| CatchingActionListener
An ActionListener that catches and reports exceptions. |
|
| CheckTable
Packages a JTable together with a table model for showing a list of checkable items. |
|
| CheckTable.ViewJTable
|
|
| CheckTable.ViewTableModel
Mediates between the data and the JTable. |
|
| GridColumn
A class that can be used to consruct a column of a tabular display in which different columns have different widths. |
|
| HtmlWriter
Simple support for HTML and similarly marked-up output. |
|
| IXHtmlEditorKit
An HTMLEditorKit customised for use in I-X applications. |
|
| KeyValueTable
Packages a JTable together with a table model suitable for viewing a mapping from keys to values. |
|
| KeyValueTable.RowPopupMenu
|
|
| KeyValueTable.ViewJTable
|
|
| KeyValueTable.ViewTableModel
Mediates between the data and the JTable. |
|
| KeyValueTable.ViewTableMouseListener
|
|
| RadioButtonBox
An object that manages a group of radio buttons in a convenient and easy to use fashion. |
|
| SelectionPanel.Row
A row in the SelectionPanel.SelectionTable |
|
| SelectionPanel.SelectionTable
The selection table in a SelectionPanel. |
|
| SortingKVTable.KeySortPopupMenu
|
|
| ToolController
An object used to manage a "tool" -- a utility usually reached via the "Tools" menu of an I-X agent's user interface. |
|
| ToolFrame
The main frame of an I-X tool. |
|
| ValueComboBox
Adds a layer to a JComboBox so that the selected values can be different than the items in the drop-down list. |
|
| Classes in ix.iface.util used by ix.ip2 | |
|---|---|
| GridColumn
A class that can be used to consruct a column of a tabular display in which different columns have different widths. |
|
| HtmlStringWriter
|
|
| HtmlTableEditorPane
An editable JEditorPane that lets the user edit only within "td" cells. |
|
| HtmlTableWalker
A utility object that can be used to visit the cells of an HTML table. |
|
| HtmlWriter
Simple support for HTML and similarly marked-up output. |
|
| KeyValueTable
Packages a JTable together with a table model suitable for viewing a mapping from keys to values. |
|
| KeyValueTable.RowPopupMenu
|
|
| PriorityComboBox
A ComboBox that contains items that represent priorities. |
|
| SortingKVTable
A KeyValueTable that lets the user change the key-sorting comparator. |
|
| ToolController
An object used to manage a "tool" -- a utility usually reached via the "Tools" menu of an I-X agent's user interface. |
|
| ToolFrame
The main frame of an I-X tool. |
|
| ToolManager
Manages the "tools" for an I-X agent's user interface. |
|
| TranscriptTextArea
A JTextArea for recording transcripts and similar information. |
|
| VerticalPanel
A class that can be used to construct a vertical stack of components. |
|
| Classes in ix.iface.util used by ix.iplan | |
|---|---|
| HtmlStringWriter
|
|
| HtmlWriter
Simple support for HTML and similarly marked-up output. |
|
| ToolFrame
The main frame of an I-X tool. |
|
| TranscriptTextArea
A JTextArea for recording transcripts and similar information. |
|
| Classes in ix.iface.util used by ix.iquery | |
|---|---|
| ToolController
An object used to manage a "tool" -- a utility usually reached via the "Tools" menu of an I-X agent's user interface. |
|
| Classes in ix.iface.util used by ix.iserve.ipc | |
|---|---|
| ToolController
An object used to manage a "tool" -- a utility usually reached via the "Tools" menu of an I-X agent's user interface. |
|
| ToolFrame
The main frame of an I-X tool. |
|
| TranscriptTextArea
A JTextArea for recording transcripts and similar information. |
|
| Classes in ix.iface.util used by ix.isim | |
|---|---|
| ToolFrame
The main frame of an I-X tool. |
|
| Classes in ix.iface.util used by ix.ispace | |
|---|---|
| KeyValueTable
Packages a JTable together with a table model suitable for viewing a mapping from keys to values. |
|
| KeyValueTable.RowPopupMenu
|
|
| SelectionPanel
|
|
| ValueComboBox
Adds a layer to a JComboBox so that the selected values can be different than the items in the drop-down list. |
|
| Classes in ix.iface.util used by ix.itest | |
|---|---|
| ComboChoice
An editable JComboBox that automatically adds any typed-in items to the menu. |
|
| GridColumn
A class that can be used to consruct a column of a tabular display in which different columns have different widths. |
|
| RadioButtonBox
An object that manages a group of radio buttons in a convenient and easy to use fashion. |
|
| ToolController
An object used to manage a "tool" -- a utility usually reached via the "Tools" menu of an I-X agent's user interface. |
|
| TranscriptTextPane
A JTextPane for recording transcripts and similar information. |
|
| VerticalPanel
A class that can be used to construct a vertical stack of components. |
|
| Classes in ix.iface.util used by ix.iview | |
|---|---|
| RadioButtonBox
An object that manages a group of radio buttons in a convenient and easy to use fashion. |
|
| ToolFrame
The main frame of an I-X tool. |
|
| VerticalPanel
A class that can be used to construct a vertical stack of components. |
|
| Classes in ix.iface.util used by ix.iview.util | |
|---|---|
| RendererJLabel
A subclass of JLabel that overrides methods not needed when rendering. |
|
| Classes in ix.iface.util used by ix.test | |
|---|---|
| ToolController
An object used to manage a "tool" -- a utility usually reached via the "Tools" menu of an I-X agent's user interface. |
|
| Classes in ix.iface.util used by ix.util | |
|---|---|
| ToolController
An object used to manage a "tool" -- a utility usually reached via the "Tools" menu of an I-X agent's user interface. |
|
| ToolFrame
The main frame of an I-X tool. |
|
| ToolManager
Manages the "tools" for an I-X agent's user interface. |
|
| TranscriptTextArea
A JTextArea for recording transcripts and similar information. |
|
| Classes in ix.iface.util used by ix.util.ipc | |
|---|---|
| SelectionPanel
|
|
| ToolController
An object used to manage a "tool" -- a utility usually reached via the "Tools" menu of an I-X agent's user interface. |
|
| TranscriptTextArea
A JTextArea for recording transcripts and similar information. |
|
| ValueComboBox
Adds a layer to a JComboBox so that the selected values can be different than the items in the drop-down list. |
|
| Classes in ix.iface.util used by ix.util.xml | |
|---|---|
| RadioButtonBox
An object that manages a group of radio buttons in a convenient and easy to use fashion. |
|
| SimpleToolFrame
A basic utility frame for use in I-X agents. |
|
| ToolController
An object used to manage a "tool" -- a utility usually reached via the "Tools" menu of an I-X agent's user interface. |
|
| ToolFrame
The main frame of an I-X tool. |
|
| ToolManager
Manages the "tools" for an I-X agent's user interface. |
|
| TranscriptTextArea
A JTextArea for recording transcripts and similar information. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||