Serialized Form


Package com.nwoods.jgo

Class com.nwoods.jgo.AbstractUndoableEdit extends java.lang.Object implements Serializable

Serialized Fields

myDone

boolean myDone

myDoable

boolean myDoable

Class com.nwoods.jgo.CannotRedoException extends java.lang.RuntimeException implements Serializable

Class com.nwoods.jgo.CannotUndoException extends java.lang.RuntimeException implements Serializable

Class com.nwoods.jgo.CompoundEdit extends AbstractUndoableEdit implements Serializable

Serialized Fields

myInProgress

boolean myInProgress

edits

java.util.Vector edits

Class com.nwoods.jgo.Dimension extends java.lang.Object implements Serializable

Serialized Fields

width

int width

height

int height

Class com.nwoods.jgo.Insets extends java.lang.Object implements Serializable

Serialized Fields

top

int top

left

int left

bottom

int bottom

right

int right

Class com.nwoods.jgo.JGo3DNoteRect extends JGoRectangle implements Serializable

Serialized Fields

myShadowSize

int myShadowSize
The size of the shadow.


myFlapSize

int myFlapSize
The size of the flap.

Class com.nwoods.jgo.JGo3DRect extends JGoRectangle implements Serializable

Serialized Fields

myState

int myState
the current state

Class com.nwoods.jgo.JGoArea extends JGoObject implements Serializable

Serialized Fields

myChildren

JGoObjList myChildren
The list of children objects in this area.


myCurrentListPosition

JGoListPosition myCurrentListPosition
the back-pointer into the container's (probably the document's) list

Class com.nwoods.jgo.JGoBasicNode extends JGoNode implements Serializable

Serialized Fields

myDrawable

JGoDrawable myDrawable

myLabel

JGoText myLabel

myPort

JGoPort myPort

myLabelSpot

int myLabelSpot

myInsets

Insets myInsets

Class com.nwoods.jgo.JGoBrush extends java.lang.Object implements Serializable

Serialized Fields

myStyle

int myStyle

myColor

org.eclipse.swt.graphics.RGB myColor

Class com.nwoods.jgo.JGoButton extends JGoControl implements Serializable

Serialized Fields

myStyle

int myStyle
The text on the button


myLabel

java.lang.String myLabel

myFontSize

int myFontSize

Class com.nwoods.jgo.JGoCollection extends java.lang.Object implements Serializable

Serialized Fields

myObjects

JGoObjList myObjects

Class com.nwoods.jgo.JGoControl extends JGoObject implements Serializable

Class com.nwoods.jgo.JGoCopyMap extends java.lang.Object implements Serializable

Serialized Fields

myMap

java.util.HashMap myMap
The HashMap that tracks copied objects.


myDelayeds

java.util.Vector myDelayeds
The vector of objects whose copy operation has been delayed

Class com.nwoods.jgo.JGoDocument extends java.lang.Object implements Serializable

Serialized Fields

myDefaultLayer

JGoLayer myDefaultLayer

myLinksLayer

JGoLayer myLinksLayer

myFirstLayer

JGoLayer myFirstLayer

myLastLayer

JGoLayer myLastLayer

myDocumentSize

Dimension myDocumentSize
the size of the document


myDocumentTopLeft

org.eclipse.swt.graphics.Point myDocumentTopLeft

myPaperColor

org.eclipse.swt.graphics.RGB myPaperColor
the color of the background


myModifiable

boolean myModifiable

myMaintainsPartID

boolean myMaintainsPartID

myLastPartID

int myLastPartID

myValidCycle

int myValidCycle

Class com.nwoods.jgo.JGoDocumentChangedEdit extends AbstractUndoableEdit implements Serializable

Serialized Fields

myUndoManager

JGoUndoManager myUndoManager

myIsBeforeChanging

boolean myIsBeforeChanging

myDoc

JGoDocument myDoc

myHint

int myHint

myFlags

int myFlags

myObject

java.lang.Object myObject

myOldValueInt

int myOldValueInt

myOldValue

java.lang.Object myOldValue

myNewValueInt

int myNewValueInt

myNewValue

java.lang.Object myNewValue

Class com.nwoods.jgo.JGoDocumentEvent extends java.util.EventObject implements Serializable

Serialized Fields

myHint

int myHint

myFlags

int myFlags

myObj

java.lang.Object myObj

myPreviousValue

java.lang.Object myPreviousValue

myPreviousValueInt

int myPreviousValueInt

Class com.nwoods.jgo.JGoDrawable extends JGoObject implements Serializable

Serialized Fields

myCurrentPen

JGoPen myCurrentPen
The current pen to use to draw the lines in this object


myCurrentBrush

JGoBrush myCurrentBrush
The current brush to use to fill this object

Class com.nwoods.jgo.JGoEllipse extends JGoDrawable implements Serializable

Class com.nwoods.jgo.JGoHandle extends JGoRectangle implements Serializable

Serialized Fields

myCursorType

int myCursorType
the type of cursor to display


myHandleType

int myHandleType
the position (or type) or the handle


myHandleFor

JGoObject myHandleFor
the object for which this is a handle

Class com.nwoods.jgo.JGoIconicNode extends JGoNode implements Serializable

Serialized Fields

myIcon

JGoObject myIcon

myLabel

JGoText myLabel

myPort

JGoPort myPort

myLabelOffset

Dimension myLabelOffset

myDraggableLabel

boolean myDraggableLabel

Class com.nwoods.jgo.JGoImage extends JGoObject implements Serializable

Serialized Fields

myURL

java.net.URL myURL
the url of the image, if loaded from the net, null otherwise.


myFilename

java.lang.String myFilename
the filename of the image, if loaded from a file, null otherwise.


myTransparentColor

org.eclipse.swt.graphics.RGB myTransparentColor
The color that replaces transparent pixels.

Class com.nwoods.jgo.JGoLabeledLink extends JGoLink implements Serializable

Serialized Fields

myFromLabel

JGoObject myFromLabel

myMidLabel

JGoObject myMidLabel

myToLabel

JGoObject myToLabel

Class com.nwoods.jgo.JGoLayer extends java.lang.Object implements Serializable

Serialized Fields

myObjects

JGoObjList myObjects

myDocument

JGoDocument myDocument

myNextLayer

JGoLayer myNextLayer

myPrevLayer

JGoLayer myPrevLayer

myVisible

boolean myVisible

myTransparency

float myTransparency

myModifiable

boolean myModifiable

myIdentifier

java.lang.Object myIdentifier

myTempRect1

org.eclipse.swt.graphics.Rectangle myTempRect1

myTempRect2

org.eclipse.swt.graphics.Rectangle myTempRect2

Class com.nwoods.jgo.JGoLink extends JGoStroke implements Serializable

Serialized Fields

myPartID

int myPartID

myUserObject

java.lang.Object myUserObject

myLinkFlags

int myLinkFlags

myFromPort

JGoPort myFromPort

myToPort

JGoPort myToPort

myCurviness

int myCurviness

Class com.nwoods.jgo.JGoLinkLabel extends JGoText implements Serializable

Serialized Fields

myLabeledLink

JGoObject myLabeledLink

Class com.nwoods.jgo.JGoListPosition extends java.lang.Object implements Serializable

Serialized Fields

obj

JGoObject obj

next

JGoListPosition next

prev

JGoListPosition prev

Class com.nwoods.jgo.JGoNode extends JGoArea implements Serializable

Serialized Fields

myPartID

int myPartID

myUserObject

java.lang.Object myUserObject

myToolTipText

java.lang.String myToolTipText

Class com.nwoods.jgo.JGoObject extends java.lang.Object implements Serializable

Serialized Fields

myParentArea

JGoArea myParentArea
The area that owns this object; if this object is not a child of any area, myParentArea will be null.


myLayer

JGoLayer myLayer
The document layer that owns this object; if this object is a view object, myLayer will be null.


myBoundingRect

org.eclipse.swt.graphics.Rectangle myBoundingRect
The bounding rectangle of this object.


myInternalFlags

int myInternalFlags
The internal true/false options of this object.


myExternalFlags

int myExternalFlags
The user-visible field.

Class com.nwoods.jgo.JGoOverviewRectangle extends JGoRectangle implements Serializable

Serialized Fields

myChanging

boolean myChanging

Class com.nwoods.jgo.JGoPen extends java.lang.Object implements Serializable

Serialized Fields

myStyle

int myStyle

myWidth

int myWidth

myColor

org.eclipse.swt.graphics.RGB myColor

Class com.nwoods.jgo.JGoPolygon extends JGoStroke implements Serializable

Class com.nwoods.jgo.JGoPort extends JGoDrawable implements Serializable

Serialized Fields

myPartID

int myPartID

myStyle

int myStyle
the style of the port --- how it is drawn


myObject

JGoObject myObject
if StyleObject, this is the object to draw


myFromLinkSpot

int myFromLinkSpot
Which spot should a from link link to


myToLinkSpot

int myToLinkSpot
Which spot should a to link link to


myLinks

JGoObjList myLinks
A list of all the links connected to this object


myEndSegmentLength

int myEndSegmentLength

Class com.nwoods.jgo.JGoRectangle extends JGoDrawable implements Serializable

Class com.nwoods.jgo.JGoRoundRect extends JGoDrawable implements Serializable

Serialized Fields

myArcDimension

Dimension myArcDimension
the height and width of the corners

Class com.nwoods.jgo.JGoScrollBar extends JGoControl implements Serializable

Serialized Fields

myVertical

boolean myVertical

myValue

int myValue

myExtent

int myExtent

myMinimum

int myMinimum

myMaximum

int myMaximum

myUnitIncrement

int myUnitIncrement

myBlockIncrement

int myBlockIncrement

Class com.nwoods.jgo.JGoSelection extends java.lang.Object implements Serializable

Serialized Fields

mySelectedObjects

JGoObjList mySelectedObjects

myHandles

java.util.HashMap myHandles

myBoundingHandlePen

JGoPen myBoundingHandlePen

myResizeHandlePen

JGoPen myResizeHandlePen

myResizeHandleBrush

JGoBrush myResizeHandleBrush

myResizeHandleSizeInViewCoords

boolean myResizeHandleSizeInViewCoords

Class com.nwoods.jgo.JGoStroke extends JGoDrawable implements Serializable

Serialized Fields

myPoints

java.util.ArrayList myPoints
the list of points in this stroke.


myHighlightPen

JGoPen myHighlightPen
the pen used for drawing any highlight


myArrowInfo

JGoStroke.ArrowInfo myArrowInfo

Class com.nwoods.jgo.JGoSubGraph extends JGoSubGraphBase implements Serializable

Serialized Fields

myState

int myState

myHandle

JGoSubGraphHandle myHandle

myLabel

JGoText myLabel

myPort

JGoPort myPort

myCollapsedObject

JGoObject myCollapsedObject

myBackgroundColor

org.eclipse.swt.graphics.RGB myBackgroundColor

myOpacity

double myOpacity

myBorderPen

JGoPen myBorderPen

myLabelSpot

int myLabelSpot

myCollapsedLabelSpot

int myCollapsedLabelSpot

myInsets

Insets myInsets

myCollapsedInsets

Insets myCollapsedInsets

myBoundsHashtable

java.util.HashMap myBoundsHashtable

myPathsHashtable

java.util.HashMap myPathsHashtable

Class com.nwoods.jgo.JGoSubGraphBase extends JGoNode implements Serializable

Class com.nwoods.jgo.JGoSubGraphHandle extends JGoRectangle implements Serializable

Class com.nwoods.jgo.JGoText extends JGoObject implements Serializable

Serialized Fields

myString

java.lang.String myString

myFaceName

java.lang.String myFaceName

myFontSize

int myFontSize

myAlignment

int myAlignment

myTextColor

org.eclipse.swt.graphics.RGB myTextColor

myBkColor

org.eclipse.swt.graphics.RGB myBkColor

myTextFlags

int myTextFlags

myUserTextFlags

int myUserTextFlags

myWrappingWidth

int myWrappingWidth

Class com.nwoods.jgo.JGoTextEdit extends JGoControl implements Serializable

Serialized Fields

myMultiline

boolean myMultiline

myOriginalText

java.lang.String myOriginalText

myStyle

int myStyle

myTextObject

JGoText myTextObject

Class com.nwoods.jgo.JGoTextNode extends JGoNode implements Serializable

Serialized Fields

myLabel

JGoText myLabel

myBack

JGoObject myBack

myTopPort

JGoPort myTopPort

myRightPort

JGoPort myRightPort

myBottomPort

JGoPort myBottomPort

myLeftPort

JGoPort myLeftPort

myInsets

Insets myInsets

Class com.nwoods.jgo.JGoUndoManager extends UndoManager implements Serializable

Serialized Fields

myViewEditPresentationNames

java.lang.String[] myViewEditPresentationNames
An array of user-visible JGoView action presentation names. If you are using undo/redo and are showing these presentation names, you will want to substitute your own strings when localizing your application.


myUndoing

boolean myUndoing

myRedoing

boolean myRedoing

myCompoundEdit

JGoUndoManager.JGoCompoundEdit myCompoundEdit

myLevel

int myLevel

Class com.nwoods.jgo.JGoUndoManager.JGoCompoundEdit extends CompoundEdit implements Serializable

Serialized Fields

myName

java.lang.String myName

Class com.nwoods.jgo.JGoViewEvent extends java.util.EventObject implements Serializable

Serialized Fields

myHint

int myHint

myFlags

int myFlags

myObj

java.lang.Object myObj

myVC

org.eclipse.swt.graphics.Point myVC

myDC

org.eclipse.swt.graphics.Point myDC

myModifiers

int myModifiers

myConsumed

boolean myConsumed

Class com.nwoods.jgo.UndoManager extends CompoundEdit implements Serializable

Serialized Fields

myIndexOfNextAdd

int myIndexOfNextAdd

myLimit

int myLimit