Serialized Form


Package org.globus.cog.gui.grapheditor

Class org.globus.cog.gui.grapheditor.NoSuchRendererException extends RuntimeException implements Serializable

Class org.globus.cog.gui.grapheditor.RootContainerInstantiationException extends Exception implements Serializable


Package org.globus.cog.gui.grapheditor.ant

Class org.globus.cog.gui.grapheditor.ant.ProjectFrame extends CanvasFrame implements Serializable


Package org.globus.cog.gui.grapheditor.canvas

Class org.globus.cog.gui.grapheditor.canvas.CanvasEvent extends EventObject implements Serializable

Serialized Fields

type

int type

component

GraphComponent component

node

Node node

edge

Edge edge

Class org.globus.cog.gui.grapheditor.canvas.StatusEvent extends EventObject implements Serializable

Serialized Fields

type

int type

msg

String msg

icon

Icon icon

value

int value

details

Exception details

Package org.globus.cog.gui.grapheditor.edges

Class org.globus.cog.gui.grapheditor.edges.ControlPoint extends Point implements Serializable

Class org.globus.cog.gui.grapheditor.edges.Seg3 extends Component implements Serializable

Serialized Fields

x

int[] x

y

int[] y

split

int split

points

Point[] points

Package org.globus.cog.gui.grapheditor.targets.swing

Class org.globus.cog.gui.grapheditor.targets.swing.CanvasFrame extends JFrame implements Serializable

Serialized Fields

node

NodeComponent node

canvasRenderer

SwingCanvasRenderer canvasRenderer

autoTitle

boolean autoTitle

log

LogWindow log

Class org.globus.cog.gui.grapheditor.targets.swing.CanvasPanel extends JPanel implements Serializable

Serialized Fields

main

RepaintMonitoringContainer main

viewComponent

Component viewComponent

menuBar

JMenuBar menuBar

menuItems

HashMap<K,V> menuItems

toolBarItems

HashMap<K,V> toolBarItems

progressBar

JProgressBar progressBar

renderer

SwingCanvasRenderer renderer

sbPanel

JPanel sbPanel

progressPanel

JPanel progressPanel

top

JPanel top

notsotop

JPanel notsotop

sp

JScrollPane sp

statusBar

JLabel statusBar

toolBar

JToolBar toolBar

log

JButton log

viewsItemMap

HashMap<K,V> viewsItemMap

logConsole

LogConsole logConsole

Class org.globus.cog.gui.grapheditor.targets.swing.GraphFrame extends CanvasFrame implements Serializable

Serialized Fields

properties

HashMap<K,V> properties

fileName

String fileName

lastDir

String lastDir

Class org.globus.cog.gui.grapheditor.targets.swing.LogWindow extends JFrame implements Serializable

Serialized Fields

frame

Frame frame

previouslyVisible

boolean previouslyVisible

log

JList log

sp

JScrollPane sp

model

LogWindow.Model model

height

int height

Class org.globus.cog.gui.grapheditor.targets.swing.LogWindow.Model extends AbstractListModel implements Serializable

Serialized Fields

items

ArrayList<E> items

lw

LogWindow lw

Package org.globus.cog.gui.grapheditor.targets.swing.util

Class org.globus.cog.gui.grapheditor.targets.swing.util.Anchor extends Component implements Serializable

Serialized Fields

AnchorListeners

List<E> AnchorListeners

type

short type

savedLayer

int savedLayer

Class org.globus.cog.gui.grapheditor.targets.swing.util.AnchorEvent extends AWTEvent implements Serializable

Serialized Fields

type

int type

xc

int xc

yc

int yc

target

Object target

Class org.globus.cog.gui.grapheditor.targets.swing.util.CanvasActionEvent extends EventObject implements Serializable

Serialized Fields

canvasAction

CanvasAction canvasAction

type

int type

consumed

boolean consumed

Class org.globus.cog.gui.grapheditor.targets.swing.util.ColumnsEditor extends JFrame implements Serializable

Serialized Fields

close

JButton close

update

JButton update

cols

LinkedHashMap<K,V> cols

listener

ColumnsEditor.Listener listener

Class org.globus.cog.gui.grapheditor.targets.swing.util.EdgeComponentWrapper extends GraphComponentWrapper implements Serializable

Serialized Fields

dxi

short dxi

dyi

short dyi

anchors

Anchor[] anchors

savedCursor

Cursor savedCursor

menu

JMenu menu

Class org.globus.cog.gui.grapheditor.targets.swing.util.GraphComponentWrapper extends JComponent implements Serializable

Serialized Fields

renderer

SwingComponentRenderer renderer

comp

Component comp

c

GraphComponent c

graphComponentListeners

List<E> graphComponentListeners

flags

int flags

actions

List<E> actions

actionMap

Hashtable<K,V> actionMap

componentActions

Hashtable<K,V> componentActions

delete

CanvasAction delete

Class org.globus.cog.gui.grapheditor.targets.swing.util.GraphComponentWrapperEvent extends AWTEvent implements Serializable

Serialized Fields

type

int type

Class org.globus.cog.gui.grapheditor.targets.swing.util.ListComponentWrapper extends Container implements Serializable

Serialized Fields

component

Component component

Class org.globus.cog.gui.grapheditor.targets.swing.util.NodeComponentWrapper extends GraphComponentWrapper implements Serializable

Serialized Fields

dxi

short dxi

dyi

short dyi

anchors

Anchor[] anchors

ec

EventTrappingContainer ec

expanded

CanvasAction expanded

keepAspectRatio

CanvasAction keepAspectRatio

showSubNodes

CanvasAction showSubNodes

interactive

CanvasAction interactive

canvasRenderer

SwingCanvasRenderer canvasRenderer

Class org.globus.cog.gui.grapheditor.targets.swing.util.OverviewContainer extends ScalingContainer implements Serializable

Serialized Fields

logger

org.apache.log4j.Logger logger

visible

Rectangle visible

view

GraphView view

useScaling

boolean useScaling

Class org.globus.cog.gui.grapheditor.targets.swing.util.OverviewFrame extends JFrame implements Serializable

Serialized Fields

container

OverviewContainer container

panel

CanvasPanel panel

Class org.globus.cog.gui.grapheditor.targets.swing.util.ScalingContainer extends EventTrappingContainer implements Serializable

Serialized Fields

timer

Timer timer

antiAliasing

boolean antiAliasing

buffers

BufferedImage[] buffers

currentBuffer

int currentBuffer

buffer

BufferedImage buffer

swapBuffer

BufferedImage swapBuffer

lastDraw

BufferedImage lastDraw

cx1

int cx1

cy1

int cy1

cx2

int cx2

cy2

int cy2

icon

ImageIcon icon

keepAspectRatio

boolean keepAspectRatio

maxx

int maxx

maxy

int maxy

minx

int minx

miny

int miny

outline

boolean outline

sx

double sx

sy

double sy

title

String title

updateInterval

int updateInterval

paintLock

Object paintLock

dirty

boolean dirty

painter

ScalingPainter painter

painterListeners

List<E> painterListeners

immediate

boolean immediate

dragged

Component dragged

xcursor

int xcursor

ycursor

int ycursor

dirtyArea

Rectangle dirtyArea

Package org.globus.cog.gui.grapheditor.targets.swing.util.export

Class org.globus.cog.gui.grapheditor.targets.swing.util.export.DotExportPanel extends ExportPanel implements Serializable

Serialized Fields

dir

FileInputControl dir

indexName

JTextField indexName

Class org.globus.cog.gui.grapheditor.targets.swing.util.export.EPSExportPanel extends LayoutedExportPanel implements Serializable

Serialized Fields

dir

FileInputControl dir

indexName

JTextField indexName

Class org.globus.cog.gui.grapheditor.targets.swing.util.export.ExportDialog extends JDialog implements Serializable

Serialized Fields

view

CanvasView view

format

JComboBox format

formatMap

LinkedHashMap<K,V> formatMap

panelContainer

JPanel panelContainer

export

JButton export

cancel

JButton cancel

crtPanel

ExportPanel crtPanel

Class org.globus.cog.gui.grapheditor.targets.swing.util.export.ExportPanel extends JPanel implements Serializable

Serialized Fields

view

CanvasView view

rootNode

NodeComponent rootNode

Class org.globus.cog.gui.grapheditor.targets.swing.util.export.HTMLExportPanel extends LayoutedExportPanel implements Serializable

Serialized Fields

dir

FileInputControl dir

indexName

JTextField indexName

Class org.globus.cog.gui.grapheditor.targets.swing.util.export.LayoutedExportPanel extends ExportPanel implements Serializable

Serialized Fields

layouts

LinkedHashMap<K,V> layouts

layoutsCombo

JComboBox layoutsCombo

Class org.globus.cog.gui.grapheditor.targets.swing.util.export.SVGExportPanel extends LayoutedExportPanel implements Serializable

Serialized Fields

dir

FileInputControl dir

indexName

JTextField indexName

Package org.globus.cog.gui.grapheditor.util

Class org.globus.cog.gui.grapheditor.util.ConservativeArrayList extends ArrayList implements Serializable


Package org.globus.cog.gui.grapheditor.util.celleditors

Class org.globus.cog.gui.grapheditor.util.celleditors.BooleanEditor extends JList implements Serializable

Class org.globus.cog.gui.grapheditor.util.celleditors.DoubleEditor extends JTextField implements Serializable

Class org.globus.cog.gui.grapheditor.util.celleditors.FloatEditor extends JTextField implements Serializable

Class org.globus.cog.gui.grapheditor.util.celleditors.IntegerEditor extends JTextField implements Serializable

Class org.globus.cog.gui.grapheditor.util.celleditors.StringEditor extends JTextField implements Serializable


Package org.globus.cog.gui.grapheditor.util.swing

Class org.globus.cog.gui.grapheditor.util.swing.EventTrappingContainer extends Container implements Serializable

Serialized Fields

comp

Component comp

disabled

boolean disabled

Class org.globus.cog.gui.grapheditor.util.swing.ExtendedMouseEvent extends MouseEvent implements Serializable

Serialized Fields

invokerX

int invokerX

invokerY

int invokerY

popupInvoker

Component popupInvoker

Class org.globus.cog.gui.grapheditor.util.swing.FastContainer extends JLayeredPane implements Serializable

Class org.globus.cog.gui.grapheditor.util.swing.FileInputControl extends JComponent implements Serializable

Serialized Fields

fileName

JTextField fileName

browse

JButton browse

selectionModel

int selectionModel

title

String title

Class org.globus.cog.gui.grapheditor.util.swing.JArrow extends Component implements Serializable

Serialized Fields

w

int w

h

int h

arrow

Arrow arrow

color

Color color

Class org.globus.cog.gui.grapheditor.util.swing.JTextArrow extends JArrow implements Serializable

Class org.globus.cog.gui.grapheditor.util.swing.LinkedButton extends JButton implements Serializable

Serialized Fields

menuItem

CanvasAction menuItem

Class org.globus.cog.gui.grapheditor.util.swing.LinkedCheckBoxMenuItem extends JCheckBoxMenuItem implements Serializable

Serialized Fields

menuItem

CanvasAction menuItem

Class org.globus.cog.gui.grapheditor.util.swing.LinkedMenuItem extends JMenuItem implements Serializable

Serialized Fields

menuItem

CanvasAction menuItem

Class org.globus.cog.gui.grapheditor.util.swing.LinkedRadioButtonMenuItem extends JRadioButtonMenuItem implements Serializable

Serialized Fields

menuItem

CanvasAction menuItem

Class org.globus.cog.gui.grapheditor.util.swing.LinkedToggleButton extends JToggleButton implements Serializable

Serialized Fields

action

CanvasAction action

Class org.globus.cog.gui.grapheditor.util.swing.LogFrame extends JFrame implements Serializable

Serialized Fields

textArea

JTextArea textArea

scrollPane

JScrollPane scrollPane

Class org.globus.cog.gui.grapheditor.util.swing.MemoryStatisticsFrame extends JFrame implements Serializable

Serialized Fields

timer

Timer timer

lTotal

JLabel lTotal

lFree

JLabel lFree

pFree

JProgressBar pFree

Class org.globus.cog.gui.grapheditor.util.swing.RepaintMonitoringContainer extends Container implements Serializable

Serialized Fields

repaintListeners

List<E> repaintListeners

Class org.globus.cog.gui.grapheditor.util.swing.SquareAnchor extends Anchor implements Serializable

Class org.globus.cog.gui.grapheditor.util.swing.SwingInspectorFrame extends JFrame implements Serializable

Class org.globus.cog.gui.grapheditor.util.swing.TransparentContainer extends EventTrappingContainer implements Serializable


Package org.globus.cog.gui.grapheditor.util.tables

Class org.globus.cog.gui.grapheditor.util.tables.ExtendedTable extends JTable implements Serializable

Serialized Fields

renderer

TableCellRenderer renderer

editor

TableCellEditor editor

Class org.globus.cog.gui.grapheditor.util.tables.ExtendedTableCellEditor extends DefaultCellEditor implements Serializable

Serialized Fields

stringEditor

JTextField stringEditor

lcw

ListComponentWrapper lcw

w

NodeComponentWrapper w

Class org.globus.cog.gui.grapheditor.util.tables.ExtendedTableCellRenderer extends DefaultTableCellRenderer implements Serializable

Serialized Fields

label

JLabel label

w

NodeComponentWrapper w

Class org.globus.cog.gui.grapheditor.util.tables.IntrospectiveTableModel extends AbstractTableModel implements Serializable

Serialized Fields

objects

List<E> objects

properties

List<E> properties

columns

LinkedHashMap<K,V> columns

columnsInt

List<E> columnsInt

nameMap

Hashtable<K,V> nameMap

Class org.globus.cog.gui.grapheditor.util.tables.NodePropertiesEditor extends JFrame implements Serializable

Serialized Fields

panel

JScrollPane panel

table

JTable table

nodeComponent

GraphComponent nodeComponent

model

PropertiesTableModel model

Class org.globus.cog.gui.grapheditor.util.tables.PropertiesTableModel extends AbstractTableModel implements Serializable

Serialized Fields

properties

List<E> properties

filteredNames

HashMap<K,V> filteredNames

nodeComponent

GraphComponent nodeComponent

filter

String filter

Class org.globus.cog.gui.grapheditor.util.tables.PropertyTable extends JTable implements Serializable

Serialized Fields

renderer

TableCellRenderer renderer

editor

TableCellEditor editor

Class org.globus.cog.gui.grapheditor.util.tables.PropertyTableCellEditor extends AbstractCellEditor implements Serializable

Serialized Fields

cellEditor

Editor cellEditor

nodeComponent

GraphComponent nodeComponent

property

Property property

Class org.globus.cog.gui.grapheditor.util.tables.PropertyTableCellRenderer extends DefaultTableCellRenderer implements Serializable

Serialized Fields

label

JLabel label