Serialized Form
-
Package de.x28hd.tool
-
Class GraphPanel extends GraphCore implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
antiAliasing
boolean antiAliasing
-
bounds
Rectangle bounds
-
bundleDelay
int bundleDelay
-
bundleInProgress
boolean bundleInProgress
-
cluster
Hashtable<Integer,GraphNode> cluster
-
clusterInProgress
boolean clusterInProgress
-
controler
PresentationService controler
-
enableClusterCopy
boolean enableClusterCopy
-
graphComponent
JComponent graphComponent
-
graphExtras
GraphExtras graphExtras
-
graphPanel
JComponent graphPanel
-
handler
GraphPanel.MyTransferHandler handler
-
indexCards
boolean indexCards
-
myTransferable
String myTransferable
-
newStuff
NewStuff newStuff
-
rectangle
Rectangle rectangle
-
rectangleGrowing
boolean rectangleGrowing
-
rectangleInProgress
boolean rectangleInProgress
-
rectangleMark
Point rectangleMark
-
rectangleSet
HashSet<GraphNode> rectangleSet
-
simulatedAltDown
boolean simulatedAltDown
-
tabletMode
boolean tabletMode
-
x28PresoSizedMode
boolean x28PresoSizedMode
-
-
Class GraphPanel.MyTransferHandler extends TransferHandler implements Serializable
- serialVersionUID:
- 1L
-
Class MyTool extends Panel implements Serializable
- serialVersionUID:
- 1L
-
Class TextEditorPanel extends TextEditorCore implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
bundleInProgress
boolean bundleInProgress
-
controler
PresentationService controler
-
dragFake
boolean dragFake
-
editableOrClickable
boolean editableOrClickable
-
hashesEnabled
boolean hashesEnabled
-
htmlOut
String htmlOut
-
isDirty
boolean isDirty
-
myMouseMotionAdapter
TextEditorPanel.MyMouseMotionAdapter myMouseMotionAdapter
-
myTransferable
String myTransferable
-
offset
int offset
-
tablet
boolean tablet
-
undoManager
UndoManager undoManager
-
-
Class TextEditorPanel.MyTransferHandler extends TransferHandler implements Serializable
- serialVersionUID:
- 1L
-
-
Package de.x28hd.tool.core
-
Class Condensr extends Panel implements Serializable
- serialVersionUID:
- 1L
-
Class GraphCore extends JDesktopPane implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
controlerCore
PresentationCore controlerCore
The controller class -
currentBunch
Vector<GraphNode> currentBunch
-
currentBunchIndex
int currentBunchIndex
-
dragInProgress
boolean dragInProgress
-
dumbCaller
boolean dumbCaller
-
edgeInProgress
boolean edgeInProgress
-
edges
Hashtable<Integer,GraphEdge> edges
-
ex
int ex
used while edgeInProgress -
ey
int ey
used while edgeInProgress -
font
Font font
-
graphComponent
JComponent graphComponent
-
graphPanel
JComponent graphPanel
-
labelUpdate
boolean labelUpdate
-
lastPoint
Point lastPoint
-
moveInProgress
boolean moveInProgress
-
mX
int mX
last mouse position -
mY
int mY
last mouse position -
nodes
Hashtable<Integer,GraphNode> nodes
-
selection
Selection selection
-
targetNode
GraphNode targetNode
used while edgeInProgress -
translateInProgress
boolean translateInProgress
-
translation
Point translation
panned distances x and y
-
-
Class TextEditorCore extends JPanel implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
boldAction
StyledEditorKit.BoldAction boldAction
-
controlerCore
PresentationCore controlerCore
The controller -
doc
StyledDocument doc
-
dumbCaller
boolean dumbCaller
-
editorPane
JEditorPane editorPane
-
EndOfLineStringProperty
String EndOfLineStringProperty
-
myCaretAdapter
CaretListener myCaretAdapter
-
myDot
int myDot
Start of a selected text span -
scrollPane
JScrollPane scrollPane
-
selDot
int selDot
-
selMark
int selMark
-
textToAdd
String textToAdd
Text marked by "Bold Special", will be appended to the label -
toolbar
JPanel toolbar
-
-