|
|||||||||
| 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 PrintOptions

java.lang.Objectjava.awt.Component
java.awt.Container
javax.swing.JComponent
javax.swing.JPanel
org.jext.gui.AbstractOptionPane
org.jext.options.PrintOptions
- All Implemented Interfaces:
- javax.accessibility.Accessible, java.awt.event.ActionListener, java.util.EventListener, java.awt.image.ImageObserver, java.awt.MenuContainer, org.jext.gui.OptionPane, java.io.Serializable
- public class PrintOptions
- extends org.jext.gui.AbstractOptionPane
- implements java.awt.event.ActionListener
- 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 org.jext.gui.FontSelector |
fonts
|
private org.jext.gui.JextCheckBox |
footer
|
private org.jext.gui.JextCheckBox |
header
|
private org.jext.gui.JextCheckBox |
lineNumbers
|
private org.jext.gui.JextHighlightButton |
pageLayout
|
private java.awt.print.PageFormat |
pgfmt
|
private org.jext.gui.JextCheckBox |
syntax
|
private org.jext.gui.JextCheckBox |
wrap
|
| 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 | |
PrintOptions()
|
|
| Method Summary | |
void |
actionPerformed(java.awt.event.ActionEvent evt)
This method is invoked when an action occurs. |
private void |
handleComponents()
|
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 |
pageLayout()
|
void |
save()
Empty implementation of save() method, inherited from the OptionPane interface. |
| Methods inherited from class org.jext.gui.AbstractOptionPane |
addComponent, addComponent, finalize, 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 |
fonts
private org.jext.gui.FontSelector fonts
pageLayout
private org.jext.gui.JextHighlightButton pageLayout
pgfmt
private java.awt.print.PageFormat pgfmt
lineNumbers
private org.jext.gui.JextCheckBox lineNumbers
wrap
private org.jext.gui.JextCheckBox wrap
syntax
private org.jext.gui.JextCheckBox syntax
header
private org.jext.gui.JextCheckBox header
footer
private org.jext.gui.JextCheckBox footer
| Constructor Detail |
PrintOptions
public PrintOptions()
| Method Detail |
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.
- Specified by:
loadin interfaceorg.jext.gui.OptionPane
handleComponents
private void handleComponents()
save
public void save()
- Description copied from class:
org.jext.gui.AbstractOptionPane - Empty implementation of save() method, inherited
from the OptionPane interface.
- Specified by:
savein interfaceorg.jext.gui.OptionPane
pageLayout
public void pageLayout()
actionPerformed
public void actionPerformed(java.awt.event.ActionEvent evt)
- Description copied from interface:
java.awt.event.ActionListener - This method is invoked when an action occurs.
- Specified by:
actionPerformedin interfacejava.awt.event.ActionListener
|
|||||||||
| Home >> All >> org >> jext >> [ options overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC