Search this API

Serialized Form


Package y.algo

Class y.algo.AlgorithmAbortedException extends RuntimeException implements Serializable


Package y.anim

Class y.anim.AnimationEvent extends EventObject implements Serializable

Serialized Fields

hint

int hint

Package y.base

Class y.base.GraphEvent extends EventObject implements Serializable

Serialized Fields

data

Object data

type

byte type

Class y.base.WrongGraphStructure extends IllegalArgumentException implements Serializable


Package y.geom

Class y.geom.YInsets extends Object implements Serializable

serialVersionUID: -4186151360048850491L

Serialized Fields

top

double top
The inset from the top.


left

double left
The inset from the left.


bottom

double bottom
The inset from the bottom.


right

double right
The inset from the right.


Package y.io

Class y.io.BadVersionException extends IOException implements Serializable


Package y.io.graphml.input

Class y.io.graphml.input.CreationProperties extends HashMap implements Serializable

Class y.io.graphml.input.DeserializationEvent extends EventObject implements Serializable

Serialized Fields

context

GraphMLParseContext context

xmlNode

Node xmlNode

targetType

Class<T> targetType

result

Object result

handled

boolean handled

Class y.io.graphml.input.DeserializationNotSupportedException extends GraphMLParseException implements Serializable

Class y.io.graphml.input.GraphMLParseException extends IOException implements Serializable

Class y.io.graphml.input.ParseEvent extends EventObject implements Serializable

Serialized Fields

context

GraphMLParseContext context

element

Element element

Class y.io.graphml.input.QueryInputHandlersEvent extends EventObject implements Serializable

Serialized Fields

context

GraphMLParseContext context

keyDefinition

Element keyDefinition

handlers

List<E> handlers

handled

boolean handled

Package y.io.graphml.output

Class y.io.graphml.output.GraphMLWriteException extends IOException implements Serializable

Class y.io.graphml.output.QueryOutputHandlersEvent extends EventObject implements Serializable

Serialized Fields

context

GraphMLWriteContext context

handlers

List<E> handlers

Class y.io.graphml.output.SerializationEvent extends EventObject implements Serializable

Serialized Fields

context

GraphMLWriteContext context

item

Object item

sourceType

Class<T> sourceType

handled

boolean handled

Class y.io.graphml.output.SerializationNotSupportedException extends GraphMLWriteException implements Serializable

Class y.io.graphml.output.WriteEvent extends EventObject implements Serializable

Serialized Fields

context

GraphMLWriteContext context

item

Object item

Package y.module

Class y.module.LaunchModuleAction extends AbstractAction implements Serializable

Serialized Fields

module

YModule module

vc

ViewContainer vc

Class y.module.ModuleEvent extends EventObject implements Serializable

Serialized Fields

type

short type

t

Throwable t

Package y.option

Class y.option.ColorListCellRenderer extends DefaultListCellRenderer implements Serializable

Class y.option.ColorRenderer extends ColorListCellRenderer implements Serializable

Serialized Fields

delegate

DefaultTableCellRenderer delegate

editor

ItemEditor editor

Class y.option.Editor.Event extends EventObject implements Serializable

Serialized Fields

editor

Editor editor

Class y.option.IconPopupEditor extends AbstractCellEditor implements Serializable

Serialized Fields

item

y.option.IconOptionItem item

currentValue

Object currentValue

table

JTable table

row

int row

column

int column

factory

GuiFactory factory

inEditMode

boolean inEditMode

showExternalEditor

Runnable showExternalEditor

undefined

boolean undefined

Class y.option.MappedListCellRenderer extends y.option.SafeListCellRenderer implements Serializable

Serialized Fields

map

Map<K,V> map

defaultTableCellRenderer

TableCellRenderer defaultTableCellRenderer

Class y.option.OptionSection extends Vector implements Serializable

Serialized Fields

name

String name

support

y.option.ChangeSupport support

Package y.util

Class y.util.DetailedMessagePanel extends JPanel implements Serializable

Serialized Fields

throwable

Throwable throwable
Holds value of property throwable.


shortText

String shortText
Holds value of property shortText.


longText

String longText
Holds value of property longText.


title

String title
Holds value of property title.


detailsAction

Action detailsAction

okAction

Action okAction

okButton

JButton okButton

detailsShowing

boolean detailsShowing
Holds value of property detailsShowing.


shortComponent

JComponent shortComponent

longComponent

JComponent longComponent

actions

Action[] actions

maxWidth

int maxWidth
Holds value of property maxWidth.

Class y.util.GlobalProperties extends Properties implements Serializable

Serialized Fields

pcs

PropertyChangeSupport pcs

objectStores

Map<K,V> objectStores

fileEnvironmentString

String fileEnvironmentString

userHomeString

String userHomeString

classPathString

String classPathString

profileFile

File profileFile

conversion

ObjectStringConversion conversion
Holds value of property

Class y.util.Tuple extends Object implements Serializable

Serialized Fields

o1

Object o1
The first element of the Tuple


o2

Object o2
The second element of the Tuple

Class y.util.YRandom extends Random implements Serializable


Package y.view

Class y.view.Graph2DEvent extends PropertyChangeEvent implements Serializable

Serialized Fields

subject

Object subject

Class y.view.Graph2DSelectionEvent extends EventObject implements Serializable

Serialized Fields

subject

Object subject

Class y.view.Graph2DView extends JComponent implements Serializable

Serialized Fields

control

ViewControl control

graph

Graph2D graph

hitInfoFactory

HitInfoFactory hitInfoFactory

vsb

JScrollBar vsb

hsb

JScrollBar hsb

vsbp

int vsbp

hsbp

int hsbp

layouter

y.view.ViewLayout layouter

callFromAdjustScrollBars

boolean callFromAdjustScrollBars

fitContentOnResize

boolean fitContentOnResize

glassPane

JPanel glassPane

contentPolicy

int contentPolicy

recorder

y.view.Graph2DView.MouseEventRecorder recorder

renderingHints

RenderingHints renderingHints

Class y.view.Graph2DViewActions.AbstractGroupingAction extends AbstractAction implements Serializable

Serialized Fields

view

Graph2DView view

nodeStateChangeHandler

NodeStateChangeHandler nodeStateChangeHandler

reselectNodes

boolean reselectNodes

Class y.view.Graph2DViewActions.AddPredecessorsAction extends y.view.Graph2DViewActions.AddNeighborsAction implements Serializable

Class y.view.Graph2DViewActions.AddSuccessorsAction extends y.view.Graph2DViewActions.AddNeighborsAction implements Serializable

Class y.view.Graph2DViewActions.CloseGroupsAction extends Graph2DViewActions.AbstractGroupingAction implements Serializable

Serialized Fields

keepingSelectionState

boolean keepingSelectionState

recursiveClosingEnabled

boolean recursiveClosingEnabled

Class y.view.Graph2DViewActions.DeleteSelectionAction extends AbstractAction implements Serializable

Serialized Fields

view

Graph2DView view

deletionMask

int deletionMask

keepingTableNodesOnTableContentDeletion

boolean keepingTableNodesOnTableContentDeletion

tableContentsAccepted

boolean tableContentsAccepted

label2column

Map<K,V> label2column

label2row

Map<K,V> label2row

label2nodePort

Map<K,V> label2nodePort

hasBackup

Set<E> hasBackup

keepingParentGroupNodeSizes

boolean keepingParentGroupNodeSizes

Class y.view.Graph2DViewActions.DuplicateAction extends AbstractAction implements Serializable

Serialized Fields

view

Graph2DView view

duplicateActionImpl

y.view.DuplicateActionImpl duplicateActionImpl

Class y.view.Graph2DViewActions.EditLabelAction extends AbstractAction implements Serializable

Serialized Fields

view

Graph2DView view

Class y.view.Graph2DViewActions.FoldSelectionAction extends Graph2DViewActions.AbstractGroupingAction implements Serializable

Serialized Fields

emptySelectionEnabled

boolean emptySelectionEnabled

Class y.view.Graph2DViewActions.GroupSelectionAction extends Graph2DViewActions.AbstractGroupingAction implements Serializable

Serialized Fields

emptySelectionEnabled

boolean emptySelectionEnabled

Class y.view.Graph2DViewActions.OpenFoldersAction extends Graph2DViewActions.AbstractGroupingAction implements Serializable

Serialized Fields

keepingSelectionState

boolean keepingSelectionState

Class y.view.Graph2DViewActions.SelectAllAction extends AbstractAction implements Serializable

Serialized Fields

view

Graph2DView view

selectionMask

int selectionMask

emptyMask

int emptyMask

mixedSelectionEnabled

boolean mixedSelectionEnabled

Class y.view.Graph2DViewActions.UnfoldSelectionAction extends Graph2DViewActions.AbstractGroupingAction implements Serializable

Class y.view.Graph2DViewActions.UngroupSelectionAction extends Graph2DViewActions.AbstractGroupingAction implements Serializable

Class y.view.HtmlLabelConfiguration.LabelHyperlinkEvent extends HyperlinkEvent implements Serializable

Serialized Fields

label

YLabel label

Class y.view.Mouse2DEvent extends EventObject implements Serializable

Serialized Fields

dispatcher

Object dispatcher

x

double x

y

double y

id

int id

when

long when

modifiers

int modifiers

button

int button

clickCount

int clickCount

popupTrigger

boolean popupTrigger

Class y.view.MoveLabelMode.MoveLabelEvent extends EventObject implements Serializable

Serialized Fields

source

MoveLabelMode source

label

YLabel label

modifiers

int modifiers

x

double x

y

double y

snappingEnabled

boolean snappingEnabled

Class y.view.NavigationComponent extends JPanel implements Serializable

Serialized Fields

view

Graph2DView view

showNavigationControls

boolean showNavigationControls

showZoomButtons

boolean showZoomButtons

showZoomSlider

boolean showZoomSlider

showLabelsOnSlider

boolean showLabelsOnSlider

showFitContentButton

boolean showFitContentButton

scrollStepSize

double scrollStepSize

considerZoomLevel

boolean considerZoomLevel

orientation

byte orientation

zoomChangesBlocked

boolean zoomChangesBlocked

maxZoomLevel

double maxZoomLevel

minZoomLevel

double minZoomLevel

buttonZoomFactor

double buttonZoomFactor

sliderMinorTickSpacing

int sliderMinorTickSpacing

zoomSlider

JSlider zoomSlider

Class y.view.Overview extends Graph2DView implements Serializable

Serialized Fields

masterView

Graph2DView masterView

rd

y.view.Overview.RectangleDrawable rd

fitContentOnRepaint

boolean fitContentOnRepaint

masterViewport

Rectangle2D masterViewport

st

y.view.Overview.ScrollTimer st

Class y.view.PrintPreviewPanel extends JPanel implements Serializable

Serialized Fields

printable

Printable printable

pageFormat

PageFormat pageFormat

pagePanel

y.view.PrintPreviewPanel.PagePanel pagePanel

printerJob

PrinterJob printerJob

pageScrollPane

JScrollPane pageScrollPane

zoomBox

JComboBox zoomBox

buttonPanel

JPanel buttonPanel

Package y.view.hierarchy

Class y.view.hierarchy.HierarchyEvent extends EventObject implements Serializable

Serialized Fields

type

byte type

data

Object data

context

Object context

Class y.view.hierarchy.HierarchyJTree extends JTree implements Serializable

Class y.view.hierarchy.HierarchyTreeSelectionModel extends DefaultTreeSelectionModel implements Serializable

Serialized Fields

hierarchy

HierarchyManager hierarchy

mixedSelectionAllowed

boolean mixedSelectionAllowed

handler

y.view.hierarchy.HierarchyTreeSelectionModel.InnerGraph2DSelectionListener handler

selfListener

y.view.hierarchy.HierarchyTreeSelectionModel.HierarchyTreeSelectionListener selfListener

Class y.view.hierarchy.HierarchyTreeTransferHandler extends TransferHandler implements Serializable

Serialized Fields

manager

HierarchyManager manager

Package y.view.tabular

Class y.view.tabular.TableStyle.SimpleStyle extends Object implements Serializable

Serialization Methods

readExternal

public void readExternal(ObjectInput in)
                  throws IOException,
                         ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeExternal

public void writeExternal(ObjectOutput out)
                   throws IOException
Throws:
IOException


© Copyright 2000-2013,
yWorks GmbH.
All rights reserved.