Serialized Form
Package kaapo.filemanager |
contentPane
JPanel contentPane
tools
ToolPanel tools
statusBar
JLabel statusBar
editorPane
JPanel editorPane
split1
JSplitPane split1
split2
JSplitPane split2
projectView
ProjectView projectView
diagramView
DiagramView diagramView
attributeView
AttributeView attributeView
menu
JMenuBar menu
file
JMenu file
newProject
JMenuItem newProject
openProject
JMenuItem openProject
saveProject
JMenuItem saveProject
saveProjectAs
JMenuItem saveProjectAs
export
JMenuItem export
exportEPS
JMenuItem exportEPS
exit
JMenuItem exit
edit
JMenu edit
undo
JMenuItem undo
redo
JMenuItem redo
delete
JMenuItem delete
selectAll
JMenuItem selectAll
view
JMenu view
centerDiagram
JMenuItem centerDiagram
help
JMenu help
about
JMenuItem about
pm
ProjectManager pm
fc
kaapo.gui.KaapoGui.KaapoFileChooser fc
fcEPS
kaapo.gui.KaapoGui.KaapoFileChooser fcEPS
fm
FileManager fm
prevSave
File prevSave
serialVersionUID: 1L
basicTools
JToolBar basicTools
text
kaapo.gui.ToolPanel.ToolButton text
select
kaapo.gui.ToolPanel.ToolButton select
delete
kaapo.gui.ToolPanel.ToolButton delete
diagramTypesBox
JComboBox diagramTypesBox
newDiagram
kaapo.gui.ToolPanel.ToolButton newDiagram
specPanel
JToolBar specPanel
buttons
kaapo.gui.ToolPanel.ToolButton[] buttons
tSelected
kaapo.gui.ToolPanel.ToolButton tSelected
pm
ProjectManager pm
isNew
boolean isNew
Package kaapo.gui.attributeview |
pm
ProjectManager pm
aVJLabel
kaapo.gui.attributeview.AttributeViewJLabel aVJLabel
aPanelScrollPane
JScrollPane aPanelScrollPane
Package kaapo.gui.diagramview |
serialVersionUID: 1L
diagram
Diagram diagram
pm
ProjectManager pm
selection
Selection selection
tool
Class<T> tool
selectionshape
Rectangle2D selectionshape
selectionshape_relative
Point2D selectionshape_relative
connectableshape
Shape connectableshape
element_origin
Point2D element_origin
element_new
Point2D element_new
firstclick
Point2D firstclick
selectionarea
Rectangle2D selectionarea
pressOut
boolean pressOut
pressOnHotSpot
boolean pressOnHotSpot
curHotSpot
HotSpot curHotSpot
prevPoint
Point2D prevPoint
elementMoving
boolean elementMoving
pm
ProjectManager pm
dVJLabel
kaapo.gui.diagramview.DiagramViewJLabel dVJLabel
dPanel
DiagramPanel dPanel
dPanelScrollPane
JScrollPane dPanelScrollPane
Package kaapo.gui.projectview |
pm
ProjectManager pm
pVJLabel
kaapo.gui.projectview.ProjectViewJLabel pVJLabel
pVJTree
kaapo.gui.projectview.ProjectViewJTree pVJTree
pVTScrollPane
JScrollPane pVTScrollPane
serialVersionUID: 1L
name
String name
value
Object value
type
Attribute.AttributeType type
serialVersionUID: 1L
path
kaapo.project.ConnectionWrapper.SPoint[] path
directConnector
boolean directConnector
startComponent
DiagramComponentWrapper startComponent
endComponent
DiagramComponentWrapper endComponent
dcwList
Vector<E> dcwList
name
String name
dComponent
DiagramComponent dComponent
inConnections
Vector<E> inConnections
outConnections
Vector<E> outConnections
serialVersionUID: 1L
diagram
Diagram diagram
parent
DiagramWrapper parent
children
Vector<E> children
serialVersionUID: 1L
x
double x
y
double y
height
double height
width
double width
serialVersionUID: 1L
name
String name
diagrams
Vector<E> diagrams
diagramComponents
Vector<E> diagramComponents
topDiagramWrappers
Vector<E> topDiagramWrappers
attributeMap
HashMap<K,V> attributeMap
Package kaapo.project.graphics |
pc
ProjectComponent pc
pm
ProjectManager pm
cwrapper
ConnectionWrapper cwrapper
lineType
ConnectionGraphics.LineType lineType
startHead
LineHead startHead
endHead
LineHead endHead
startArrowShape
GeneralPath startArrowShape
endArrowShape
GeneralPath endArrowShape
lineShape
GeneralPath lineShape
outerBoundary
Shape outerBoundary
connectionBoundary
GeneralPath connectionBoundary
centerTextAttributeName
String centerTextAttributeName
centerTextLayout
TextLayout centerTextLayout
centerTextX
double centerTextX
centerTextY
double centerTextY
dc
DiagramComponent dc
dcw
DiagramComponentWrapper dcw
isEditable
boolean isEditable
textArea
JTextArea textArea
immutableTextArea
JTextArea immutableTextArea
- Like a normal text area, but always non-editable
and all mouse listeners are removed.
immutableTextArea uses the same model (Document)
as textArea, so they should always be in sync.
projectManager
ProjectManager projectManager
diagramComponent
DiagramComponent diagramComponent
attributeName
String attributeName
documentListenerEnabled
boolean documentListenerEnabled
serialVersionUID: 1L
observerEnabled
boolean observerEnabled
name
JLabel[] name
type
JLabel[] type
value
JTextField[] value
attrname
String attrname
minMargin
double minMargin
boundaryType
SolidGraphics.BoundaryType boundaryType
ewrapper
ElementWrapper ewrapper
drawShape
Shape drawShape
outerShape
Shape outerShape
textArea
DirectTextArea textArea
observerEnabled
boolean observerEnabled
- Used to disable or enable DC observing
on demand. We must disable observing when
we make changes to the element ourselves.
Package kaapo.projectmanager |
serialVersionUID: 1L
Package kaapo.projectmanager.command |
pm
ProjectManager pm
visibleDiagram
DiagramWrapper visibleDiagram
serialVersionUID: 1L
project
Project project
diagram
Diagram diagram
componentType
Class<T> componentType
startPoint
Point2D startPoint
endPoint
Point2D endPoint
path
Point2D[] path
startComponent
DiagramComponentWrapper startComponent
endComponent
DiagramComponentWrapper endComponent
newConnection
Connection newConnection
newConnectionWrapper
ConnectionWrapper newConnectionWrapper
pm
ProjectManager pm
componentType
Class<T> componentType
location
Point2D location
newComponent
DiagramComponent newComponent
project
Project project
diagram
Diagram diagram
newElementWrapper
ElementWrapper newElementWrapper
diagram
Diagram diagram
newName
String newName
originalName
String originalName
project
Project project
newName
String newName
originalName
String originalName
newValue
Object newValue
oldValue
Object oldValue
attributeName
String attributeName
dc
DiagramComponent dc
serialVersionUID: 1L
oldDCW
DiagramComponentWrapper oldDCW
newDCW
DiagramComponentWrapper newDCW
moved
DiagramComponentWrapper moved
newPoint
Point2D newPoint
oldPoint
Point2D oldPoint
cw
ConnectionWrapper cw
pathIndex
int pathIndex
serialVersionUID: 1L
selected
Selection selected
distance
Point2D.Double distance
movedElement
Vector<E> movedElement
dw
DiagramWrapper dw
newSiblingDW
DiagramWrapper newSiblingDW
oldSiblingDW
DiagramWrapper oldSiblingDW
dw
DiagramWrapper dw
newDW
DiagramWrapper newDW
newSiblingDW
DiagramWrapper newSiblingDW
oldSiblingDW
DiagramWrapper oldSiblingDW
diagramType
Class<T> diagramType
name
String name
diagram
Diagram diagram
parent
DiagramWrapper parent
prevSibling
DiagramWrapper prevSibling
dw
DiagramWrapper dw
previousVisibleDiagram
DiagramWrapper previousVisibleDiagram
pm
ProjectManager pm
project
Project project
selection
Selection selection
oldWrappers
Vector<E> oldWrappers
diagram
Diagram diagram
project
Project project
oldDPanel
DiagramPanel oldDPanel
oldConnections
HashMap<K,V> oldConnections
serialVersionUID: 1L
removedDiagram
DiagramWrapper removedDiagram
serialVersionUID: 1L
newSize
Dimension newSize
oldSize
Dimension oldSize
resizedElement
ElementWrapper resizedElement
type
HotSpot.HotSpotType type
xdiff
double xdiff
ydiff
double ydiff
oldx
double oldx
oldy
double oldy
Package kaapo.types.diagramcomponents |
serialVersionUID: 1L
serialVersionUID: 1L
dataBaseShape
Shape dataBaseShape
outerShape
Shape outerShape
wrapper
ElementWrapper wrapper
name
String name
insertionIndex
int insertionIndex
serialVersionUID: 1L
serialVersionUID: 1L
serialVersionUID: 1L
Package kaapo.types.diagramcomponents.dataflowchart |
serialVersionUID: 1L
serialVersionUID: 1L
serialVersionUID: 1L
Package kaapo.types.diagramcomponents.usecasediagram |
serialVersionUID: 1L
outerShape
Shape outerShape
actorShape
Shape actorShape
wrapper
ElementWrapper wrapper
name
String name
namelayout
TextLayout namelayout
serialVersionUID: 1L
Package kaapo.types.diagrams |
serialVersionUID: 1L
serialVersionUID: 1L