Serialized Form


Package org.nuiton.widget

Class org.nuiton.widget.AboutFrame extends JFrame implements Serializable

serialVersionUID: -8693584537185015506L

Serialized Fields

iconPath

String iconPath
Top image path (classpath)


backgroundColor

Color backgroundColor
Background color


aboutHtmlText

String aboutHtmlText
Html text displayed in about tab


licenseText

String licenseText
License text displayed in license tab

Class org.nuiton.widget.ApplicationAction extends AbstractAction implements Serializable

Serialized Fields

_shortText

String _shortText

arguments

List<E> arguments

Class org.nuiton.widget.ApplicationMonitor extends JPanel implements Serializable

serialVersionUID: 1L

Serialized Fields

loggingSystem

String loggingSystem

smtpServer

String smtpServer

to

String to

from

String from

stdout

PrintStream stdout

stderr

PrintStream stderr

logListener

ApplicationMonitor.LogListener logListener

byteArrayOutputStream

ByteArrayOutputStream byteArrayOutputStream

jPanel

JPanel jPanel

jPanel1

JPanel jPanel1

resetButton

JButton resetButton

sendByEmailButton

JButton sendByEmailButton

jTabbedPane

JTabbedPane jTabbedPane

jPanel2

JPanel jPanel2

jPanel2bis

JPanel jPanel2bis

jPanel3

JPanel jPanel3

jScrollPane

JScrollPane jScrollPane

jScrollPanebis

JScrollPane jScrollPanebis

outputStreamTextArea

JTextArea outputStreamTextArea

allStreamsTextArea

JTextArea allStreamsTextArea

jScrollPane1

JScrollPane jScrollPane1

errorStreamTextArea

JTextArea errorStreamTextArea

statusBar

StatusBar statusBar

jPanel4

JPanel jPanel4

jScrollPane2

JScrollPane jScrollPane2

logStreamTextArea

JTextArea logStreamTextArea

jPanel5

JPanel jPanel5

jPanel6

JPanel jPanel6

Class org.nuiton.widget.DatePicker extends JTextField implements Serializable

serialVersionUID: 1L

Serialized Fields

dateFormat

DateFormat dateFormat

Class org.nuiton.widget.InvalidDateException extends Exception implements Serializable

serialVersionUID: 1L

Class org.nuiton.widget.SimpleInternalFrame extends JPanel implements Serializable

serialVersionUID: 1L

Serialized Fields

titleLabel

JLabel titleLabel

gradientPanel

org.nuiton.widget.SimpleInternalFrame.GradientPanel gradientPanel

headerPanel

JPanel headerPanel

isSelected

boolean isSelected

Class org.nuiton.widget.SplashScreen extends JFrame implements Serializable

serialVersionUID: 1L

Serialized Fields

remanence

long remanence

splashImage

Image splashImage

applicationTitle

String applicationTitle

estimatedDuration

long estimatedDuration

stepDescriptions

String[] stepDescriptions

stepImages

Image[] stepImages

currentStep

int currentStep

steppingLeftInset

int steppingLeftInset

steppingRightInset

int steppingRightInset

steppingBottomInset

int steppingBottomInset

currentImage

Image currentImage

currentComposite

Composite currentComposite

imageAnimator

SplashScreen.ImageAnimator imageAnimator

currentAlpha

float currentAlpha

alphaUp

boolean alphaUp

jContentPane

JPanel jContentPane

splashPane

JPanel splashPane

Class org.nuiton.widget.StatusBar extends JPanel implements Serializable

serialVersionUID: 5726270382079837021L

Serialized Fields

box

Box box
Deprecated. 
element contenant tous les petits status (clock, mem, ...)


statusForeground

Color statusForeground
Deprecated. 
DOCUMENTME Description of the Field


statusLabel

JLabel statusLabel
Deprecated. 
DOCUMENTME Description of the Field


statusReferenceContent

String statusReferenceContent
Deprecated. 
DOCUMENTME Description of the Field


timer

Timer timer
Deprecated. 
DOCUMENTME Description of the Field


john

Object john
Deprecated. 
the lock :)

Class org.nuiton.widget.SwitchPane extends JPanel implements Serializable

serialVersionUID: 1L

Class org.nuiton.widget.UIFSplitPane extends JSplitPane implements Serializable

serialVersionUID: 1L

Serialized Fields

dividerBorderVisible

boolean dividerBorderVisible
Determines whether the divider border shall be removed when the UI is updated.

See Also:
UIFSplitPane.isDividerBorderVisible(), UIFSplitPane.setDividerBorderVisible(boolean)

Package org.nuiton.widget.editor

Class org.nuiton.widget.editor.DefaultEditor extends JPanel implements Serializable

serialVersionUID: 5049495816540748017L

Serialized Fields

editor

JEditorPane editor

scrollPane

JScrollPane scrollPane

isModified

boolean isModified

Class org.nuiton.widget.editor.Editor extends JPanel implements Serializable

serialVersionUID: 5820456710194699050L

Serialized Fields

usedEditor

Map<K,V> usedEditor
editor already instanciate for this editor


currentEditor

EditorInterface currentEditor
currentEditor is currently opened editor in this editor


openedFile

File openedFile
current opened file


documentListeners

Set<E> documentListeners
All document listener registered on this editor


caretListeners

Set<E> caretListeners
All caret listener registered on this editor


askIfNotSaved

boolean askIfNotSaved
If the edited file is modifier, before switch to other or close it, ask the user if he want save the modification


forceDefault

boolean forceDefault
force usage of default editor

Class org.nuiton.widget.editor.JEditEditor extends JPanel implements Serializable

serialVersionUID: 5880160718377536089L

Serialized Fields

editor

org.syntax.jedit.JEditTextArea editor

isModified

boolean isModified

Class org.nuiton.widget.editor.NullEditor extends JPanel implements Serializable

serialVersionUID: -3451624841247752762L

Class org.nuiton.widget.editor.RSyntaxEditor extends JPanel implements Serializable

serialVersionUID: 5880160718377536089L

Serialized Fields

editor

org.fife.ui.rsyntaxtextarea.RSyntaxTextArea editor

isModified

boolean isModified

Class org.nuiton.widget.editor.SDocEditor extends DefaultEditor implements Serializable

serialVersionUID: -7907912891843847963L

Serialized Fields

syntaxSupport

sdoc.SyntaxSupport syntaxSupport



Copyright © 2004-2010 CodeLutin. All Rights Reserved.