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

Package org.nuiton.widget.tooltip

Class org.nuiton.widget.tooltip.SizeGrip extends JPanel implements Serializable

Serialized Fields

osxSizeGrip

Image osxSizeGrip
The size grip to use if we're on OS X.

Class org.nuiton.widget.tooltip.TipWindow extends JWindow implements Serializable

Serialized Fields

ft

FocusableTip ft

component

Component component

text

String text

tipListener

TipWindow.TipListener tipListener

userHyperlinkListener

HyperlinkListener userHyperlinkListener



Copyright © 2004-2011 CodeLutin. All Rights Reserved.