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

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

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

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

javax.swing.JTextArea prologTA

epilogTA

javax.swing.JTextArea epilogTA

preferences

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

javax.swing.JTextArea prologTA

epilogTA

javax.swing.JTextArea epilogTA

preferences

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

javax.swing.JTextArea prologTA

epilogTA

javax.swing.JTextArea epilogTA

preferences

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

java.util.Properties preferences

pageFormat

PageFormat pageFormat

Class jpicedt.graphic.PECanvas extends javax.swing.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

java.awt.geom.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

java.awt.geom.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

javax.swing.undo.UndoableEditSupport undoableEditSupport
the UndoableEditSupport delegate for UndoableEditEvent firing


undoManager

javax.swing.undo.UndoManager undoManager
the UndoManager delegate for undo/redo operation


stateEdit

javax.swing.undo.StateEdit stateEdit
the UndoableEdit in progress


renderingHints

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

java.awt.Rectangle repaintRectangle

Class jpicedt.graphic.PEScrollPane extends javax.swing.JScrollPane implements Serializable

Serialized Fields

canvas

PECanvas canvas

horRuler

jpicedt.graphic.PEScrollPane.Rule horRuler

vertRuler

jpicedt.graphic.PEScrollPane.Rule vertRuler

horRulerTransform

java.awt.geom.AffineTransform horRulerTransform

vertRulerTransform

java.awt.geom.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

Class jpicedt.graphic.PicPoint extends java.awt.geom.Point2D.Double implements Serializable

Class jpicedt.graphic.PicVector extends PicPoint implements Serializable


Package jpicedt.graphic.event

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

Serialized Fields

awtEvent

java.awt.event.MouseEvent awtEvent

pt

PicPoint pt

Class jpicedt.graphic.event.SelectionEvent extends java.util.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 java.util.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 java.util.HashMap implements Serializable

Serialized Fields

defaultAttributes

PicAttributeSet defaultAttributes

Package jpicedt.graphic.io.parser

Class jpicedt.graphic.io.parser.ParserException extends java.lang.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

javax.swing.JCheckBox automaticCB

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


Package jpicedt.graphic.toolkit

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

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

Serialized Fields

customizers

AbstractCustomizer[] customizers

buttonOk

javax.swing.JButton buttonOk

buttonCancel

javax.swing.JButton buttonCancel

buttonDefault

javax.swing.JButton buttonDefault

buttonReload

javax.swing.JButton buttonReload

cancelled

boolean cancelled

keyHandler

jpicedt.graphic.toolkit.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

java.awt.datatransfer.Clipboard clipboard

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

Serialized Fields

clipboard

java.awt.datatransfer.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

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

java.awt.datatransfer.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

java.lang.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 javax.swing.AbstractAction implements Serializable

Serialized Fields

actionDispatcher

ActionDispatcher actionDispatcher

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

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

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


Package jpicedt.ui

Class jpicedt.ui.PEDrawingBoard extends javax.swing.JPanel implements Serializable

Serialized Fields

isDirty

boolean isDirty

title

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

javax.swing.JToggleButton gridVisibleTB

snapOnOffTB

javax.swing.JToggleButton snapOnOffTB

gridVisibleAction

PEToggleAction gridVisibleAction

snapOnOffAction

PEToggleAction snapOnOffAction

snapStepCB

javax.swing.JComboBox snapStepCB

gridStepCB

javax.swing.JComboBox gridStepCB

gridStepAction

jpicedt.ui.PEDrawingBoard.GridZoomToolBar.GridStepAction gridStepAction

snapStepAction

jpicedt.ui.PEDrawingBoard.GridZoomToolBar.SnapStepAction snapStepAction

zoomCB

javax.swing.JComboBox zoomCB

zoomAction

jpicedt.ui.PEDrawingBoard.GridZoomToolBar.ZoomAction zoomAction

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

Serialized Fields

mouseCoord

javax.swing.JLabel mouseCoord

toolTip

javax.swing.JLabel toolTip

ptBuffer

PicPoint ptBuffer

nf

java.text.DecimalFormat nf

Package jpicedt.ui.action

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


Package jpicedt.ui.dialog

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

Serialized Fields

buttonOk

javax.swing.JButton buttonOk

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

Serialized Fields

fileDirectoryTF

javax.swing.JTextField fileDirectoryTF

buttonDirectoryBrowse

javax.swing.JButton buttonDirectoryBrowse

tmpDirectoryTF

javax.swing.JTextField tmpDirectoryTF

buttonTmpdirBrowse

javax.swing.JButton buttonTmpdirBrowse

preferences

java.util.Properties preferences

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

Serialized Fields

inputAttributes

PicAttributeSet inputAttributes

titleLbl

javax.swing.JLabel titleLbl

hatchPropertiesPanel

DockableAttributesCustomizer.HatchPropertiesPanel hatchPropertiesPanel

tabbedPane

javax.swing.JTabbedPane tabbedPane

box

javax.swing.Box box

canvas

PECanvas canvas

isEditingUnderway

boolean isEditingUnderway

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

Serialized Fields

leftArrowCB

javax.swing.JComboBox leftArrowCB

rightArrowCB

javax.swing.JComboBox rightArrowCB

tabbedPane

javax.swing.JTabbedPane tabbedPane

arrowIconsLeft

javax.swing.ImageIcon[] arrowIconsLeft

arrowIconsRight

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

javax.swing.JComboBox fillStyleCB

colorChooser

javax.swing.JColorChooser colorChooser

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

Serialized Fields

hatchWidthTF

IncrementableTextField hatchWidthTF

hatchSepTF

IncrementableTextField hatchSepTF

hatchAngleTF

IncrementableTextField hatchAngleTF

colorChooser

javax.swing.JColorChooser colorChooser

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

Serialized Fields

isSuperimposedDotsCB

javax.swing.JCheckBox isSuperimposedDotsCB

isDottedCB

javax.swing.JCheckBox isDottedCB

angleDNF

IncrementableTextField angleDNF

scaleHorDNF

IncrementableTextField scaleHorDNF

scaleVertDNF

IncrementableTextField scaleVertDNF

sizePrefactorDNF

IncrementableTextField sizePrefactorDNF

sizeRelativeDNF

IncrementableTextField sizeRelativeDNF

dotStyleCombo

javax.swing.JComboBox dotStyleCombo

availableDotStyles

java.lang.String[] availableDotStyles

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

Serialized Fields

pstCustomTA

javax.swing.JTextArea pstCustomTA

pstCustomSP

javax.swing.JScrollPane pstCustomSP

applyButton

javax.swing.JButton applyButton

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

Serialized Fields

shadowSizeTF

IncrementableTextField shadowSizeTF

shadowAngleTF

IncrementableTextField shadowAngleTF

shadowB

javax.swing.JToggleButton shadowB

colorChooser

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

javax.swing.JComboBox lineStyleCB

overStrikeCB

javax.swing.JCheckBox overStrikeCB

colorChooser

javax.swing.JColorChooser colorChooser

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

Serialized Fields

availableVertAlignValues

java.lang.String[] availableVertAlignValues

vertAlignementIcons

javax.swing.ImageIcon[] vertAlignementIcons

availableHorAlignValues

java.lang.String[] availableHorAlignValues

horAlignementIcons

javax.swing.ImageIcon[] horAlignementIcons

availableBoxValues

java.lang.String[] availableBoxValues

boxTypeIcons

javax.swing.ImageIcon[] boxTypeIcons

horAlignementCombo

javax.swing.JComboBox horAlignementCombo

vertAlignementCombo

javax.swing.JComboBox vertAlignementCombo

boxTypeCombo

javax.swing.JComboBox boxTypeCombo

angleTF

IncrementableTextField angleTF

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

Serialized Fields

buttons

java.util.ArrayList<E> buttons

currentMouseTool

java.lang.String currentMouseTool

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

Serialized Fields

preferences

java.util.Properties preferences

l

javax.swing.JLabel l

lookAndFeelList

javax.swing.JComboBox lookAndFeelList

mdiManagerList

javax.swing.JComboBox mdiManagerList

languageList

javax.swing.JComboBox languageList

contentTypeList

javax.swing.JComboBox contentTypeList

maxUndoStepJS

javax.swing.JSlider maxUndoStepJS

maxUndoStepL

javax.swing.JLabel maxUndoStepL

fontSelector

FontSelector fontSelector

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

Serialized Fields

snapStepList

javax.swing.JComboBox snapStepList

gridStyleList

javax.swing.JComboBox gridStyleList

gridStepList

javax.swing.JComboBox gridStepList

newGridIsOnCB

javax.swing.JCheckBox newGridIsOnCB

newSnapIsOnCB

javax.swing.JCheckBox newSnapIsOnCB

zoomFactorList

javax.swing.JComboBox zoomFactorList

preferences

java.util.Properties preferences

formatPercent

java.text.NumberFormat formatPercent

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

Serialized Fields

filters

PEFileFilter[] filters

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

Serialized Fields

preferences

java.util.Properties preferences

l

javax.swing.JLabel l

antiAliasingCB

javax.swing.JCheckBox antiAliasingCB

qualityCB

javax.swing.JCheckBox qualityCB

textAntiAliasingCB

javax.swing.JCheckBox textAntiAliasingCB

fractionalMetricsCB

javax.swing.JCheckBox fractionalMetricsCB

ditherCB

javax.swing.JCheckBox ditherCB

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

Serialized Fields

table

javax.swing.JTable table

model

jpicedt.ui.dialog.ShortcutsCustomizer.ShortcutsTableModel model

preferences

java.util.Properties preferences

miArray

javax.swing.JMenuItem[] miArray

shortCuts

java.lang.String[] shortCuts

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

Serialized Fields

gridColorB

javax.swing.JButton gridColorB

selectionColorB

javax.swing.JButton selectionColorB

endPointColorB

javax.swing.JButton endPointColorB

boundingareaColorB

javax.swing.JButton boundingareaColorB

desktopColorB

javax.swing.JButton desktopColorB

textColorB

javax.swing.JButton textColorB

preferences

java.util.Properties preferences

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

Serialized Fields

canvas

PECanvas canvas

ta

javax.swing.JTextArea ta

buttonOk

javax.swing.JButton buttonOk

buttonReload

javax.swing.JButton buttonReload

buttonParse

javax.swing.JButton buttonParse

Package jpicedt.ui.internal

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

Serialized Fields

actionRegistry

ActionRegistry actionRegistry

submenuRecentFiles

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

javax.swing.JMenuItem undoMenuItem

redoMenuItem

javax.swing.JMenuItem redoMenuItem

undoMenuItemText

java.lang.String undoMenuItemText

redoMenuItemText

java.lang.String redoMenuItemText

Class jpicedt.ui.internal.PEPopupMenuFactory.PopupMenu extends javax.swing.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 javax.swing.JFrame implements Serializable

Serialized Fields

interpreter

bsh.Interpreter interpreter

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

Serialized Fields

textPane

javax.swing.JEditorPane textPane

statusLbl

javax.swing.JLabel statusLbl

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

Serialized Fields

maximum

int maximum

progressValue

int progressValue

progressMsg

java.lang.String progressMsg

title

java.lang.String title

logoPanel

jpicedt.ui.util.PEProgressBar.LogoPanel logoPanel

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

Serialized Fields

panelStream

javax.swing.JPanel panelStream
panelStream contains an editable JTextArea and a JScrollPane


streamTA

javax.swing.JTextArea streamTA

scrollStream

javax.swing.JScrollPane scrollStream

areaBuffer

java.lang.StringBuffer areaBuffer

panelButtons

javax.swing.JPanel panelButtons
panel containing the buttons


buttonKill

javax.swing.JButton buttonKill

strBuf

java.lang.StringBuffer strBuf
buffer for typed chars (see KeyTyped)


visible

boolean visible

Package jpicedt.widgets

Class jpicedt.widgets.DecimalNumberField extends javax.swing.JTextField implements Serializable

Serialized Fields

toolkit

java.awt.Toolkit toolkit

doubleFormatter

java.text.NumberFormat doubleFormatter

positiveOnly

boolean positiveOnly

Class jpicedt.widgets.DecimalNumberField.DecimalNumberDocument extends javax.swing.text.PlainDocument implements Serializable

Class jpicedt.widgets.FontSelector extends javax.swing.JButton implements Serializable

Class jpicedt.widgets.HistoryTextField extends javax.swing.JTextField implements Serializable

Serialized Fields

historyModel

HistoryModel historyModel

popup

javax.swing.JPopupMenu popup

instantPopups

boolean instantPopups

enterAddsToHistory

boolean enterAddsToHistory

current

java.lang.String current

index

int index

Class jpicedt.widgets.IncrementableTextField extends javax.swing.JPanel implements Serializable

Serialized Fields

sp

javax.swing.JSpinner sp

model

javax.swing.SpinnerNumberModel model

prefixLabel

javax.swing.JLabel prefixLabel

postfixLabel

javax.swing.JLabel postfixLabel

dialogTitle

java.lang.String dialogTitle

actionCommand

java.lang.String actionCommand

minimum

java.lang.Double minimum

maximum

java.lang.Double maximum

Class jpicedt.widgets.ModalInternalFrame extends javax.swing.JInternalFrame implements Serializable

Serialized Fields

glass

javax.swing.JPanel glass

Class jpicedt.widgets.MotifLAFCellRenderer extends javax.swing.JLabel implements Serializable

Class jpicedt.widgets.WholeNumberField extends javax.swing.JTextField implements Serializable

Serialized Fields

toolkit

java.awt.Toolkit toolkit

integerFormatter

java.text.NumberFormat integerFormatter

Class jpicedt.widgets.WholeNumberField.WholeNumberDocument extends javax.swing.text.PlainDocument implements Serializable


http://www.jpicedt.org

Submit a bug : syd@jpicedt.org