|
|||||||||
| Home >> All >> org >> jext >> [ options overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
org.jext.options
Class StylesOptions

java.lang.Objectjava.awt.Component
java.awt.Container
javax.swing.JComponent
javax.swing.JPanel
org.jext.gui.AbstractOptionPane
org.jext.options.StylesOptions
- All Implemented Interfaces:
- javax.accessibility.Accessible, java.awt.image.ImageObserver, java.awt.MenuContainer, org.jext.gui.OptionPane, java.io.Serializable
- public class StylesOptions
- extends org.jext.gui.AbstractOptionPane
| Nested Class Summary |
| Nested classes inherited from class javax.swing.JPanel |
javax.swing.JPanel.AccessibleJPanel |
| Nested classes inherited from class javax.swing.JComponent |
javax.swing.JComponent.AccessibleJComponent |
| 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 ColorTable.ColorTableModel |
colorModel
|
private ColorTable |
colorTable
|
static javax.swing.border.EmptyBorder |
noFocusBorder
|
private StyleTable.StyleTableModel |
styleModel
|
private StyleTable |
styleTable
|
| Fields inherited from class org.jext.gui.AbstractOptionPane |
gridBag, y |
| Fields inherited from class javax.swing.JComponent |
accessibleContext, listenerList, TOOL_TIP_TEXT_KEY, ui, UNDEFINED_CONDITION, WHEN_ANCESTOR_OF_FOCUSED_COMPONENT, WHEN_FOCUSED, WHEN_IN_FOCUSED_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 java.awt.image.ImageObserver |
ABORT, ALLBITS, ERROR, FRAMEBITS, HEIGHT, PROPERTIES, SOMEBITS, WIDTH |
| Constructor Summary | |
StylesOptions()
|
|
| Method Summary | |
private ColorTable.ColorTableModel |
createColorTableModel()
|
private javax.swing.JScrollPane |
createColorTableScroller()
|
private StyleTable.StyleTableModel |
createStyleTableModel()
|
private javax.swing.JScrollPane |
createStyleTableScroller()
|
protected void |
finalize()
Patch -> Memory management improvements : it may help the garbage collector. |
void |
load()
When the user closes the option dialog by clicking cancel, the settings have to be reloaded next time the dialog appears, so this method is called. |
void |
save()
Empty implementation of save() method, inherited from the OptionPane interface. |
| Methods inherited from class org.jext.gui.AbstractOptionPane |
addComponent, addComponent, getComponent, getName, isCacheable |
| Methods inherited from class javax.swing.JPanel |
getAccessibleContext, getUI, getUIClassID, paramString, setUI, updateUI |
| Methods inherited from class java.lang.Object |
clone, equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
noFocusBorder
public static final javax.swing.border.EmptyBorder noFocusBorder
colorModel
private ColorTable.ColorTableModel colorModel
colorTable
private ColorTable colorTable
styleModel
private StyleTable.StyleTableModel styleModel
styleTable
private StyleTable styleTable
| Constructor Detail |
StylesOptions
public StylesOptions()
| Method Detail |
save
public void save()
- Description copied from class:
org.jext.gui.AbstractOptionPane - Empty implementation of save() method, inherited
from the OptionPane interface.
load
public void load()
- Description copied from interface:
org.jext.gui.OptionPane - When the user closes the option dialog by clicking cancel, the settings have to be
reloaded next time the dialog appears, so this method is called. For old plugins, however,
it won't be called, since the default implementation of isCacheable returns false, and
the pane will be completely rebuilt.
If you implement it, note that the constructor or however the createOptionPanes method of your
plugin must call it. The constructor should not contain the code to load values; only this method
should.
createColorTableScroller
private javax.swing.JScrollPane createColorTableScroller()
createColorTableModel
private ColorTable.ColorTableModel createColorTableModel()
createStyleTableScroller
private javax.swing.JScrollPane createStyleTableScroller()
createStyleTableModel
private StyleTable.StyleTableModel createStyleTableModel()
finalize
protected void finalize()
throws java.lang.Throwable
- Patch
-> Memory management improvements : it may help the garbage collector.
-> Author : Julien Ponge (julien@izforge.com)
-> Date : 23, May 2001
|
|||||||||
| Home >> All >> org >> jext >> [ options overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC