org.gecode.gist.swing.Inspector Class Reference
List of all members.Detailed Description
Definition at line 32 of file Inspector.java.
Public Member Functions | |
| void | windowOpened (WindowEvent e) |
| void | windowClosing (WindowEvent e) |
| void | windowClosed (WindowEvent e) |
| void | windowIconified (WindowEvent e) |
| void | windowDeiconified (WindowEvent e) |
| void | windowActivated (WindowEvent e) |
| void | windowDeactivated (WindowEvent e) |
| void | actionPerformed (ActionEvent e) |
Package Functions | |
| Inspector (String s) | |
| void | init () |
| void | addText (String s) |
| String | addFont (String t) |
Package Attributes | |
| JFrame | frame |
| JEditorPane | textArea |
| JButton | clearButton |
| JButton | plusSize |
| JButton | minusSize |
| String | text = "" |
| int | size = 14 |
Static Package Attributes | |
| static int | minSize = 3 |
| static int | maxSize = 26 |
Constructor & Destructor Documentation
| org.gecode.gist.swing.Inspector.Inspector | ( | String | s | ) | [package] |
Definition at line 41 of file Inspector.java.
Member Function Documentation
| void org.gecode.gist.swing.Inspector.init | ( | ) | [package] |
Definition at line 46 of file Inspector.java.
| void org.gecode.gist.swing.Inspector.addText | ( | String | s | ) | [package] |
Definition at line 80 of file Inspector.java.
| String org.gecode.gist.swing.Inspector.addFont | ( | String | t | ) | [package] |
Definition at line 91 of file Inspector.java.
| void org.gecode.gist.swing.Inspector.windowOpened | ( | WindowEvent | e | ) |
Definition at line 98 of file Inspector.java.
| void org.gecode.gist.swing.Inspector.windowClosing | ( | WindowEvent | e | ) |
Definition at line 99 of file Inspector.java.
| void org.gecode.gist.swing.Inspector.windowClosed | ( | WindowEvent | e | ) |
Definition at line 103 of file Inspector.java.
| void org.gecode.gist.swing.Inspector.windowIconified | ( | WindowEvent | e | ) |
Definition at line 104 of file Inspector.java.
| void org.gecode.gist.swing.Inspector.windowDeiconified | ( | WindowEvent | e | ) |
Definition at line 105 of file Inspector.java.
| void org.gecode.gist.swing.Inspector.windowActivated | ( | WindowEvent | e | ) |
Definition at line 106 of file Inspector.java.
| void org.gecode.gist.swing.Inspector.windowDeactivated | ( | WindowEvent | e | ) |
Definition at line 107 of file Inspector.java.
| void org.gecode.gist.swing.Inspector.actionPerformed | ( | ActionEvent | e | ) |
Definition at line 110 of file Inspector.java.
Member Data Documentation
JFrame org.gecode.gist.swing.Inspector.frame [package] |
Definition at line 34 of file Inspector.java.
JEditorPane org.gecode.gist.swing.Inspector.textArea [package] |
Definition at line 35 of file Inspector.java.
JButton org.gecode.gist.swing.Inspector.clearButton [package] |
Definition at line 36 of file Inspector.java.
JButton org.gecode.gist.swing.Inspector.plusSize [package] |
Definition at line 36 of file Inspector.java.
JButton org.gecode.gist.swing.Inspector.minusSize [package] |
Definition at line 36 of file Inspector.java.
String org.gecode.gist.swing.Inspector.text = "" [package] |
Definition at line 37 of file Inspector.java.
int org.gecode.gist.swing.Inspector.size = 14 [package] |
Definition at line 38 of file Inspector.java.
int org.gecode.gist.swing.Inspector.minSize = 3 [static, package] |
Definition at line 39 of file Inspector.java.
int org.gecode.gist.swing.Inspector.maxSize = 26 [static, package] |
Definition at line 39 of file Inspector.java.
The documentation for this class was generated from the following file:
- org/gecode/gist/swing/Inspector.java (Revision: 3796)
