|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.mit.csail.sdg.alloy4whole.SimpleGUI
public final class SimpleGUI
Simple graphical interface for accessing various features of the analyzer.
Except noted below, methods in this class can only be called by the AWT event thread.
The methods that might get called from other threads are:
(1) the run() method in SatRunner is launched from a fresh thread
(2) the run() method in the instance watcher (in constructor) is launched from a fresh thread
Nested Class Summary |
---|
Nested classes/interfaces inherited from interface edu.mit.csail.sdg.alloy4.Listener |
---|
Listener.Event |
Method Summary | |
---|---|
void |
componentHidden(java.awt.event.ComponentEvent e)
Called when this window is hidden. |
void |
componentMoved(java.awt.event.ComponentEvent e)
Called when this window is moved. |
void |
componentResized(java.awt.event.ComponentEvent e)
Called when this window is resized. |
void |
componentShown(java.awt.event.ComponentEvent e)
Called when this window is shown. |
java.lang.Object |
do_action(java.lang.Object sender,
Listener.Event e)
This method is called when the given zero-argument-event occurs. |
java.lang.Object |
do_action(java.lang.Object sender,
Listener.Event e,
java.lang.Object arg)
This method is called when the given single-argument-event occurs. |
static void |
main(java.lang.String[] args)
Main method that launches the program; this method might be called by an arbitrary thread. |
static java.lang.String |
slightlyShorterFilename(java.lang.String name)
Helper method that returns a hopefully very short name for a file name. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static java.lang.String slightlyShorterFilename(java.lang.String name)
public void componentResized(java.awt.event.ComponentEvent e)
componentResized
in interface java.awt.event.ComponentListener
public void componentMoved(java.awt.event.ComponentEvent e)
componentMoved
in interface java.awt.event.ComponentListener
public void componentShown(java.awt.event.ComponentEvent e)
componentShown
in interface java.awt.event.ComponentListener
public void componentHidden(java.awt.event.ComponentEvent e)
componentHidden
in interface java.awt.event.ComponentListener
public static void main(java.lang.String[] args) throws java.lang.Exception
java.lang.Exception
public java.lang.Object do_action(java.lang.Object sender, Listener.Event e)
do_action
in interface Listener
public java.lang.Object do_action(java.lang.Object sender, Listener.Event e, java.lang.Object arg)
do_action
in interface Listener
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |