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

java.lang.Objectjava.awt.Component
java.awt.Container
java.awt.Window
java.awt.Frame
javax.swing.JFrame
alice.tucson.ide.EditSpec
- All Implemented Interfaces:
- javax.accessibility.Accessible, java.awt.image.ImageObserver, java.awt.MenuContainer, javax.swing.RootPaneContainer, java.io.Serializable, javax.swing.WindowConstants
- public class EditSpec
- 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 |
bCheck
|
private javax.swing.JButton |
bLoad
|
private javax.swing.JButton |
bOk
|
private javax.swing.JButton |
bSave
|
private javax.swing.JButton |
bSaveAs
|
private javax.swing.JTextField |
caretPosition
|
(package private) alice.util.jedit.JEditTextArea |
inputSpec
|
private javax.swing.JPanel |
jPanel2
|
private javax.swing.JTextField |
outputState
|
(package private) java.lang.String |
specFileName
|
(package private) alice.tucson.TupleCentreId |
tid
|
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 | |
EditSpec(alice.tucson.TupleCentreId tid_)
Creates new form GUIEditTheory |
Method Summary | |
private void |
bCheckActionPerformed(java.awt.event.ActionEvent evt)
|
private void |
bLoadActionPerformed(java.awt.event.ActionEvent evt)
|
private void |
bOkActionPerformed(java.awt.event.ActionEvent evt)
|
private void |
bSaveActionPerformed(java.awt.event.ActionEvent evt)
|
private void |
bSaveAsActionPerformed(java.awt.event.ActionEvent evt)
|
private void |
formWindowOpened(java.awt.event.WindowEvent evt)
|
private void |
initComponents()
This method is called from within the constructor to initialize the form. |
private void |
onWindowsClosing(java.awt.event.WindowEvent 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 |
tid
alice.tucson.TupleCentreId tid
specFileName
java.lang.String specFileName
inputSpec
alice.util.jedit.JEditTextArea inputSpec
outputState
private javax.swing.JTextField outputState
jPanel2
private javax.swing.JPanel jPanel2
bLoad
private javax.swing.JButton bLoad
bOk
private javax.swing.JButton bOk
bSave
private javax.swing.JButton bSave
bSaveAs
private javax.swing.JButton bSaveAs
bCheck
private javax.swing.JButton bCheck
caretPosition
private javax.swing.JTextField caretPosition
Constructor Detail |
EditSpec
public EditSpec(alice.tucson.TupleCentreId tid_)
- Creates new form GUIEditTheory
Method Detail |
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.
bCheckActionPerformed
private void bCheckActionPerformed(java.awt.event.ActionEvent evt)
bSaveAsActionPerformed
private void bSaveAsActionPerformed(java.awt.event.ActionEvent evt)
bSaveActionPerformed
private void bSaveActionPerformed(java.awt.event.ActionEvent evt)
bLoadActionPerformed
private void bLoadActionPerformed(java.awt.event.ActionEvent evt)
formWindowOpened
private void formWindowOpened(java.awt.event.WindowEvent evt)
bOkActionPerformed
private void bOkActionPerformed(java.awt.event.ActionEvent evt)
onWindowsClosing
private void onWindowsClosing(java.awt.event.WindowEvent evt)
|
|||||||||
Home >> All >> alice >> tucson >> [ ide overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: ![]() ![]() ![]() |
DETAIL: FIELD | CONSTR | METHOD |