Serialized Form


Package net.sf.sdedit.editor

Class net.sf.sdedit.editor.ExportAction extends AbstractAction implements Serializable

Serialized Fields

exportDialog

ExportDialog exportDialog

editor

Editor editor

properties

Properties properties

exportDevice

PanelPaintDevice exportDevice

Package net.sf.sdedit.error

Class net.sf.sdedit.error.DiagramError extends Exception implements Serializable

Serialized Fields

provider

DiagramDataProvider provider

Class net.sf.sdedit.error.FatalError extends DiagramError implements Serializable

Serialized Fields

cause

RuntimeException cause

Class net.sf.sdedit.error.SemanticError extends DiagramError implements Serializable

Class net.sf.sdedit.error.SyntaxError extends DiagramError implements Serializable


Package net.sf.sdedit.multipage

Class net.sf.sdedit.multipage.MultipageExporter extends JPanel implements Serializable

Serialized Fields

source

String source

configuration

Configuration configuration

size

Dimension size

paintDevice

MultipagePaintDevice paintDevice

scale

double scale

previewSize

Dimension previewSize

properties

PrintConfiguration properties

Class net.sf.sdedit.multipage.MultipagePaintDevice.MultipagePanel extends JPanel implements Serializable

Serialized Fields

index

int index

zoomPane

ZoomPane zoomPane

dim

Dimension dim

Package net.sf.sdedit.ui.components

Class net.sf.sdedit.ui.components.AdvancedHelpPanel extends JPanel implements Serializable

serialVersionUID: 421111139685691723L

Serialized Fields

navigatorScrollPane

JScrollPane navigatorScrollPane

contentScrollPane

JScrollPane contentScrollPane

editorPane

JEditorPane editorPane

navigator

JTree navigator

navigatorModel

DefaultTreeModel navigatorModel

navigatorRoot

DefaultMutableTreeNode navigatorRoot

anchorMap

Map<K,V> anchorMap

url

String url

Class net.sf.sdedit.ui.components.ATabbedPane extends JTabbedPane implements Serializable

serialVersionUID: -1422640863L

Serialized Fields

listeners

List<E> listeners

Class net.sf.sdedit.ui.components.ButtonPanel extends JPanel implements Serializable

serialVersionUID: 2123185410505818217L

Serialized Fields

maxWidth

int maxWidth

maxHeight

int maxHeight

defaultButton

JButton defaultButton

Class net.sf.sdedit.ui.components.FullScreen extends JFrame implements Serializable

serialVersionUID: -1422640862L

Serialized Fields

zoomPane

ZoomPane zoomPane

gd

GraphicsDevice gd

scalePanel

ScalePanel scalePanel

listeners

List<E> listeners

locked

boolean locked

closePanel

JPanel closePanel

hideClosePanelTimer

Timer hideClosePanelTimer

mml

MouseMotionListener mml

ml

MouseListener ml

Class net.sf.sdedit.ui.components.GrabbableViewport extends JViewport implements Serializable

Serialized Fields

rect

Rectangle rect

point

Point point

view

JComponent view

Class net.sf.sdedit.ui.components.MenuBar extends JMenuBar implements Serializable

serialVersionUID: 516995753L

Serialized Fields

categories

Map<K,V> categories

nameMap

Map<K,V> nameMap

Class net.sf.sdedit.ui.components.OptionDialog extends JDialog implements Serializable

Serialized Fields

chosenOption

String chosenOption

buttonPanel

ButtonPanel buttonPanel

owner

JFrame owner

empty

boolean empty

Class net.sf.sdedit.ui.components.ScalePanel extends JPanel implements Serializable

serialVersionUID: -1422640859L

Serialized Fields

scaleSlider

JSlider scaleSlider

sliderLabel

JLabel sliderLabel

scalable

Scalable scalable

root

Point root

initialValue

int initialValue

fitWidthAction

Action fitWidthAction

fitHeightAction

Action fitHeightAction

fitWindowAction

Action fitWindowAction

normalSizeAction

Action normalSizeAction

Class net.sf.sdedit.ui.components.TextArea extends JTextPane implements Serializable

serialVersionUID: -1422640864L

Serialized Fields

highlighter

Highlighter highlighter

undoManager

UndoManager undoManager

highlight

Object highlight

EOL

String EOL

Class net.sf.sdedit.ui.components.ZoomPane extends JPanel implements Serializable

serialVersionUID: -1422640857L

Serialized Fields

scale

double scale

viewPort

Zoomable<T extends JComponent> viewPort

scrollPane

JScrollPane scrollPane

mouseListeners

List<E> mouseListeners

mouseMotionListeners

List<E> mouseMotionListeners

observable

net.sf.sdedit.ui.components.ZoomPane.MyObservable observable

root

JComponent root

internal

JPanel internal

Package net.sf.sdedit.ui.components.configuration

Class net.sf.sdedit.ui.components.configuration.ConfigurationAction extends AbstractAction implements Serializable

Serialized Fields

property

String property

button

AbstractButton button

listen

boolean listen

Class net.sf.sdedit.ui.components.configuration.ConfigurationDialog extends JDialog implements Serializable

Serialized Fields

configurationUIs

List<E> configurationUIs

Class net.sf.sdedit.ui.components.configuration.ConfigurationUI extends JPanel implements Serializable

Serialized Fields

categoryMap

Map<K,V> categoryMap

configuratorFactory

ConfiguratorFactory<C extends DataObject> configuratorFactory

configurators

Map<K,V> configurators

labelWidths

Map<K,V> labelWidths

categoryList

JList categoryList

right

JPanel right

parent

ConfigurationDialog parent

bean

Bean<T extends DataObject> bean

formerState

Bean<T extends DataObject> formerState

defaultBean

Bean<T extends DataObject> defaultBean

buttonPanel

ButtonPanel buttonPanel

categoryListPanel

JPanel categoryListPanel

ok

Action ok

cancel

Action cancel

Class net.sf.sdedit.ui.components.configuration.Configurator extends JPanel implements Serializable

Serialized Fields

bean

Bean<T extends DataObject> bean
The bean to be configured.


property

PropertyDescriptor property
The particular property that is configured.


dependentProperty

String[] dependentProperty

dependentValue

String[] dependentValue

isDependencyEquality

boolean[] isDependencyEquality

Package net.sf.sdedit.ui.components.configuration.configurators

Class net.sf.sdedit.ui.components.configuration.configurators.BooleanConfigurator extends Configurator<Boolean,C extends DataObject> implements Serializable

Serialized Fields

checkBox

JCheckBox checkBox

Class net.sf.sdedit.ui.components.configuration.configurators.ColorConfigurator extends Configurator<Color,C extends DataObject> implements Serializable

Serialized Fields

label

JLabel label

caption

JLabel caption

Class net.sf.sdedit.ui.components.configuration.configurators.FileConfigurator extends Configurator<File,C extends DataObject> implements Serializable

Serialized Fields

fileTextField

JTextField fileTextField

browseButton

JButton browseButton

label

JLabel label

description

String description

fileChooser

JFileChooser fileChooser

Class net.sf.sdedit.ui.components.configuration.configurators.FontConfigurator extends Configurator<Font,C extends DataObject> implements Serializable

Serialized Fields

nameComboBox

JComboBox nameComboBox

sizeSpinner

JSpinner sizeSpinner

italic

JCheckBox italic

bold

JCheckBox bold

sampleLabel

JLabel sampleLabel

label

JLabel label

Class net.sf.sdedit.ui.components.configuration.configurators.FreeStringConfigurator extends StringConfigurator<C extends DataObject> implements Serializable

Serialized Fields

textField

JTextField textField

Class net.sf.sdedit.ui.components.configuration.configurators.NumberConfigurator extends Configurator<Integer,C extends DataObject> implements Serializable

Serialized Fields

spinner

JSpinner spinner

min

int min

max

int max

label

JLabel label

Class net.sf.sdedit.ui.components.configuration.configurators.SmallStringSelectionConfigurator extends StringConfigurator<C extends DataObject> implements Serializable

serialVersionUID: 8434413547241922267L

Serialized Fields

buttonGroup

ButtonGroup buttonGroup

Class net.sf.sdedit.ui.components.configuration.configurators.StringConfigurator extends Configurator<String,C extends DataObject> implements Serializable

Serialized Fields

bottomPanel

JPanel bottomPanel

label

JLabel label

Class net.sf.sdedit.ui.components.configuration.configurators.StringSelectionConfigurator extends StringConfigurator<C extends DataObject> implements Serializable

Serialized Fields

comboBox

JComboBox comboBox

Package net.sf.sdedit.ui.impl

Class net.sf.sdedit.ui.impl.AboutDialog extends JDialog implements Serializable

Class net.sf.sdedit.ui.impl.FilterCommandField extends JTextField implements Serializable

Serialized Fields

ui

UserInterfaceImpl ui

history

ArrayList<E> history

historyPointer

int historyPointer

currentText

String currentText

homeDir

String homeDir

first

boolean first

process

Process process

text

String text

selection

boolean selection

textArea

TextArea textArea

tab

Tab tab

Class net.sf.sdedit.ui.impl.PrintDialog extends ConfigurationDialog implements Serializable

Serialized Fields

fileType

String fileType

ui

UserInterfaceImpl ui

preview

JScrollPane preview

exporter

MultipageExporter exporter

printerProperties

Bean<T extends DataObject> printerProperties

copy

Bean<T extends DataObject> copy

scaleLabel

JLabel scaleLabel

cancel

Action cancel

ok

Action ok

Class net.sf.sdedit.ui.impl.Tab extends JPanel implements Serializable

serialVersionUID: -4105088603920744983L

Serialized Fields

diagramStack

LinkedList<E> diagramStack

error

DiagramError error

redrawThread

RedrawThread redrawThread

ui

UserInterfaceImpl ui

errorLabel

JLabel errorLabel

statusLabel

JLabel statusLabel

bottomPanel

JPanel bottomPanel

zoomPane

ZoomPane zoomPane

textArea

TextArea textArea

filterField

FilterCommandField filterField

bottom

JPanel bottom

file

File file
The file that is associated to the content in the text-area.


stained

boolean stained
Flag indicating if the text and the contents of the file are consistent, or if there is no file associated and no text has yet been entered.


stainedListeners

List<E> stainedListeners
A list of listeners that are informed when the clean flag gets false.


code

String code
This string is set to the contents of the text area when it is to be declared to be consistent via setClean(true) or when a file is loaded.


errorCharIndex

int errorCharIndex
The index of the character in the text-area where an erroreous line starts, or -1. See Tab.setError(boolean, String, int, int).


timeOfLastKeyChange

long timeOfLastKeyChange
The time in milliseconds since 1970, when a key has been typed for the last time. On Tab.redraw(), auto-scrolling will only be done if at most half a second has passed since that time.


menu

JPopupMenu menu

splitter

JSplitPane splitter

textScroller

JScrollPane textScroller

filterMode

boolean filterMode

configuration

Bean<T extends DataObject> configuration

oldConfiguration

Bean<T extends DataObject> oldConfiguration

ppdListeners

List<E> ppdListeners

Class net.sf.sdedit.ui.impl.UserInterfaceImpl extends JFrame implements Serializable

Serialized Fields

fileChooser

JFileChooser fileChooser

tabbedPane

ATabbedPane tabbedPane

bottomPanel

JPanel bottomPanel

menuBar

MenuBar menuBar

listeners

List<E> listeners

fullScreen

FullScreen fullScreen

scalePanel

ScalePanel scalePanel

redrawThread

RedrawThread redrawThread

printDialog

PrintDialog printDialog

toolbar

JToolBar toolbar

configurationPane

JTabbedPane configurationPane

preferencesDialog

ConfigurationDialog preferencesDialog

enableComponents

EnableComponents enableComponents

globalConfigurationUI

ConfigurationUI<C extends DataObject> globalConfigurationUI

localConfigurationUI

ConfigurationUI<C extends DataObject> localConfigurationUI

nonEmptyDiagramActivator

Activator nonEmptyDiagramActivator

Package net.sf.sdedit.util

Class net.sf.sdedit.util.DocUtil.XMLException extends Exception implements Serializable


Package org.freehep.util.export

Class org.freehep.util.export.ExportDialog extends JOptionPane implements Serializable

Serialized Fields

creator

String creator

browse

JButton browse

advanced

JButton advanced

file

JTextField file

type

JComboBox type

component

Component component

trusted

boolean trusted

list

Vector<E> list

props

Properties props

baseDir

String baseDir

listeners

List<E> listeners



Copyright © 2011. All Rights Reserved.