|
|||||||||
Home >> All >> alice >> tucson >> [ ide overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: ![]() ![]() ![]() |
DETAIL: FIELD | CONSTR | METHOD |
alice.tucson.ide
Class ReactionViewer

java.lang.Objectjava.awt.Component
java.awt.Container
java.awt.Window
java.awt.Frame
javax.swing.JFrame
alice.tucson.ide.ReactionViewer
- All Implemented Interfaces:
- javax.accessibility.Accessible, java.awt.image.ImageObserver, java.awt.MenuContainer, javax.swing.RootPaneContainer, java.io.Serializable, javax.swing.WindowConstants
- public class ReactionViewer
- extends javax.swing.JFrame
- Version:
Nested Class Summary |
Nested classes inherited from class javax.swing.JFrame |
javax.swing.JFrame.AccessibleJFrame |
Nested classes inherited from class java.awt.Frame |
java.awt.Frame.AccessibleAWTFrame |
Nested classes inherited from class java.awt.Window |
java.awt.Window.AccessibleAWTWindow |
Nested classes inherited from class java.awt.Container |
java.awt.Container.AccessibleAWTContainer |
Nested classes inherited from class java.awt.Component |
java.awt.Component.AccessibleAWTComponent, java.awt.Component.BltBufferStrategy, java.awt.Component.FlipBufferStrategy |
Field Summary | |
private javax.swing.JButton |
buttonBrowse
|
private javax.swing.JCheckBox |
checkLogEnable
|
private javax.swing.JTextField |
inputFileLog
|
private javax.swing.JLabel |
jLabel1
|
private javax.swing.JPanel |
jPanel5
|
private javax.swing.JPanel |
jPanel7
|
private javax.swing.JScrollPane |
jScrollPane1
|
private javax.swing.JTabbedPane |
jTabbedPane1
|
private InspectorAgent |
mainForm
|
private javax.swing.JTextArea |
outputArea
|
Fields inherited from class javax.swing.JFrame |
accessibleContext, EXIT_ON_CLOSE, rootPane, rootPaneCheckingEnabled |
Fields inherited from class java.awt.Frame |
CROSSHAIR_CURSOR, DEFAULT_CURSOR, E_RESIZE_CURSOR, HAND_CURSOR, ICONIFIED, MAXIMIZED_BOTH, MAXIMIZED_HORIZ, MAXIMIZED_VERT, MOVE_CURSOR, N_RESIZE_CURSOR, NE_RESIZE_CURSOR, NORMAL, NW_RESIZE_CURSOR, S_RESIZE_CURSOR, SE_RESIZE_CURSOR, SW_RESIZE_CURSOR, TEXT_CURSOR, W_RESIZE_CURSOR, WAIT_CURSOR |
Fields inherited from class java.awt.Window |
|
Fields inherited from class java.awt.Container |
|
Fields inherited from class java.awt.Component |
BOTTOM_ALIGNMENT, CENTER_ALIGNMENT, LEFT_ALIGNMENT, RIGHT_ALIGNMENT, TOP_ALIGNMENT |
Fields inherited from interface javax.swing.WindowConstants |
DISPOSE_ON_CLOSE, DO_NOTHING_ON_CLOSE, HIDE_ON_CLOSE |
Fields inherited from interface java.awt.image.ImageObserver |
ABORT, ALLBITS, ERROR, FRAMEBITS, HEIGHT, PROPERTIES, SOMEBITS, WIDTH |
Constructor Summary | |
ReactionViewer(InspectorAgent mainForm_)
Creates new form TupleForm |
Method Summary | |
void |
appendText(java.lang.String st)
|
private void |
buttonBrowseActionPerformed(java.awt.event.ActionEvent evt)
|
private void |
checkLogEnableActionPerformed(java.awt.event.ActionEvent evt)
|
private void |
exitForm(java.awt.event.WindowEvent evt)
Exit the Application |
private void |
initComponents()
This method is called from within the constructor to initialize the form. |
private void |
inputFileLogActionPerformed(java.awt.event.ActionEvent evt)
|
Methods inherited from class java.awt.Frame |
addNotify, getCursorType, getExtendedState, getFrames, getIconImage, getMaximizedBounds, getMenuBar, getState, getTitle, isResizable, isUndecorated, remove, removeNotify, setCursor, setExtendedState, setIconImage, setMaximizedBounds, setMenuBar, setResizable, setState, setTitle, setUndecorated |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Methods inherited from interface java.awt.MenuContainer |
getFont, postEvent |
Field Detail |
mainForm
private InspectorAgent mainForm
jScrollPane1
private javax.swing.JScrollPane jScrollPane1
outputArea
private javax.swing.JTextArea outputArea
jTabbedPane1
private javax.swing.JTabbedPane jTabbedPane1
jPanel5
private javax.swing.JPanel jPanel5
jPanel7
private javax.swing.JPanel jPanel7
jLabel1
private javax.swing.JLabel jLabel1
inputFileLog
private javax.swing.JTextField inputFileLog
buttonBrowse
private javax.swing.JButton buttonBrowse
checkLogEnable
private javax.swing.JCheckBox checkLogEnable
Constructor Detail |
ReactionViewer
public ReactionViewer(InspectorAgent mainForm_)
- Creates new form TupleForm
Method Detail |
appendText
public void appendText(java.lang.String st)
initComponents
private void initComponents()
- This method is called from within the constructor to
initialize the form.
WARNING: Do NOT modify this code. The content of this method is
always regenerated by the FormEditor.
buttonBrowseActionPerformed
private void buttonBrowseActionPerformed(java.awt.event.ActionEvent evt)
inputFileLogActionPerformed
private void inputFileLogActionPerformed(java.awt.event.ActionEvent evt)
checkLogEnableActionPerformed
private void checkLogEnableActionPerformed(java.awt.event.ActionEvent evt)
exitForm
private void exitForm(java.awt.event.WindowEvent evt)
- Exit the Application
|
|||||||||
Home >> All >> alice >> tucson >> [ ide overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: ![]() ![]() ![]() |
DETAIL: FIELD | CONSTR | METHOD |