|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ToolController | |
---|---|
ix.applet | Support for I-P2 applets. |
ix.icore | I-X core classes. |
ix.iface.util | Interface utilities. |
ix.ip2 | I-X Process Panels |
ix.iquery | I-Q, an I-X Query agent. |
ix.iserve.ipc | The main classes that make up the "iserve" communication strategy. |
ix.itest | I-Test. |
ix.test | Simple applications for testing purposes. |
ix.util | General-purpose utilities. |
ix.util.ipc | Interprocess communication utilities. |
ix.util.xml | XML utilities. |
Uses of ToolController in ix.applet |
---|
Subclasses of ToolController in ix.applet | |
---|---|
static class |
AppletCommunicationTool.Controller
A ToolController for an AppletCommunicationTool . |
Uses of ToolController in ix.icore |
---|
Methods in ix.icore with parameters of type ToolController | |
---|---|
void |
IXAgent.addTool(ToolController tc)
Adds a tool, usually by adding an entry to a "Tools" menu in the GUI. |
Uses of ToolController in ix.iface.util |
---|
Methods in ix.iface.util that return ToolController | |
---|---|
ToolController |
ToolManager.findTool(java.lang.String toolName)
Returns the ToolController for the tool with the
specified name, or null if no such tool is known to this
ToolManager. |
ToolController |
ToolManager.findToolElseError(java.lang.String toolName)
Calls ToolManager.findTool(String) to obtain the ToolController
for the tool with the specified name. |
Methods in ix.iface.util with parameters of type ToolController | |
---|---|
protected void |
ToolManager.activateTool(ToolController tc)
Creates the tool if it does not already exist and then makes it visible. |
void |
ToolManager.addTool(ToolController tc)
Adds a tool to the list of tools managed by this ToolManager. |
protected javax.swing.JMenuItem |
ToolManager.makeMenuItem(ToolController tc)
Makes a JMenuItem that has an ActionListener that calls ToolManager.activateTool(ToolController) on the specified
controller. |
Uses of ToolController in ix.ip2 |
---|
Methods in ix.ip2 with parameters of type ToolController | |
---|---|
void |
PanelFrame.addTool(ToolController tc)
|
void |
Ip2.addTool(ToolController tc)
Records the tool and adds an entry to the main frame's "Tools" menu. |
Uses of ToolController in ix.iquery |
---|
Methods in ix.iquery with parameters of type ToolController | |
---|---|
void |
IQuery.addTool(ToolController tc)
|
Uses of ToolController in ix.iserve.ipc |
---|
Subclasses of ToolController in ix.iserve.ipc | |
---|---|
static class |
IServeCommTool.Controller
A ToolController for an IServeCommTool . |
Uses of ToolController in ix.itest |
---|
Fields in ix.itest declared as ToolController | |
---|---|
(package private) ToolController |
ItestFrame.aboutITestController
|
(package private) ToolController |
ItestFrame.helpController
|
Methods in ix.itest with parameters of type ToolController | |
---|---|
void |
Itest.addTool(ToolController tc)
|
Uses of ToolController in ix.test |
---|
Subclasses of ToolController in ix.test | |
---|---|
protected class |
Ip2Example.ExampleToolController
|
Methods in ix.test with parameters of type ToolController | |
---|---|
void |
SimpleIXAgent.addTool(ToolController tc)
|
Uses of ToolController in ix.util |
---|
Methods in ix.util with parameters of type ToolController | |
---|---|
void |
TextAreaFrame.addTool(ToolController tc)
|
Uses of ToolController in ix.util.ipc |
---|
Methods in ix.util.ipc with parameters of type ToolController | |
---|---|
void |
SeparateStrategy.SeparateAgent.addTool(ToolController tc)
|
Uses of ToolController in ix.util.xml |
---|
Methods in ix.util.xml with parameters of type ToolController | |
---|---|
void |
XMLTreeEditor.addTool(ToolController tc)
|
void |
XMLTreeEditFrame.addTool(ToolController tc)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |