Jedit 4.1

Serialized Form


Package edu.bsu.cs.graph

Class edu.bsu.cs.graph.Edge implements Serializable

Serialized Fields

DEFAULTCOLOR

Color DEFAULTCOLOR
The default Edge color.

Since:
01 Jun 2002

weight

double weight

weight2

double weight2

label

String label

edgeColor

Color edgeColor

marked

boolean marked

Class edu.bsu.cs.graph.JavaGraph implements Serializable

Serialized Fields

matrix

EdgeArray matrix

vertexList

Vector vertexList

graphType

int graphType

counter

int counter

visibleArea

Rectangle visibleArea

markedV

int markedV

Class edu.bsu.cs.graph.Vertex implements Serializable

Serialized Fields

label

String label

weight

double weight

x

int x

y

int y

vertexColor

Color vertexColor

marked

boolean marked


Package edu.bsu.cs.gui

Class edu.bsu.cs.gui.JeditAlgorithms implements Serializable

Serialized Fields

panel

JeditPanel panel

graph

JavaGraph graph

active

boolean active

choice

Choice choice

ok

JButton ok

cancel

JButton cancel

dsp

JScrollPane dsp

description

JTextArea description

buttonPanel

JPanel buttonPanel

listPanel

JPanel listPanel

buttonPanelParent

JPanel buttonPanelParent

useNewFrameParent

JPanel useNewFrameParent

label

JLabel label

useNewFrame

Checkbox useNewFrame

delay

Checkbox delay

frame

JeditFrame frame

algorithmVector

Vector algorithmVector

selected

int selected

thread

Thread thread

Class edu.bsu.cs.gui.JeditControls implements Serializable

Serialized Fields

lastFileName

String lastFileName

lastDirectory

String lastDirectory

bTBGroup

ButtonGroup bTBGroup

bMUGroup

ButtonGroup bMUGroup

panel

JeditPanel panel
The JeditPanel that the JeditControls are placed and operate on.


frame

JeditFrame frame

rm

JeditResources rm
The JeditResources that handles the jedit.properties document which contains information such as Text, Icon, ShortDescription for all of the menus, menu items, and toolbar buttons.

Class edu.bsu.cs.gui.JeditControls.JeditAction implements Serializable

Class edu.bsu.cs.gui.JeditControls.JeditMenu implements Serializable

Class edu.bsu.cs.gui.JeditControls.JeditMenubar implements Serializable

Class edu.bsu.cs.gui.JeditControls.JeditToolbar implements Serializable

Serialized Fields

t

JToolBar t

Class edu.bsu.cs.gui.JeditFrame implements Serializable

Serialized Fields

bar

JeditControls.JeditToolbar bar

menu

JeditControls.JeditMenubar menu

panel

JeditPanel panel

applet

Applet applet

messagePane

JeditFrame.JeditTextArea messagePane

messageScroll

JeditFrame.JeditScrollPane messageScroll

tk

Toolkit tk

d

Dimension d

screenHeight

int screenHeight

screenWidth

int screenWidth

Class edu.bsu.cs.gui.JeditFrame.JeditScrollPane implements Serializable

Class edu.bsu.cs.gui.JeditFrame.JeditTextArea implements Serializable

Class edu.bsu.cs.gui.JeditPanel implements Serializable

Serialized Fields

graph

JavaGraph graph

backupGraph

JavaGraph backupGraph

frame

JeditFrame frame

algorithm

Algorithm algorithm

backgroundColor

Color backgroundColor

labelColor

Color labelColor

markedColor

Color markedColor

gridColor

Color gridColor

originalVertexColor

Color originalVertexColor

originalEdgeColor

Color originalEdgeColor

vertexColor

Color vertexColor

edgeColor

Color edgeColor

twoInputsVector

Vector twoInputsVector

offGraphics

Graphics offGraphics

offImage

Image offImage

rightScrollbar

Scrollbar rightScrollbar

bottomScrollbar

Scrollbar bottomScrollbar

vertexMenu

PopupMenu vertexMenu

edgeMenu

PopupMenu edgeMenu

arcMenu

PopupMenu arcMenu

opMenu

PopupMenu opMenu

offSet

Point offSet

startingPoint

Point startingPoint

endingPoint

Point endingPoint

startingEdge

Point startingEdge

edgeStart1

Point edgeStart1

edgeStart2

Point edgeStart2

targetEdge

Point targetEdge

vertexFont

Font vertexFont

vertexFontMetrics

FontMetrics vertexFontMetrics

beingDragged

boolean beingDragged

movingEdge

boolean movingEdge

movingVertex

boolean movingVertex

delay

boolean delay

startingVertex

int startingVertex

yspan

int yspan

xspan

int xspan

targetVertex

int targetVertex

status

String status

rightClicked

boolean rightClicked

enabled

boolean enabled

vertexWeight

double vertexWeight

edgeWeight

double edgeWeight

edgeWeight2

double edgeWeight2

vertexAutoLabel

boolean vertexAutoLabel

edgeAutoLabel

boolean edgeAutoLabel

vertexLabel

String vertexLabel

edgeLabel

String edgeLabel

showEdgeLabel

boolean showEdgeLabel

showVertexLabel

boolean showVertexLabel

showEdgeWeight

boolean showEdgeWeight

showVertexWeight

boolean showVertexWeight

inputTextString

String inputTextString

drawGrid

boolean drawGrid

gridUnitX

double gridUnitX

gridUnitY

double gridUnitY

gridX0

int gridX0

gridY0

int gridY0

mouseAction

int mouseAction

Class edu.bsu.cs.gui.JeditResources implements Serializable

Serialized Fields

bundle

ResourceBundle bundle
The ResourceBundle that holds all of the resources.


Class JEdit implements Serializable

Serialized Fields

offGraphics

Graphics offGraphics

offImage

Image offImage

metrics

FontMetrics metrics

font

Font font

title

String title

box

Rectangle box

in

boolean in


Jedit 4.1