Serialized Form
|
Package net.sf.sdedit.editor |
exportDialog
ExportDialog exportDialog
editor
Editor editor
properties
Properties properties
exportDevice
PanelPaintDevice exportDevice
|
Package net.sf.sdedit.error |
provider
DiagramDataProvider provider
cause
RuntimeException cause
|
Package net.sf.sdedit.multipage |
source
String source
configuration
Configuration configuration
size
Dimension size
paintDevice
MultipagePaintDevice paintDevice
scale
double scale
previewSize
Dimension previewSize
properties
PrintConfiguration properties
index
int index
zoomPane
ZoomPane zoomPane
dim
Dimension dim
|
Package net.sf.sdedit.ui.components |
serialVersionUID: 421111139685691723L
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
serialVersionUID: -1422640863L
listeners
List<E> listeners
serialVersionUID: 2123185410505818217L
maxWidth
int maxWidth
maxHeight
int maxHeight
defaultButton
JButton defaultButton
serialVersionUID: -1422640862L
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
rect
Rectangle rect
point
Point point
view
JComponent view
serialVersionUID: 516995753L
categories
Map<K,V> categories
nameMap
Map<K,V> nameMap
chosenOption
String chosenOption
buttonPanel
ButtonPanel buttonPanel
owner
JFrame owner
empty
boolean empty
serialVersionUID: -1422640859L
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
serialVersionUID: -1422640864L
highlighter
Highlighter highlighter
undoManager
UndoManager undoManager
highlight
Object highlight
EOL
String EOL
serialVersionUID: -1422640857L
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 |
property
String property
button
AbstractButton button
listen
boolean listen
configurationUIs
List<E> configurationUIs
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
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 |
checkBox
JCheckBox checkBox
label
JLabel label
caption
JLabel caption
fileTextField
JTextField fileTextField
browseButton
JButton browseButton
label
JLabel label
description
String description
fileChooser
JFileChooser fileChooser
nameComboBox
JComboBox nameComboBox
sizeSpinner
JSpinner sizeSpinner
italic
JCheckBox italic
bold
JCheckBox bold
sampleLabel
JLabel sampleLabel
label
JLabel label
textField
JTextField textField
spinner
JSpinner spinner
min
int min
max
int max
label
JLabel label
serialVersionUID: 8434413547241922267L
buttonGroup
ButtonGroup buttonGroup
bottomPanel
JPanel bottomPanel
label
JLabel label
comboBox
JComboBox comboBox
|
Package net.sf.sdedit.ui.impl |
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
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
serialVersionUID: -4105088603920744983L
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
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 |
|
Package org.freehep.util.export |
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.