Public Member Functions | |
| ContextWrapper (JismContext ctx) | |
| Create a new ContextWrapper. | |
| void | paintComponent (Graphics g) |
| Override of the paintComponent() method. | |
| void | stateChanged (ChangeEvent e) |
| Implementation of ChangeListener method. | |
| JPanel | getExtraPanel () |
| Accessor for the extra panel. | |
Static Public Attributes | |
| static final long | serialVersionUID = 0x2004001 |
Static Package Functions | |
| [static initializer] | |
| org.miv.jism.gui.ContextWrapper.ContextWrapper | ( | JismContext | ctx | ) |
| void org.miv.jism.gui.ContextWrapper.paintComponent | ( | Graphics | g | ) |
| void org.miv.jism.gui.ContextWrapper.stateChanged | ( | ChangeEvent | e | ) |
Implementation of ChangeListener method.
This will be called when depth is changed.
| e | event |
| JPanel org.miv.jism.gui.ContextWrapper.getExtraPanel | ( | ) |
Accessor for the extra panel.
1.5.3