|
ABLE 2.0.0 07/02/2003 10:25:01 | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.ibm.able.editor.AbleEditor
This class is the main window for the Able design time editor.
Field Summary | |
---|---|
static int |
ALL_CONNECTIONS
Connection type: All. |
static int |
BUFFER_CONNECTION
Connection type: Buffer. |
static java.lang.String |
CAT_AGENTS
Category type: Agents. |
static java.lang.String |
CAT_AUTOTUNE
Category type: Autotune. |
static java.lang.String |
CAT_CONVERSATION
Category type: Conversation. |
static java.lang.String |
CAT_DATA
Category type: Data. |
static java.lang.String |
CAT_LEARNING
Category type: Learning. |
static java.lang.String |
CAT_NONE
Category type: None. |
static java.lang.String |
CAT_PLATFORM
Category type: Platform. |
static java.lang.String |
CAT_RULES
Category type: Rules. |
static java.lang.String |
CAT_SAMPLES
Category type: Samples. |
static int |
CENTER
Slot position: Center. |
static int |
EVENT_CONNECTION
Connection type: Event. |
static int |
LEFT
Slot position: Left. |
static int |
LEFTCENTER
Slot position: LeftCenter. |
protected com.ibm.logging.TextAreaHandler |
messageTextAreaHandler
|
static AbleGuiPreferences |
Preferences
The current set of GUI preferences. |
static int |
PROPERTY_CONNECTION
Connection type: Property. |
static int |
RIGHT
Slot position: Right. |
static int |
RIGHTCENTER
Slot position: RightCenter. |
protected com.ibm.logging.TextAreaHandler |
traceTextAreaHandler
|
Constructor Summary | |
---|---|
AbleEditor()
Construct a new AbleEditor frame and display it. |
Method Summary | |
---|---|
static java.lang.String |
Copyright()
Determine the copyright of this class. |
static void |
launch(AbleEditorFrame frame)
Launch an AbleEditor frame. |
static void |
main(java.lang.String[] args)
The main method used to run the editor application. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
protected transient com.ibm.logging.TextAreaHandler traceTextAreaHandler
protected transient com.ibm.logging.TextAreaHandler messageTextAreaHandler
public static final AbleGuiPreferences Preferences
public static final java.lang.String CAT_NONE
public static final java.lang.String CAT_DATA
public static final java.lang.String CAT_LEARNING
public static final java.lang.String CAT_RULES
public static final java.lang.String CAT_AGENTS
public static final java.lang.String CAT_PLATFORM
public static final java.lang.String CAT_SAMPLES
public static final java.lang.String CAT_CONVERSATION
public static final java.lang.String CAT_AUTOTUNE
public static final int LEFT
public static final int LEFTCENTER
public static final int CENTER
public static final int RIGHTCENTER
public static final int RIGHT
public static final int BUFFER_CONNECTION
public static final int PROPERTY_CONNECTION
public static final int EVENT_CONNECTION
public static final int ALL_CONNECTIONS
Constructor Detail |
public AbleEditor() throws java.lang.Exception
Method Detail |
public static void launch(AbleEditorFrame frame) throws java.lang.ClassNotFoundException, java.lang.IllegalAccessException, java.lang.InstantiationException
myFrame.addWindowListener(new WindowAdapter() {
public void windowClosed(WindowEvent e) {
myFrame.dispose();
System.exit(0);
}
});
public static void main(java.lang.String[] args)
public static java.lang.String Copyright()
|
ABLE 2.0.0 07/02/2003 10:25:01 | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |