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

java.lang.Objectjava.awt.Component
java.awt.Container
javax.swing.JComponent
javax.swing.JPanel
org.gjt.sp.jedit.AbstractOptionPane
org.gjt.sp.jedit.options.StatusBarOptionPane
- All Implemented Interfaces:
- javax.accessibility.Accessible, java.awt.image.ImageObserver, java.awt.MenuContainer, org.gjt.sp.jedit.OptionPane, java.io.Serializable
- public class StatusBarOptionPane
- extends org.gjt.sp.jedit.AbstractOptionPane
| Nested Class Summary | |
(package private) class |
StatusBarOptionPane.ActionHandler
|
| 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.gjt.sp.jedit.gui.ColorWellButton |
backgroundColor
|
private org.gjt.sp.jedit.gui.ColorWellButton |
foregroundColor
|
private org.gjt.sp.jedit.gui.ColorWellButton |
memBackgroundColor
|
private org.gjt.sp.jedit.gui.ColorWellButton |
memForegroundColor
|
private javax.swing.JCheckBox |
showCaretStatus
|
private javax.swing.JCheckBox |
showClock
|
private javax.swing.JCheckBox |
showEditMode
|
private javax.swing.JCheckBox |
showEncoding
|
private javax.swing.JCheckBox |
showFoldMode
|
private javax.swing.JCheckBox |
showLineSeperator
|
private javax.swing.JCheckBox |
showMemory
|
private javax.swing.JCheckBox |
showMultiSelect
|
private javax.swing.JCheckBox |
showOverwrite
|
private javax.swing.JCheckBox |
showRectSelect
|
private javax.swing.JCheckBox |
showWrap
|
private javax.swing.JCheckBox |
statusVisible
|
| Fields inherited from class org.gjt.sp.jedit.AbstractOptionPane |
gridBag, initialized, 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 | |
StatusBarOptionPane()
|
|
| Method Summary | |
protected void |
_init()
This method should create and arrange the components of the option pane and initialize the option data displayed to the user. |
protected void |
_save()
Called when the options dialog's "ok" button is clicked. |
private void |
updateEnabled()
|
| Methods inherited from class org.gjt.sp.jedit.AbstractOptionPane |
addComponent, addComponent, addComponent, addComponent, addComponent, addComponent, addSeparator, addSeparator, getComponent, getName, init, save |
| Methods inherited from class javax.swing.JPanel |
getAccessibleContext, getUI, getUIClassID, paramString, setUI, updateUI |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
statusVisible
private javax.swing.JCheckBox statusVisible
foregroundColor
private org.gjt.sp.jedit.gui.ColorWellButton foregroundColor
backgroundColor
private org.gjt.sp.jedit.gui.ColorWellButton backgroundColor
showCaretStatus
private javax.swing.JCheckBox showCaretStatus
showEditMode
private javax.swing.JCheckBox showEditMode
showFoldMode
private javax.swing.JCheckBox showFoldMode
showEncoding
private javax.swing.JCheckBox showEncoding
showWrap
private javax.swing.JCheckBox showWrap
showMultiSelect
private javax.swing.JCheckBox showMultiSelect
showRectSelect
private javax.swing.JCheckBox showRectSelect
showOverwrite
private javax.swing.JCheckBox showOverwrite
showLineSeperator
private javax.swing.JCheckBox showLineSeperator
showMemory
private javax.swing.JCheckBox showMemory
memForegroundColor
private org.gjt.sp.jedit.gui.ColorWellButton memForegroundColor
memBackgroundColor
private org.gjt.sp.jedit.gui.ColorWellButton memBackgroundColor
showClock
private javax.swing.JCheckBox showClock
| Constructor Detail |
StatusBarOptionPane
public StatusBarOptionPane()
| Method Detail |
_init
protected void _init()
- Description copied from class:
org.gjt.sp.jedit.AbstractOptionPane - This method should create and arrange the components of the option pane
and initialize the option data displayed to the user. This method
is called when the option pane is first displayed, and is not
called again for the lifetime of the object.
_save
protected void _save()
- Description copied from class:
org.gjt.sp.jedit.AbstractOptionPane - Called when the options dialog's "ok" button is clicked.
This should save any properties being edited in this option
pane.
updateEnabled
private void updateEnabled()
|
|||||||||
| Home >> All >> org >> gjt >> sp >> jedit >> [ options overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC