http://www.jpicedt.org

Serialized Form


Package jpicedt

Class jpicedt.JPicEdt.AboutAction extends PEAction implements Serializable

Class jpicedt.JPicEdt.ContentTypeAction extends PEAction implements Serializable

Serialized Fields

contentTypeIndex

int contentTypeIndex

Class jpicedt.JPicEdt.ExitAction extends PEAction implements Serializable

Class jpicedt.JPicEdt.FileCloseAction extends PEAction implements Serializable

Class jpicedt.JPicEdt.FileNewAction extends PEAction implements Serializable

Class jpicedt.JPicEdt.FileOpenAction extends PEAction implements Serializable

Serialized Fields

fileName

String fileName

Class jpicedt.JPicEdt.FileReloadAction extends PEAction implements Serializable

Class jpicedt.JPicEdt.FileSaveAction extends PEAction implements Serializable

Serialized Fields

board

PEDrawingBoard board

Class jpicedt.JPicEdt.FileSaveAllAction extends PEAction implements Serializable

Class jpicedt.JPicEdt.FileSaveAsAction extends PEAction implements Serializable

Class jpicedt.JPicEdt.FragmentInsertAction extends PEAction implements Serializable

Serialized Fields

fileName

String fileName

Class jpicedt.JPicEdt.FragmentSaveAction extends PEAction implements Serializable

Class jpicedt.JPicEdt.MemoryMonitorAction extends PEAction implements Serializable

Class jpicedt.JPicEdt.OpenBSHConsoleAction extends PEAction implements Serializable

Class jpicedt.JPicEdt.PageFormatAction extends PEAction implements Serializable

Class jpicedt.JPicEdt.PreferencesAction extends PEAction implements Serializable

Class jpicedt.JPicEdt.RedoAction extends PEAction implements Serializable

Class jpicedt.JPicEdt.RedrawAction extends PEAction implements Serializable

Class jpicedt.JPicEdt.RunExternalCommandAction extends PEAction implements Serializable

Serialized Fields

command

String command

Class jpicedt.JPicEdt.ShowErrorLogAction extends PEAction implements Serializable

Class jpicedt.JPicEdt.ShowHelpAction extends PEAction implements Serializable

Class jpicedt.JPicEdt.ShowLicenseAction extends PEAction implements Serializable

Class jpicedt.JPicEdt.ToggleAttributesPanelAction extends PEAction implements Serializable

Class jpicedt.JPicEdt.ToggleToolkitPanelAction extends PEAction implements Serializable

Class jpicedt.JPicEdt.UndoAction extends PEAction implements Serializable

Class jpicedt.JPicEdt.ViewLaTeXFileAction extends PEAction implements Serializable

Class jpicedt.JPicEdt.WindowCascadeAction extends PEAction implements Serializable

Class jpicedt.JPicEdt.WindowTileHorAction extends PEAction implements Serializable

Class jpicedt.JPicEdt.WindowTileVertAction extends PEAction implements Serializable


Package jpicedt.format.input.util

Class jpicedt.format.input.util.REParserException extends ParserException implements Serializable

Serialized Fields

context

Context context
the current Context being used by the parser which raised an exception


expr

AbstractRegularExpression expr
the expression that raised the exception

Class jpicedt.format.input.util.REParserException.BeginGroupMismatch extends REParserException implements Serializable

Class jpicedt.format.input.util.REParserException.BlockMismatch extends REParserException implements Serializable

Class jpicedt.format.input.util.REParserException.EndGroupMismatch extends REParserException implements Serializable

Class jpicedt.format.input.util.REParserException.EndOfPicture extends REParserException implements Serializable

Class jpicedt.format.input.util.REParserException.EndOfPictureNotFound extends REParserException implements Serializable

Class jpicedt.format.input.util.REParserException.EOF extends REParserException implements Serializable

Class jpicedt.format.input.util.REParserException.IncompleteSequence extends REParserException implements Serializable

Class jpicedt.format.input.util.REParserException.NotFoundInFile extends REParserException implements Serializable

Class jpicedt.format.input.util.REParserException.NumberFormat extends REParserException implements Serializable

Class jpicedt.format.input.util.REParserException.NumberSign extends REParserException implements Serializable

Class jpicedt.format.input.util.REParserException.SyntaxError extends REParserException implements Serializable


Package jpicedt.format.output.eepic

Class jpicedt.format.output.eepic.EepicCustomizer extends AbstractCustomizer implements Serializable

Serialized Fields

thinLinesTF

DecimalNumberField thinLinesTF

thickLinesTF

DecimalNumberField thickLinesTF

prologTA

JTextArea prologTA

epilogTA

JTextArea epilogTA

preferences

Properties preferences


Package jpicedt.format.output.latex

Class jpicedt.format.output.latex.LatexCustomizer extends AbstractCustomizer implements Serializable

Serialized Fields

linethicknessTF

DecimalNumberField linethicknessTF

emLineLengthTF

DecimalNumberField emLineLengthTF

maxEmLineSlopeTF

DecimalNumberField maxEmLineSlopeTF

maxLatexDiskDiameterTF

DecimalNumberField maxLatexDiskDiameterTF

emCircleSegLengthTF

DecimalNumberField emCircleSegLengthTF

maxLatexCircleDiameterTF

DecimalNumberField maxLatexCircleDiameterTF

prologTA

JTextArea prologTA

epilogTA

JTextArea epilogTA

preferences

Properties preferences


Package jpicedt.format.output.pstricks

Class jpicedt.format.output.pstricks.PstricksCustomizer extends AbstractCustomizer implements Serializable

Serialized Fields

thinLinesTF

DecimalNumberField thinLinesTF

thickLinesTF

DecimalNumberField thickLinesTF

prologTA

JTextArea prologTA

epilogTA

JTextArea epilogTA

preferences

Properties preferences


Package jpicedt.graphic

Class jpicedt.graphic.PageFormat.Customizer extends AbstractCustomizer implements Serializable

Serialized Fields

widthMmTF

DecimalNumberField widthMmTF

heightMmTF

DecimalNumberField heightMmTF

leftMarginMmTF

DecimalNumberField leftMarginMmTF

bottomMarginMmTF

DecimalNumberField bottomMarginMmTF

preferences

Properties preferences

pageFormat

PageFormat pageFormat

Class jpicedt.graphic.PECanvas extends JPanel implements Serializable

Serialized Fields

drawing

Drawing drawing
the model for this canvas


pageFormat

PageFormat pageFormat
pageFormat encapsulates board size and margin data


contentType

ContentType contentType
the current content-type for this PECanvas (determines the EditorKit behaviour)


model2ViewTransform

AffineTransform model2ViewTransform
the AffineTransform used to translate from model-coordinates to view-coordinates ; gets updated each time either the zoom factor or the page format changes


view2ModelTransform

AffineTransform view2ModelTransform
the AffineTransform used to translate from mouse-coordinates to model-coordinates ; gets updated each time model2ViewTransform changes


grid

Grid grid
the grid attached to this canvas


kit

EditorKit kit
the current editor kit for this component


undoableEditSupport

UndoableEditSupport undoableEditSupport
the UndoableEditSupport delegate for UndoableEditEvent firing


undoManager

UndoManager undoManager
the UndoManager delegate for undo/redo operation


stateEdit

StateEdit stateEdit
the UndoableEdit in progress


renderingHints

RenderingHints renderingHints
a Map storing RenderingHints to be applied to the graphic context when rendering the drawing


zoom

double zoom
the zoom factor ; this determines the zoom factor to be applied to Graphics2D through an AffineTransform


scale

double scale
the total scale factor, including DPMM and zoom ; updated each time zoom changes


mouseInputListener

PEMouseInputListener mouseInputListener
chained list of PEMouseInputListener's for this component


peMousePoint

PicPoint peMousePoint
tmp. buffer used by processMouseEvent


tmpCoords

double[] tmpCoords
tmp. buffer used by repaintFromModelRect


repaintRectangle

Rectangle repaintRectangle

Class jpicedt.graphic.PEScrollPane extends JScrollPane implements Serializable

Serialized Fields

canvas

PECanvas canvas

horRuler

PEScrollPane.Rule horRuler

vertRuler

PEScrollPane.Rule vertRuler

horRulerTransform

AffineTransform horRulerTransform

vertRulerTransform

AffineTransform vertRulerTransform

horRulerOrg

double horRulerOrg

vertRulerOrg

double vertRulerOrg

horRulerScale

double horRulerScale

vertRulerScale

double vertRulerScale

isAlreadyCentered

boolean isAlreadyCentered

Class jpicedt.graphic.PEScrollPane.CenterViewportAction extends PEAction implements Serializable

Serialized Fields

scrollPane

PEScrollPane scrollPane


Package jpicedt.graphic.event

Class jpicedt.graphic.event.PEMouseEvent extends EventObject implements Serializable

Serialized Fields

awtEvent

MouseEvent awtEvent

pt

PicPoint pt

Class jpicedt.graphic.event.SelectionEvent extends EventObject implements Serializable

Serialized Fields

type

SelectionEvent.EventType type
the event type


elements

Element[] elements
the elements that were (un)selected

Class jpicedt.graphic.event.ZoomEvent extends EventObject implements Serializable

Serialized Fields

oldZoom

double oldZoom
the old zoom factor


newZoom

double newZoom
the new zoom factor


ptCenter

PicPoint ptCenter
the coordinate of the point that was at the center of the canvas before the zoom changed


Package jpicedt.graphic.io.formatter

Class jpicedt.graphic.io.formatter.XmlAttributeSet extends HashMap implements Serializable

Serialized Fields

defaultAttributes

PicAttributeSet defaultAttributes


Package jpicedt.graphic.io.parser

Class jpicedt.graphic.io.parser.ParserException extends Exception implements Serializable

Class jpicedt.graphic.io.parser.ParserException.UnrecognizedFileFormat extends ParserException implements Serializable


Package jpicedt.graphic.model

Class jpicedt.graphic.model.Drawing.Customizer extends AbstractCustomizer implements Serializable

Serialized Fields

xMinTF

DecimalNumberField xMinTF

yMinTF

DecimalNumberField yMinTF

xMaxTF

DecimalNumberField xMaxTF

yMaxTF

DecimalNumberField yMaxTF

automaticCB

JCheckBox automaticCB

Class jpicedt.graphic.model.EditPointConstraintCollator extends HashSet implements Serializable


Package jpicedt.graphic.toolkit

Class jpicedt.graphic.toolkit.AbstractCustomizer extends JPanel implements Serializable

Class jpicedt.graphic.toolkit.CustomizerDialog extends JDialog implements Serializable

Serialized Fields

customizers

AbstractCustomizer[] customizers

buttonOk

JButton buttonOk

buttonCancel

JButton buttonCancel

buttonDefault

JButton buttonDefault

buttonReload

JButton buttonReload

cancelled

boolean cancelled

keyHandler

CustomizerDialog.KeyHandler keyHandler

okButtonClosesDialog

boolean okButtonClosesDialog

Class jpicedt.graphic.toolkit.EditorKit.ActivateSnapAction extends PEToggleAction implements Serializable

Class jpicedt.graphic.toolkit.EditorKit.CopyAction extends PEAction implements Serializable

Serialized Fields

clipboard

Clipboard clipboard

Class jpicedt.graphic.toolkit.EditorKit.CutAction extends PEAction implements Serializable

Serialized Fields

clipboard

Clipboard clipboard

Class jpicedt.graphic.toolkit.EditorKit.DeleteAction extends PEAction implements Serializable

Class jpicedt.graphic.toolkit.EditorKit.EditBoundingBoxAction extends PEAction implements Serializable

Class jpicedt.graphic.toolkit.EditorKit.EditDispositionAction extends PEAction implements Serializable

Serialized Fields

type

String type

Class jpicedt.graphic.toolkit.EditorKit.EditGeometryAction extends PEAction implements Serializable

Class jpicedt.graphic.toolkit.EditorKit.GroupAction extends PEAction implements Serializable

Class jpicedt.graphic.toolkit.EditorKit.JoinCurvesAction extends PEAction implements Serializable

Class jpicedt.graphic.toolkit.EditorKit.PasteAction extends PEAction implements Serializable

Serialized Fields

clipboard

Clipboard clipboard

Class jpicedt.graphic.toolkit.EditorKit.SelectAllAction extends PEAction implements Serializable

Class jpicedt.graphic.toolkit.EditorKit.SelectMouseToolAction extends PEAction implements Serializable

Serialized Fields

mouseToolName

String mouseToolName

Class jpicedt.graphic.toolkit.EditorKit.ShowGridAction extends PEToggleAction implements Serializable

Class jpicedt.graphic.toolkit.EditorKit.ToggleEditPointsModeAction extends PEAction implements Serializable

Class jpicedt.graphic.toolkit.EditorKit.UngroupAction extends PEAction implements Serializable

Class jpicedt.graphic.toolkit.EditorKit.ZoomInAction extends PEAction implements Serializable

Class jpicedt.graphic.toolkit.EditorKit.ZoomOutAction extends PEAction implements Serializable

Class jpicedt.graphic.toolkit.PEAction extends AbstractAction implements Serializable

Serialized Fields

actionDispatcher

ActionDispatcher actionDispatcher

Class jpicedt.graphic.toolkit.PEMenu extends JMenu implements Serializable

Class jpicedt.graphic.toolkit.PEToggleAction extends PEAction implements Serializable

Class jpicedt.graphic.toolkit.PEToolBar extends JToolBar implements Serializable


Package jpicedt.ui

Class jpicedt.ui.PEDrawingBoard extends JPanel implements Serializable

Serialized Fields

isDirty

boolean isDirty

title

String title

isSaved

boolean isSaved

canvas

PECanvas canvas

scrollPane

PEScrollPane scrollPane

popupFactory

PopupMenuFactory popupFactory

statusBar

PEDrawingBoard.StatusBar statusBar

gridZoomToolbar

PEDrawingBoard.GridZoomToolBar gridZoomToolbar

actionDispatcher

DefaultActionDispatcher actionDispatcher

Class jpicedt.ui.PEDrawingBoard.GridZoomToolBar extends PEToolBar implements Serializable

Serialized Fields

actionDispatcher

ActionDispatcher actionDispatcher

gridVisibleTB

JToggleButton gridVisibleTB

snapOnOffTB

JToggleButton snapOnOffTB

gridVisibleAction

PEToggleAction gridVisibleAction

snapOnOffAction

PEToggleAction snapOnOffAction

snapStepCB

JComboBox snapStepCB

gridStepCB

JComboBox gridStepCB

gridStepAction

PEDrawingBoard.GridZoomToolBar.GridStepAction gridStepAction

snapStepAction

PEDrawingBoard.GridZoomToolBar.SnapStepAction snapStepAction

zoomCB

JComboBox zoomCB

zoomAction

PEDrawingBoard.GridZoomToolBar.ZoomAction zoomAction

Class jpicedt.ui.PEDrawingBoard.StatusBar extends JPanel implements Serializable

Serialized Fields

mouseCoord

JLabel mouseCoord

toolTip

JLabel toolTip

ptBuffer

PicPoint ptBuffer

nf

DecimalFormat nf


Package jpicedt.ui.action

Class jpicedt.ui.action.ActionRegistry extends ActionMap implements Serializable


Package jpicedt.ui.dialog

Class jpicedt.ui.dialog.DialogAbout extends JDialog implements Serializable

Serialized Fields

buttonOk

JButton buttonOk

Class jpicedt.ui.dialog.DirectoriesCustomizer extends AbstractCustomizer implements Serializable

Serialized Fields

fileDirectoryTF

JTextField fileDirectoryTF

buttonDirectoryBrowse

JButton buttonDirectoryBrowse

tmpDirectoryTF

JTextField tmpDirectoryTF

buttonTmpdirBrowse

JButton buttonTmpdirBrowse

preferences

Properties preferences

Class jpicedt.ui.dialog.DockableAttributesCustomizer extends JPanel implements Serializable

Serialized Fields

inputAttributes

PicAttributeSet inputAttributes

titleLbl

JLabel titleLbl

hatchPropertiesPanel

DockableAttributesCustomizer.HatchPropertiesPanel hatchPropertiesPanel

tabbedPane

JTabbedPane tabbedPane

box

Box box

canvas

PECanvas canvas

isEditingUnderway

boolean isEditingUnderway

Class jpicedt.ui.dialog.DockableAttributesCustomizer.ArrowPropertiesPanel extends AbstractCustomizer implements Serializable

Serialized Fields

leftArrowCB

JComboBox leftArrowCB

rightArrowCB

JComboBox rightArrowCB

tabbedPane

JTabbedPane tabbedPane

arrowIconsLeft

ImageIcon[] arrowIconsLeft

arrowIconsRight

ImageIcon[] arrowIconsRight

globalScaleWidthTF

IncrementableTextField globalScaleWidthTF

globalScaleLengthTF

IncrementableTextField globalScaleLengthTF

headWidthMinimumMmTF

IncrementableTextField headWidthMinimumMmTF

headWidthLineWidthScaleTF

IncrementableTextField headWidthLineWidthScaleTF

lengthScaleTF

IncrementableTextField lengthScaleTF

insetScaleTF

IncrementableTextField insetScaleTF

tbarWidthMinimumMmTF

IncrementableTextField tbarWidthMinimumMmTF

tbarWidthLineWidthScaleTF

IncrementableTextField tbarWidthLineWidthScaleTF

bracketLengthScaleTF

IncrementableTextField bracketLengthScaleTF

roundedBracketLengthScaleTF

IncrementableTextField roundedBracketLengthScaleTF

dotSizeMinimumMmTF

IncrementableTextField dotSizeMinimumMmTF

dotSizeLineWidthScaleTF

IncrementableTextField dotSizeLineWidthScaleTF

Class jpicedt.ui.dialog.DockableAttributesCustomizer.FillPropertiesPanel extends AbstractCustomizer implements Serializable

Serialized Fields

fillStyleCB

JComboBox fillStyleCB

colorChooser

JColorChooser colorChooser

Class jpicedt.ui.dialog.DockableAttributesCustomizer.HatchPropertiesPanel extends AbstractCustomizer implements Serializable

Serialized Fields

hatchWidthTF

IncrementableTextField hatchWidthTF

hatchSepTF

IncrementableTextField hatchSepTF

hatchAngleTF

IncrementableTextField hatchAngleTF

colorChooser

JColorChooser colorChooser

Class jpicedt.ui.dialog.DockableAttributesCustomizer.PolydotsPropertiesPanel extends AbstractCustomizer implements Serializable

Serialized Fields

isSuperimposedDotsCB

JCheckBox isSuperimposedDotsCB

isDottedCB

JCheckBox isDottedCB

angleDNF

IncrementableTextField angleDNF

scaleHorDNF

IncrementableTextField scaleHorDNF

scaleVertDNF

IncrementableTextField scaleVertDNF

sizePrefactorDNF

IncrementableTextField sizePrefactorDNF

sizeRelativeDNF

IncrementableTextField sizeRelativeDNF

dotStyleCombo

JComboBox dotStyleCombo

availableDotStyles

String[] availableDotStyles

Class jpicedt.ui.dialog.DockableAttributesCustomizer.PstCustomPropertiesPanel extends AbstractCustomizer implements Serializable

Serialized Fields

pstCustomTA

JTextArea pstCustomTA

pstCustomSP

JScrollPane pstCustomSP

applyButton

JButton applyButton

Class jpicedt.ui.dialog.DockableAttributesCustomizer.ShadowPropertiesPanel extends AbstractCustomizer implements Serializable

Serialized Fields

shadowSizeTF

IncrementableTextField shadowSizeTF

shadowAngleTF

IncrementableTextField shadowAngleTF

shadowB

JToggleButton shadowB

colorChooser

JColorChooser colorChooser

Class jpicedt.ui.dialog.DockableAttributesCustomizer.StrokePropertiesPanel extends AbstractCustomizer implements Serializable

Serialized Fields

lineWidthTF

IncrementableTextField lineWidthTF

dashTF

IncrementableTextField dashTF

dashOpaqueRatioTF

IncrementableTextField dashOpaqueRatioTF

dotSepTF

IncrementableTextField dotSepTF

overStrikeWidthTF

IncrementableTextField overStrikeWidthTF

lineStyleCB

JComboBox lineStyleCB

overStrikeCB

JCheckBox overStrikeCB

colorChooser

JColorChooser colorChooser

Class jpicedt.ui.dialog.DockableAttributesCustomizer.TextPropertiesPanel extends AbstractCustomizer implements Serializable

Serialized Fields

availableVertAlignValues

String[] availableVertAlignValues

vertAlignementIcons

ImageIcon[] vertAlignementIcons

availableHorAlignValues

String[] availableHorAlignValues

horAlignementIcons

ImageIcon[] horAlignementIcons

availableBoxValues

String[] availableBoxValues

boxTypeIcons

ImageIcon[] boxTypeIcons

horAlignementCombo

JComboBox horAlignementCombo

vertAlignementCombo

JComboBox vertAlignementCombo

boxTypeCombo

JComboBox boxTypeCombo

angleTF

IncrementableTextField angleTF

Class jpicedt.ui.dialog.DockableEditorKitToolBar extends JPanel implements Serializable

Serialized Fields

buttons

ArrayList buttons

currentMouseTool

String currentMouseTool

Class jpicedt.ui.dialog.GeneralCustomizer extends AbstractCustomizer implements Serializable

Serialized Fields

preferences

Properties preferences

l

JLabel l

lookAndFeelList

JComboBox lookAndFeelList

mdiManagerList

JComboBox mdiManagerList

languageList

JComboBox languageList

contentTypeList

JComboBox contentTypeList

maxUndoStepJS

JSlider maxUndoStepJS

maxUndoStepL

JLabel maxUndoStepL

fontSelector

FontSelector fontSelector

Class jpicedt.ui.dialog.GridZoomCustomizer extends AbstractCustomizer implements Serializable

Serialized Fields

snapStepList

JComboBox snapStepList

gridStyleList

JComboBox gridStyleList

gridStepList

JComboBox gridStepList

newGridIsOnCB

JCheckBox newGridIsOnCB

newSnapIsOnCB

JCheckBox newSnapIsOnCB

zoomFactorList

JComboBox zoomFactorList

preferences

Properties preferences

formatPercent

NumberFormat formatPercent

Class jpicedt.ui.dialog.PEFileChooser extends JFileChooser implements Serializable

Serialized Fields

filters

PEFileFilter[] filters

Class jpicedt.ui.dialog.RenderingCustomizer extends AbstractCustomizer implements Serializable

Serialized Fields

preferences

Properties preferences

l

JLabel l

antiAliasingCB

JCheckBox antiAliasingCB

qualityCB

JCheckBox qualityCB

textAntiAliasingCB

JCheckBox textAntiAliasingCB

fractionalMetricsCB

JCheckBox fractionalMetricsCB

ditherCB

JCheckBox ditherCB

Class jpicedt.ui.dialog.ShortcutsCustomizer extends AbstractCustomizer implements Serializable

Serialized Fields

table

JTable table

model

ShortcutsCustomizer.ShortcutsTableModel model

preferences

Properties preferences

miArray

JMenuItem[] miArray

shortCuts

String[] shortCuts

Class jpicedt.ui.dialog.UIColorCustomizer extends AbstractCustomizer implements Serializable

Serialized Fields

gridColorB

JButton gridColorB

selectionColorB

JButton selectionColorB

endPointColorB

JButton endPointColorB

boundingareaColorB

JButton boundingareaColorB

desktopColorB

JButton desktopColorB

textColorB

JButton textColorB

preferences

Properties preferences

Class jpicedt.ui.dialog.ViewFormattedStringDialog extends JDialog implements Serializable

Serialized Fields

canvas

PECanvas canvas

ta

JTextArea ta

buttonOk

JButton buttonOk

buttonReload

JButton buttonReload

buttonParse

JButton buttonParse


Package jpicedt.ui.internal

Class jpicedt.ui.internal.PEMenuBar extends JMenuBar implements Serializable

Serialized Fields

actionRegistry

ActionRegistry actionRegistry

submenuRecentFiles

JMenu submenuRecentFiles
mutable menu & menuitems


menuFile

PEMenu menuFile

menuEdit

PEMenu menuEdit

menuTools

PEMenu menuTools

menuCommands

PEMenu menuCommands

menuFragments

PEMenu menuFragments

menuScripts

PEMenu menuScripts

menuWindow

PEMenu menuWindow

menuHelp

PEMenu menuHelp

undoMenuItem

JMenuItem undoMenuItem

redoMenuItem

JMenuItem redoMenuItem

undoMenuItemText

String undoMenuItemText

redoMenuItemText

String redoMenuItemText

Class jpicedt.ui.internal.PEPopupMenuFactory.PopupMenu extends JPopupMenu implements Serializable

Serialized Fields

localizer

ActionLocalizer localizer

Class jpicedt.ui.internal.PEToolBar extends PEToolBar implements Serializable


Package jpicedt.ui.util

Class jpicedt.ui.util.BeanShell extends JFrame implements Serializable

Serialized Fields

interpreter

bsh.Interpreter interpreter

Class jpicedt.ui.util.HtmlViewer extends JFrame implements Serializable

Serialized Fields

textPane

JEditorPane textPane

statusLbl

JLabel statusLbl

Class jpicedt.ui.util.PEProgressBar extends JWindow implements Serializable

Serialized Fields

maximum

int maximum

progressValue

int progressValue

progressMsg

String progressMsg

title

String title

logoPanel

jpicedt.ui.util.PEProgressBar.LogoPanel logoPanel

Class jpicedt.ui.util.RunExternalCommand.DlgBoxDisplayProcessIOStream extends JDialog implements Serializable

Serialized Fields

panelStream

JPanel panelStream
panelStream contains an editable JTextArea and a JScrollPane


streamTA

JTextArea streamTA

scrollStream

JScrollPane scrollStream

areaBuffer

StringBuffer areaBuffer

panelButtons

JPanel panelButtons
panel containing the buttons


buttonKill

JButton buttonKill

strBuf

StringBuffer strBuf
buffer for typed chars (see KeyTyped)


visible

boolean visible


Package jpicedt.widgets

Class jpicedt.widgets.DecimalNumberField extends JTextField implements Serializable

Serialized Fields

toolkit

Toolkit toolkit

doubleFormatter

NumberFormat doubleFormatter

positiveOnly

boolean positiveOnly

Class jpicedt.widgets.DecimalNumberField.DecimalNumberDocument extends PlainDocument implements Serializable

Class jpicedt.widgets.FontSelector extends JButton implements Serializable

Class jpicedt.widgets.HistoryTextField extends JTextField implements Serializable

Serialized Fields

historyModel

HistoryModel historyModel

popup

JPopupMenu popup

instantPopups

boolean instantPopups

enterAddsToHistory

boolean enterAddsToHistory

current

String current

index

int index

Class jpicedt.widgets.IncrementableTextField extends JPanel implements Serializable

Serialized Fields

sp

JSpinner sp

model

SpinnerNumberModel model

prefixLabel

JLabel prefixLabel

postfixLabel

JLabel postfixLabel

dialogTitle

String dialogTitle

actionCommand

String actionCommand

minimum

Double minimum

maximum

Double maximum

Class jpicedt.widgets.ModalInternalFrame extends JInternalFrame implements Serializable

Serialized Fields

glass

JPanel glass

Class jpicedt.widgets.MotifLAFCellRenderer extends JLabel implements Serializable

Class jpicedt.widgets.WholeNumberField extends JTextField implements Serializable

Serialized Fields

toolkit

Toolkit toolkit

integerFormatter

NumberFormat integerFormatter

Class jpicedt.widgets.WholeNumberField.WholeNumberDocument extends PlainDocument implements Serializable


http://www.jpicedt.org

Submit a bug : syd@jpicedt.org