|
JGraph |
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Package org.jgraph |
|---|
| Class org.jgraph.JGraph extends JComponent implements Serializable |
|---|
| Serialization Methods |
|---|
private void readObject(ObjectInputStream s)
throws IOException,
ClassNotFoundException
IOException
ClassNotFoundException
private void writeObject(ObjectOutputStream s)
throws IOException
IOException| Serialized Fields |
|---|
double scale
boolean antiAliased
boolean editable
boolean selectionEnabled
boolean previewInvalidNullPorts
boolean autoSizeOnValueChange
boolean gridVisible
double gridSize
int gridMode
boolean portsVisible
boolean moveBelowZero
Color highlightColor
Color handleColor
Color lockedHandleColor
Color marqueeColor
Color gridColor
boolean dragEnabled
boolean dropEnabled
int editClickCount
boolean enabled
boolean gridEnabled
int handleSize
int tolerance
int minimumMove
boolean isJumpToDefaultPort
boolean selectNewCells
boolean disconnectOnMove
boolean moveable
boolean cloneable
boolean sizeable
boolean bendable
boolean connectable
boolean disconnectable
boolean invokesStopCellEditing
stopCellEditing is
invoked, and changes are saved. If false, cancelCellEditing
is invoked, and changes are discarded. Default is false.
boolean settingUI
| Class org.jgraph.JGraph.EmptySelectionModel extends DefaultGraphSelectionModel implements Serializable |
|---|
| Class org.jgraph.JGraph.GraphSelectionRedirector extends Object implements Serializable |
|---|
| Package org.jgraph.event |
|---|
| Class org.jgraph.event.GraphModelEvent extends EventObject implements Serializable |
|---|
| Serialized Fields |
|---|
GraphModelEvent.GraphModelChange change
| Class org.jgraph.event.GraphSelectionEvent extends EventObject implements Serializable |
|---|
| Serialized Fields |
|---|
Object[] cells
boolean[] areNew
| Package org.jgraph.graph |
|---|
| Class org.jgraph.graph.AbstractCellView extends Object implements Serializable |
|---|
| Serialized Fields |
|---|
JGraph graph
CellMapper mapper
Object cell
CellView parent
List<E> childViews
Rectangle2D groupBounds
AttributeMap attributes
AttributeMap allAttributes
| Class org.jgraph.graph.AttributeMap extends Hashtable implements Serializable |
|---|
| Class org.jgraph.graph.AttributeMap.SerializablePoint2D extends Point2D.Double implements Serializable |
|---|
| Serialization Methods |
|---|
private void readObject(ObjectInputStream in)
throws IOException,
ClassNotFoundException
IOException
ClassNotFoundException
private void writeObject(ObjectOutputStream out)
throws IOException
IOException| Class org.jgraph.graph.AttributeMap.SerializableRectangle2D extends Rectangle2D.Double implements Serializable |
|---|
| Serialization Methods |
|---|
private void readObject(ObjectInputStream in)
throws IOException,
ClassNotFoundException
IOException
ClassNotFoundException
private void writeObject(ObjectOutputStream out)
throws IOException
IOException| Class org.jgraph.graph.ConnectionSet extends Object implements Serializable |
|---|
| Serialized Fields |
|---|
Set<E> connections
Set<E> edges
| Class org.jgraph.graph.ConnectionSet.Connection extends Object implements Serializable |
|---|
| Serialized Fields |
|---|
Object edge
Object port
boolean isSource
port is the source of edge.
| Class org.jgraph.graph.DefaultEdge extends DefaultGraphCell implements Serializable |
|---|
| Serialized Fields |
|---|
Object source
Object target
| Class org.jgraph.graph.DefaultEdge.DefaultRouting extends Object implements Serializable |
|---|
| Class org.jgraph.graph.DefaultGraphCell extends DefaultMutableTreeNode implements Serializable |
|---|
| Serialized Fields |
|---|
AttributeMap attributes
| Class org.jgraph.graph.DefaultGraphCellEditor extends Object implements Serializable |
|---|
| Serialization Methods |
|---|
private void readObject(ObjectInputStream s)
throws IOException,
ClassNotFoundException
IOException
ClassNotFoundException
private void writeObject(ObjectOutputStream s)
throws IOException
IOException| Serialized Fields |
|---|
GraphCellEditor realEditor
Container editingContainer
boolean canEdit
Color borderSelectionColor
Font font
| Class org.jgraph.graph.DefaultGraphCellEditor.DefaultTextField extends JTextField implements Serializable |
|---|
| Serialized Fields |
|---|
Border border
| Class org.jgraph.graph.DefaultGraphCellEditor.EditorContainer extends Container implements Serializable |
|---|
| Class org.jgraph.graph.DefaultGraphModel extends UndoableEditSupport implements Serializable |
|---|
| Serialization Methods |
|---|
private void readObject(ObjectInputStream s)
throws IOException,
ClassNotFoundException
IOException
ClassNotFoundException| Serialized Fields |
|---|
List<E> roots
boolean asksAllowsChildren
AttributeMap attributes
| Class org.jgraph.graph.DefaultGraphModel.EmptyIterator extends Object implements Serializable |
|---|
| Class org.jgraph.graph.DefaultGraphModel.GraphModelEdit extends CompoundEdit implements Serializable |
|---|
| Serialized Fields |
|---|
Object[] insert
Object[] changed
Object[] remove
Object[] context
Object[] inserted
Object[] removed
Map<K,V> attributes
Map<K,V> previousAttributes
ParentMap parentMap
ParentMap previousParentMap
ConnectionSet connectionSet
ConnectionSet previousConnectionSet
Map<K,V> cellViews
| Class org.jgraph.graph.DefaultGraphModel.GraphModelLayerEdit extends AbstractUndoableEdit implements Serializable |
|---|
| Serialized Fields |
|---|
Object changeSource
int layer
Object[] changed
| Class org.jgraph.graph.DefaultGraphSelectionModel extends Object implements Serializable |
|---|
| Serialized Fields |
|---|
JGraph graph
SwingPropertyChangeSupport changeSupport
EventListenerList listenerList
int selectionMode
boolean childrenSelectable
Map<K,V> cellStates
List<E> selection
| Class org.jgraph.graph.DefaultPort extends DefaultGraphCell implements Serializable |
|---|
| Serialized Fields |
|---|
HashSet<E> edges
Port anchor
| Class org.jgraph.graph.DefaultRealEditor extends DefaultCellEditor implements Serializable |
|---|
| Class org.jgraph.graph.EdgeRenderer extends JComponent implements Serializable |
|---|
| Serialized Fields |
|---|
boolean simpleExtraLabels
Font extraLabelFont
Bezier bezier
Spline2D spline
| Class org.jgraph.graph.EdgeView extends AbstractCellView implements Serializable |
|---|
| Serialized Fields |
|---|
List<E> points
CellView source
CellView target
Point labelPosition
Point[] extraLabelPositions
Shape beginShape
Shape endShape
Shape lineShape
Rectangle2D cachedLabelBounds
Rectangle2D[] cachedExtraLabelBounds
Rectangle2D cachedBounds
| Class org.jgraph.graph.EdgeView.EdgeHandle extends Object implements Serializable |
|---|
| Serialized Fields |
|---|
JGraph graph
EdgeView edge
EdgeView orig
boolean label
boolean source
boolean target
int currentLabel
int currentIndex
Point2D currentPoint
boolean firstOverlayCall
boolean isEdgeConnectable
EdgeView relevantEdge
| Class org.jgraph.graph.GraphLayoutCache extends Observable implements Serializable |
|---|
| Serialized Fields |
|---|
boolean showAllEdgesForVisibleVertices
boolean showEdgesOnShow
boolean hideEdgesOnHide
boolean hideEdgesOnBecomeInvisible
boolean rememberCellViews
GraphModel graphModel
Map<K,V> mapping
CellMapper mapper
CellViewFactory factory
JGraph graph
Set<E> visibleSet
List<E> roots
PortView[] ports
boolean partial
boolean askLocalAttribute
Set<E> localAttributes
| Class org.jgraph.graph.GraphLayoutCache.GraphViewEdit extends CompoundEdit implements Serializable |
|---|
| Serialized Fields |
|---|
Object[] cells
CellView[] context
CellView[] hidden
Map<K,V> attributes
Object[] visible
Object[] invisible
| Class org.jgraph.graph.GraphTransferable extends BasicGraphTransferable implements Serializable |
|---|
| Serialized Fields |
|---|
Object[] cells
ConnectionSet cs
ParentMap pm
Map<K,V> attributeMap
Rectangle2D bounds
| Class org.jgraph.graph.GraphUndoManager extends UndoManager implements Serializable |
|---|
| Class org.jgraph.graph.ParentMap extends Object implements Serializable |
|---|
| Serialized Fields |
|---|
ArrayList<E> entries
Set<E> changedNodes
Map<K,V> childCount
| Class org.jgraph.graph.ParentMap.Entry extends Object implements Serializable |
|---|
| Serialized Fields |
|---|
Object child
Object parent
| Class org.jgraph.graph.PortRenderer extends JComponent implements Serializable |
|---|
| Class org.jgraph.graph.PortView extends AbstractCellView implements Serializable |
|---|
| Class org.jgraph.graph.VertexRenderer extends JLabel implements Serializable |
|---|
| Class org.jgraph.graph.VertexView extends AbstractCellView implements Serializable |
|---|
| Serialized Fields |
|---|
Rectangle2D bounds
| Class org.jgraph.graph.VertexView.SizeHandle extends Object implements Serializable |
|---|
| Serialized Fields |
|---|
boolean firstOverlayInvocation
| Package org.jgraph.plaf.basic |
|---|
| Class org.jgraph.plaf.basic.BasicGraphTransferable extends Object implements Serializable |
|---|
| Class org.jgraph.plaf.basic.BasicGraphUI extends GraphUI implements Serializable |
|---|
| Serialized Fields |
|---|
Dimension preferredMinSize
JGraph graph
GraphLayoutCache graphLayoutCache
GraphCellEditor cellEditor
boolean stopEditingInCompleteEditing
CellRendererPane rendererPane
Dimension preferredSize
boolean validCachedPreferredSize
GraphModel graphModel
GraphSelectionModel graphSelectionModel
CellHandle handle
BasicMarqueeHandler marquee
Component editingComponent
CellView focus
Object editingCell
boolean editorHasDifferentSize
Point insertionLocation
int dropAction
boolean snapSelectedView
PropertyChangeListener propertyChangeListener
MouseListener mouseListener
KeyListener keyListener
ComponentListener componentListener
CellEditorListener cellEditorListener
GraphSelectionListener graphSelectionListener
GraphModelListener graphModelListener
Observer graphViewObserver
TransferHandler defaultTransferHandler
BasicGraphUI.GraphDropTargetListener defaultDropTargetListener
| Class org.jgraph.plaf.basic.BasicGraphUI.CellEditorHandler extends Object implements Serializable |
|---|
| Class org.jgraph.plaf.basic.BasicGraphUI.GraphDropTargetListener extends BasicGraphDropTargetListener implements Serializable |
|---|
| Class org.jgraph.plaf.basic.BasicGraphUI.GraphIncrementAction extends AbstractAction implements Serializable |
|---|
| Serialized Fields |
|---|
int direction
| Class org.jgraph.plaf.basic.BasicGraphUI.GraphModelHandler extends Object implements Serializable |
|---|
| Class org.jgraph.plaf.basic.BasicGraphUI.GraphSelectionHandler extends Object implements Serializable |
|---|
| Class org.jgraph.plaf.basic.BasicGraphUI.GraphTransferHandler extends TransferHandler implements Serializable |
|---|
| Serialized Fields |
|---|
Object out
Object in
int inCount
| Class org.jgraph.plaf.basic.BasicGraphUI.GraphViewObserver extends Object implements Serializable |
|---|
| Class org.jgraph.plaf.basic.BasicGraphUI.KeyHandler extends KeyAdapter implements Serializable |
|---|
| Serialized Fields |
|---|
Action repeatKeyAction
boolean isKeyDown
| Class org.jgraph.plaf.basic.BasicGraphUI.MouseHandler extends MouseAdapter implements Serializable |
|---|
| Serialized Fields |
|---|
CellView cell
Object handler
| Class org.jgraph.plaf.basic.BasicGraphUI.PropertyChangeHandler extends Object implements Serializable |
|---|
| Class org.jgraph.plaf.basic.BasicGraphUI.RootHandle extends Object implements Serializable |
|---|
| Serialized Fields |
|---|
boolean isMoving
boolean isDragging
boolean isContextVisible
boolean blockPaint
|
JGraph |
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||