Overview
Package
Class
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
_
C
CABLE_ETHERNET
- Static variable in class org.tigris.gef.demo.
EdgeData
CABLE_FDDI
- Static variable in class org.tigris.gef.demo.
EdgeData
CABLE_FIREWIRE
- Static variable in class org.tigris.gef.demo.
EdgeData
CABLE_SCSI
- Static variable in class org.tigris.gef.demo.
EdgeData
CONSOLE_LOG
- Static variable in class org.tigris.gef.util.logging.
LogManager
Deprecated.
Standard definition of the logging category for the console.
CONSOLE_PREFIX
- Static variable in class org.tigris.gef.util.logging.
LogManager
Deprecated.
Standard definition of system variable to add text prefix to console log.
ChildGenerator
- interface org.tigris.gef.util.
ChildGenerator
.
Interface used in Set to compute transitive closures.
Cmd
- class org.tigris.gef.base.
Cmd
.
Abstract class for all editor commands.
Cmd(Hashtable, String, String)
- Constructor for class org.tigris.gef.base.
Cmd
Construct a new Cmd with the given arguments
Cmd(String, String)
- Constructor for class org.tigris.gef.base.
Cmd
Cmd(Hashtable, String, String, ImageIcon)
- Constructor for class org.tigris.gef.base.
Cmd
Cmd(String)
- Constructor for class org.tigris.gef.base.
Cmd
Constructors with no resource name
Cmd(Hashtable, String, ImageIcon)
- Constructor for class org.tigris.gef.base.
Cmd
Cmd(Hashtable, String)
- Constructor for class org.tigris.gef.base.
Cmd
CmdAdjustGrid
- class org.tigris.gef.base.
CmdAdjustGrid
.
An Cmd to modify the way that the grid layer of the current document looks.
CmdAdjustGrid()
- Constructor for class org.tigris.gef.base.
CmdAdjustGrid
CmdAdjustGuide
- class org.tigris.gef.base.
CmdAdjustGuide
.
An Cmd to modify the way that the Guides constrain the mouse points entered by the user.
CmdAdjustGuide()
- Constructor for class org.tigris.gef.base.
CmdAdjustGuide
CmdAdjustPageBreaks
- class org.tigris.gef.base.
CmdAdjustPageBreaks
.
An Cmd to modify the way that the PageBreaks Layer of the current document looks.
CmdAdjustPageBreaks()
- Constructor for class org.tigris.gef.base.
CmdAdjustPageBreaks
Construct a new CmdAdjustPageBreaks
CmdAlign
- class org.tigris.gef.base.
CmdAlign
.
An Cmd to align 2 or more objects relative to each other.
CmdAlign(int)
- Constructor for class org.tigris.gef.base.
CmdAlign
Construct a new CmdAlign.
CmdCopy
- class org.tigris.gef.base.
CmdCopy
.
CmdCopy()
- Constructor for class org.tigris.gef.base.
CmdCopy
CmdCreateNode
- class org.tigris.gef.base.
CmdCreateNode
.
CmdCreateNode(Hashtable, String, String)
- Constructor for class org.tigris.gef.base.
CmdCreateNode
Construct a new Cmd with the given arguments for node class.
CmdCreateNode(Hashtable, String)
- Constructor for class org.tigris.gef.base.
CmdCreateNode
CmdCreateNode(Class, String, String)
- Constructor for class org.tigris.gef.base.
CmdCreateNode
Construct a new Cmd with the given classes for the NetNode and its FigNode.
CmdCreateNode(Class, String)
- Constructor for class org.tigris.gef.base.
CmdCreateNode
CmdCreateNode(Class, boolean, String, String)
- Constructor for class org.tigris.gef.base.
CmdCreateNode
Construct a new Cmd with the given classes for the NetNode and its FigNode, and set the global sticky mode boolean to the given value.
CmdCreateNode(Class, boolean, String)
- Constructor for class org.tigris.gef.base.
CmdCreateNode
CmdCut
- class org.tigris.gef.base.
CmdCut
.
CmdCut()
- Constructor for class org.tigris.gef.base.
CmdCut
CmdDelete
- class org.tigris.gef.base.
CmdDelete
.
Cmd to delete Figs from view.
CmdDelete()
- Constructor for class org.tigris.gef.base.
CmdDelete
CmdDispose
- class org.tigris.gef.base.
CmdDispose
.
Cmd to delete the Figs selected in the current editor, and dispose any underlying Net stuctures.
CmdDispose()
- Constructor for class org.tigris.gef.base.
CmdDispose
CmdDistribute
- class org.tigris.gef.base.
CmdDistribute
.
An Cmd to align 2 or more objects relative to each other.
CmdDistribute(int)
- Constructor for class org.tigris.gef.base.
CmdDistribute
Construct a new CmdDistribute.
CmdExit
- class org.tigris.gef.base.
CmdExit
.
Cmd to close all windows and exit the application.
CmdExit()
- Constructor for class org.tigris.gef.base.
CmdExit
CmdGroup
- class org.tigris.gef.base.
CmdGroup
.
Cmd to group all the Fig's selected in the current editor into a single FigGroup.
CmdGroup()
- Constructor for class org.tigris.gef.base.
CmdGroup
CmdInsertPoint
- class org.tigris.gef.base.
CmdInsertPoint
.
Cmd to insert a new point after the selected (last manipulated) point of a FigPoly.
CmdInsertPoint(int)
- Constructor for class org.tigris.gef.base.
CmdInsertPoint
CmdInsertPoint()
- Constructor for class org.tigris.gef.base.
CmdInsertPoint
CmdNudge
- class org.tigris.gef.base.
CmdNudge
.
Cmd to Nudge Figs by a small distance.
CmdNudge(int)
- Constructor for class org.tigris.gef.base.
CmdNudge
CmdNudge(int, int)
- Constructor for class org.tigris.gef.base.
CmdNudge
CmdNull
- class org.tigris.gef.base.
CmdNull
.
Cmd to do nothing.
CmdNull()
- Constructor for class org.tigris.gef.base.
CmdNull
CmdOpen
- class org.tigris.gef.base.
CmdOpen
.
Cmd to Load a previously saved document document.
CmdOpen()
- Constructor for class org.tigris.gef.base.
CmdOpen
CmdOpen(String)
- Constructor for class org.tigris.gef.base.
CmdOpen
Only allow the user to select files that match the fiven filename pattern.
CmdOpenPGML
- class org.tigris.gef.base.
CmdOpenPGML
.
Cmd to Load a previously saved document document.
CmdOpenPGML()
- Constructor for class org.tigris.gef.base.
CmdOpenPGML
CmdOpenSVG
- class org.tigris.gef.base.
CmdOpenSVG
.
Cmd to Load a previously saved document document.
CmdOpenSVG()
- Constructor for class org.tigris.gef.base.
CmdOpenSVG
CmdOpenWindow
- class org.tigris.gef.base.
CmdOpenWindow
.
Cmd to open a user interface dialog window.
CmdOpenWindow(String, String)
- Constructor for class org.tigris.gef.base.
CmdOpenWindow
CmdPaste
- class org.tigris.gef.base.
CmdPaste
.
CmdPaste()
- Constructor for class org.tigris.gef.base.
CmdPaste
CmdPrint
- class org.tigris.gef.base.
CmdPrint
.
Cmd to Print a diagram.
CmdPrint()
- Constructor for class org.tigris.gef.base.
CmdPrint
CmdPrint(String)
- Constructor for class org.tigris.gef.base.
CmdPrint
CmdPrintPageSetup
- class org.tigris.gef.base.
CmdPrintPageSetup
.
Cmd to setup a page for printing.
CmdPrintPageSetup(CmdPrint)
- Constructor for class org.tigris.gef.base.
CmdPrintPageSetup
CmdRemovePoint
- class org.tigris.gef.base.
CmdRemovePoint
.
Cmd to remove the selected (last manipulated) point from a FigPoly.
CmdRemovePoint()
- Constructor for class org.tigris.gef.base.
CmdRemovePoint
CmdRemovePoint(int)
- Constructor for class org.tigris.gef.base.
CmdRemovePoint
CmdReorder
- class org.tigris.gef.base.
CmdReorder
.
Cmd to change the back-to-front ordering of Fig's.
CmdReorder(int)
- Constructor for class org.tigris.gef.base.
CmdReorder
Construct a new CmdReorder with the given reordering constrant (see above)
CmdSave
- class org.tigris.gef.base.
CmdSave
.
Cmd to save the current document to a binary file using Sun's ObjectSerialization library.
CmdSave()
- Constructor for class org.tigris.gef.base.
CmdSave
CmdSave(String)
- Constructor for class org.tigris.gef.base.
CmdSave
Only allow the user to select files that match the fiven filename pattern.
CmdSaveEPS
- class org.tigris.gef.base.
CmdSaveEPS
.
Cmd to save a diagram as PostScript in a supplied OutputStream.
CmdSaveEPS()
- Constructor for class org.tigris.gef.base.
CmdSaveEPS
CmdSaveGIF
- class org.tigris.gef.base.
CmdSaveGIF
.
Cmd to save a diagram as a GIF image in a supplied OutputStream.
CmdSaveGIF()
- Constructor for class org.tigris.gef.base.
CmdSaveGIF
CmdSaveGraphics
- class org.tigris.gef.base.
CmdSaveGraphics
.
Abstract Cmd to save a diagram as Graphics in a supplied OutputStream.
CmdSaveGraphics(String)
- Constructor for class org.tigris.gef.base.
CmdSaveGraphics
CmdSavePGML
- class org.tigris.gef.base.
CmdSavePGML
.
Cmd to save the current document to a binary file using Sun's ObjectSerialization library.
CmdSavePGML()
- Constructor for class org.tigris.gef.base.
CmdSavePGML
CmdSavePGML(String)
- Constructor for class org.tigris.gef.base.
CmdSavePGML
Only allow the user to select files that match the fiven filename pattern.
CmdSavePS
- class org.tigris.gef.base.
CmdSavePS
.
Cmd to save a diagram as PostScript in a supplied OutputStream.
CmdSavePS()
- Constructor for class org.tigris.gef.base.
CmdSavePS
CmdSaveSVG
- class org.tigris.gef.base.
CmdSaveSVG
.
CmdSaveSVG()
- Constructor for class org.tigris.gef.base.
CmdSaveSVG
CmdScroll
- class org.tigris.gef.base.
CmdScroll
.
Cmd scroll the view.
CmdScroll(int)
- Constructor for class org.tigris.gef.base.
CmdScroll
CmdSelectAll
- class org.tigris.gef.base.
CmdSelectAll
.
Cmd to select all the Figs in the editor's current view.
CmdSelectAll()
- Constructor for class org.tigris.gef.base.
CmdSelectAll
CmdSelectInvert
- class org.tigris.gef.base.
CmdSelectInvert
.
Cmd to select all the Figs in the editor's current view that were not previously selected.
CmdSelectInvert()
- Constructor for class org.tigris.gef.base.
CmdSelectInvert
CmdSelectNear
- class org.tigris.gef.base.
CmdSelectNear
.
Cmd to SelectNear Figs by a small distance.
CmdSelectNear(int)
- Constructor for class org.tigris.gef.base.
CmdSelectNear
CmdSelectNear(int, int)
- Constructor for class org.tigris.gef.base.
CmdSelectNear
CmdSelectNext
- class org.tigris.gef.base.
CmdSelectNext
.
Cmd to select the next (or previous) Fig in the editor's current view.
CmdSelectNext()
- Constructor for class org.tigris.gef.base.
CmdSelectNext
CmdSelectNext(boolean)
- Constructor for class org.tigris.gef.base.
CmdSelectNext
CmdSelectNext(String)
- Constructor for class org.tigris.gef.base.
CmdSelectNext
CmdSequence
- class org.tigris.gef.base.
CmdSequence
.
Cmd to execute a sequence of Cmd's.
CmdSequence()
- Constructor for class org.tigris.gef.base.
CmdSequence
Construct a new CmdSequence
CmdSequence(String)
- Constructor for class org.tigris.gef.base.
CmdSequence
CmdSequence(Cmd, String)
- Constructor for class org.tigris.gef.base.
CmdSequence
CmdSequence(Cmd, Cmd, String)
- Constructor for class org.tigris.gef.base.
CmdSequence
CmdSequence(Cmd, Cmd, Cmd, String)
- Constructor for class org.tigris.gef.base.
CmdSequence
CmdSetMode
- class org.tigris.gef.base.
CmdSetMode
.
Cmd that sets the next global editor mode.
CmdSetMode(Properties)
- Constructor for class org.tigris.gef.base.
CmdSetMode
CmdSetMode(Class)
- Constructor for class org.tigris.gef.base.
CmdSetMode
Set the next global mode to the named mode.
CmdSetMode(Class, String)
- Constructor for class org.tigris.gef.base.
CmdSetMode
CmdSetMode(Class, boolean)
- Constructor for class org.tigris.gef.base.
CmdSetMode
Set the next global mode to the named mode, and maybe make it sticky.
CmdSetMode(Class, Hashtable)
- Constructor for class org.tigris.gef.base.
CmdSetMode
Set the next global mode to the named mode, and set all arguments.
CmdSetMode(Class, String, Object)
- Constructor for class org.tigris.gef.base.
CmdSetMode
CmdSetMode(Class, String, Object, String)
- Constructor for class org.tigris.gef.base.
CmdSetMode
CmdSetMode(Class, String, Object, String, ImageIcon)
- Constructor for class org.tigris.gef.base.
CmdSetMode
CmdShowProperties
- class org.tigris.gef.base.
CmdShowProperties
.
Cmd to open a user interface dialog window.
CmdShowProperties()
- Constructor for class org.tigris.gef.base.
CmdShowProperties
CmdShowURL
- class org.tigris.gef.base.
CmdShowURL
.
Cmd to display the contents of the given URL in the browser.
CmdShowURL(URL)
- Constructor for class org.tigris.gef.base.
CmdShowURL
CmdShowURL(String)
- Constructor for class org.tigris.gef.base.
CmdShowURL
CmdShowURL()
- Constructor for class org.tigris.gef.base.
CmdShowURL
CmdSpawn
- class org.tigris.gef.base.
CmdSpawn
.
Cmd to open a new editor on the same document as in the current editor.
CmdSpawn()
- Constructor for class org.tigris.gef.base.
CmdSpawn
CmdUngroup
- class org.tigris.gef.base.
CmdUngroup
.
Cmd to ungroup a selected group object.
CmdUngroup()
- Constructor for class org.tigris.gef.base.
CmdUngroup
CmdUseReshape
- class org.tigris.gef.base.
CmdUseReshape
.
Set the current editor to use a SelectionReshape on its current selections.
CmdUseReshape()
- Constructor for class org.tigris.gef.base.
CmdUseReshape
CmdUseResize
- class org.tigris.gef.base.
CmdUseResize
.
Set the current editor to use a SelectionResize on its current selections.
CmdUseResize()
- Constructor for class org.tigris.gef.base.
CmdUseResize
CmdUseRotate
- class org.tigris.gef.base.
CmdUseRotate
.
Set the current editor to use a SelectionRotate on its current selections.
CmdUseRotate()
- Constructor for class org.tigris.gef.base.
CmdUseRotate
CmdZoom
- class org.tigris.gef.base.
CmdZoom
.
Cmd zoom the view.
CmdZoom()
- Constructor for class org.tigris.gef.base.
CmdZoom
Default behaviour is to restore scaling to 1.0 (1 to 1)
CmdZoom(double)
- Constructor for class org.tigris.gef.base.
CmdZoom
Each time
doIt()
is invoked, adjust scaling by a factor of
magnitude
.
ColorEditor
- class org.tigris.gef.properties.ui.
ColorEditor
.
FEATURE: color_picker
ColorEditor()
- Constructor for class org.tigris.gef.properties.ui.
ColorEditor
ColorPickerGrid
- class org.tigris.gef.properties.ui.
ColorPickerGrid
.
A small window that allows the user to choose a color.
ColorPickerGrid(Color)
- Constructor for class org.tigris.gef.properties.ui.
ColorPickerGrid
ColorRenderer
- class org.tigris.gef.ui.
ColorRenderer
.
ColorRenderer()
- Constructor for class org.tigris.gef.ui.
ColorRenderer
ColorTilePanel
- class org.tigris.gef.properties.ui.
ColorTilePanel
.
A Panel that shows an array of little colored squares to allow the user to pick a color.
ColorTilePanel()
- Constructor for class org.tigris.gef.properties.ui.
ColorTilePanel
ColorTilePanel(int)
- Constructor for class org.tigris.gef.properties.ui.
ColorTilePanel
ColorTilePanel(Vector)
- Constructor for class org.tigris.gef.properties.ui.
ColorTilePanel
ColorTilePanel(Vector, int)
- Constructor for class org.tigris.gef.properties.ui.
ColorTilePanel
Converter
- class org.tigris.gef.util.
Converter
.
This Class is a utility to convert java.util.*-classes to java.util.*-classes
Converter()
- Constructor for class org.tigris.gef.util.
Converter
calcDrawingArea()
- Method in class org.tigris.gef.base.
Layer
canAddEdge(Object)
- Method in interface org.tigris.gef.graph.
MutableGraphModel
Return true if the given object is a valid edge in this graph
canAddEdge(Object)
- Method in class org.tigris.gef.graph.presentation.
AdjacencyListGraphModel
canAddEdge(Object)
- Method in class org.tigris.gef.graph.presentation.
DefaultGraphModel
Return true if the given object is a valid edge in this graph
canAddNode(Object)
- Method in interface org.tigris.gef.graph.
MutableGraphModel
Return true if the given object is a valid node in this graph
canAddNode(Object)
- Method in class org.tigris.gef.graph.presentation.
AdjacencyListGraphModel
canAddNode(Object)
- Method in class org.tigris.gef.graph.presentation.
DefaultGraphModel
Return true if the given object is a valid node in this graph
canChangeConnectedNode(Object, Object, Object)
- Method in interface org.tigris.gef.graph.
MutableGraphModel
Return true if the connection to the old node can be rerouted to the new node.
canChangeConnectedNode(Object, Object, Object)
- Method in class org.tigris.gef.graph.
MutableGraphSupport
Return true if the connection to the old node can be rerouted to the new node.
canChangeConnectedNode(Object, Object, Object)
- Method in class org.tigris.gef.graph.presentation.
DefaultGraphModel
Return true if the connection to the old node can be rerouted to the new node.
canConnect(Object, Object)
- Method in interface org.tigris.gef.graph.
MutableGraphModel
Return true if the two given ports can be connected by a kind of edge to be determined by the ports.
canConnect(Object, Object, Class)
- Method in interface org.tigris.gef.graph.
MutableGraphModel
Return true if the two given ports can be connected by the given kind of edge.
canConnect(Object, Object, Class)
- Method in class org.tigris.gef.graph.
MutableGraphSupport
Return true if the two given ports can be connected by the given kind of edge.
canConnect(Object, Object)
- Method in class org.tigris.gef.graph.presentation.
AdjacencyListGraphModel
canConnect(Object, Object)
- Method in class org.tigris.gef.graph.presentation.
DefaultGraphModel
Return true if the two given ports can be connected by a kind of edge to be determined by the ports.
canConnect(Object, Object, Class)
- Method in class org.tigris.gef.graph.presentation.
DefaultGraphModel
Return true if the two given ports can be connected by the given kind of edge.
canConnectTo(GraphModel, NetPort)
- Method in class org.tigris.gef.demo.
PortData
Add the constraint that PortData's can only be connected to other ports of the same type.
canConnectTo(GraphModel, Object)
- Method in class org.tigris.gef.demo.
PortPower
Add the constraint that PortPowers can only be connected to other ports of the same type.
canConnectTo(GraphModel, Object)
- Method in class org.tigris.gef.demo.
SamplePort
Add the constraint that SamplePort's can only be connected to other ports of the same type.
canConnectTo(GraphModel, Object)
- Method in class org.tigris.gef.demo.
SamplePort2
Add the constraint that SamplePort2's can only be connected to other ports of the same type.
canConnectTo(GraphModel, Object, Object, Object)
- Method in interface org.tigris.gef.graph.
GraphNodeHooks
Allow foir application specific rules about which nodes can be connected to which other nodes.
canConnectTo(GraphModel, Object)
- Method in interface org.tigris.gef.graph.
GraphPortHooks
Reply true if this port can legally be connected to the given port.
canConnectTo(GraphModel, Object, Object, Object)
- Method in class org.tigris.gef.graph.presentation.
NetNode
Allow for application specific rules about which nodes can be connected to which other nodes.
canConnectTo(GraphModel, Object)
- Method in class org.tigris.gef.graph.presentation.
NetPort
Reply true if this port can legally be connected to the given port.
canDragNode(Object)
- Method in interface org.tigris.gef.graph.
MutableGraphModel
Return true if the type of the given object can be mapped to a supported type.
canDragNode(Object)
- Method in class org.tigris.gef.graph.
MutableGraphSupport
Return true if the type of the given node can be mapped to a type supported by this type of diagram
canDragNode(Object)
- Method in class org.tigris.gef.graph.presentation.
DefaultGraphModel
Return true if dragging the given object is a valid in this graph
canEdit(Object)
- Method in class org.tigris.gef.properties.ui.
PropSheet
canEdit(Object)
- Method in class org.tigris.gef.properties.ui.
PropSheetCategory
canExit()
- Method in interface org.tigris.gef.base.
Mode
canExit()
- Method in class org.tigris.gef.base.
ModeDragScroll
Always false since this mode can never be exited.
canExit()
- Method in class org.tigris.gef.base.
ModeImpl
Some Mode's should never be exited, but by default any Mode can exit.
canExit()
- Method in class org.tigris.gef.base.
ModePopup
Always false because I never want to get out of popup mode.
canExit()
- Method in class org.tigris.gef.base.
ModeSelect
Always false because I never want to get out of selection mode.
canLock(Object)
- Method in class org.tigris.gef.ui.
ToolBar
canSelectElements()
- Method in class org.tigris.gef.base.
Editor
Returns this Editor's current value for the selection flag.
canceled()
- Method in class org.tigris.gef.ui.
Progress
Return true if the user has pressed the cancel button
categorizeProperty(String, String)
- Static method in class org.tigris.gef.properties.
PropCategoryManager
categorizeProperty(String, PropertyDescriptor)
- Static method in class org.tigris.gef.properties.
PropCategoryManager
changeConnectedNode(Object, Object, Object, boolean)
- Method in interface org.tigris.gef.graph.
MutableGraphModel
Reroutes the connection to the old node to be connected to the new node.
changeConnectedNode(Object, Object, Object, boolean)
- Method in class org.tigris.gef.graph.
MutableGraphSupport
Reroutes the connection to the old node to be connected to the new node.
changeConnectedNode(Object, Object, Object, boolean)
- Method in class org.tigris.gef.graph.presentation.
DefaultGraphModel
Reroutes the connection to the old node to be connected to the new node.
characters(char[], int, int)
- Method in class org.tigris.gef.ocl.
TemplateReader
characters(char[], int, int)
- Method in class org.tigris.gef.ocl.
TemplateRecord
characters(char[], int, int)
- Method in class org.tigris.gef.xml.pgml.
PGMLParser
characters(char[], int, int)
- Method in class org.tigris.gef.xml.svg.
SVGParser
checkModeTransitions(InputEvent)
- Method in class org.tigris.gef.base.
ModeManager
Check for events that should cause transitions from one Mode to another or otherwise change the ModeManager.
checkModel()
- Method in class org.tigris.gef.ui.
TableSorter
cleanUp()
- Method in class org.tigris.gef.base.
SelectionManager
clear()
- Method in class Acme.
IntHashtable
clearRect(int, int, int, int)
- Method in class org.tigris.gef.persistence.
PostscriptWriter
clearRect(int, int, int, int)
- Method in class org.tigris.gef.persistence.
SVGWriter
clearStatus()
- Static method in class org.tigris.gef.base.
Globals
Sets the status to its default (blank) string.
clip(Shape)
- Method in class org.tigris.gef.persistence.
PostscriptWriter
clipBoard
- Static variable in class org.tigris.gef.base.
Globals
Until jdk 1.2, this will be our clipboard TODO we have now gone beyond JDK1.2
clipRect(int, int, int, int)
- Method in class org.tigris.gef.persistence.
PostscriptWriter
clipRect(int, int, int, int)
- Method in class org.tigris.gef.persistence.
SVGWriter
clone()
- Method in class Acme.
IntHashtable
clone()
- Method in class org.tigris.gef.base.
Editor
Clone the receiving editor.
clone()
- Method in class org.tigris.gef.base.
Layer
clone()
- Method in class org.tigris.gef.graph.presentation.
JGraph
Make a copy of this JGraph so that it can be shown in another window.
clone()
- Method in class org.tigris.gef.graph.presentation.
JGraphFrame
close()
- Method in class org.tigris.gef.base.
PrefsEditor
Close the PrefEditor window
cmdAtIndex(int)
- Static method in class org.tigris.gef.base.
Cmd
Return the "well-known" Cmd at a given index.
colorByName(String, Color)
- Method in class org.tigris.gef.xml.pgml.
PGMLParser
colorByName(String, Color)
- Method in class org.tigris.gef.xml.svg.
SVGParser
comment(String)
- Method in class org.tigris.gef.persistence.
PostscriptWriter
compare(int, int)
- Method in class org.tigris.gef.ui.
TableSorter
compareRowsByColumn(int, int, int)
- Method in class org.tigris.gef.ui.
TableSorter
connect(Object, Object)
- Method in interface org.tigris.gef.graph.
MutableGraphModel
Contruct and add a new edge of a kind determined by the ports.
connect(Object, Object, Class)
- Method in interface org.tigris.gef.graph.
MutableGraphModel
Contruct and add a new edge of the given kind.
connect(Object, Object, Class)
- Method in class org.tigris.gef.graph.
MutableGraphSupport
Contruct and add a new edge of the given kind.
connect(Object, Object)
- Method in class org.tigris.gef.graph.presentation.
AdjacencyListGraphModel
connect(Object, Object)
- Method in class org.tigris.gef.graph.presentation.
DefaultGraphModel
Contruct and add a new edge of a kind determined by the ports
connect(Object, Object, Class)
- Method in class org.tigris.gef.graph.presentation.
DefaultGraphModel
Contruct and add a new edge of the given kind
connect(GraphModel, Object, Object)
- Method in class org.tigris.gef.graph.presentation.
NetEdge
Connect the source and destination ports, iff they agree to being connected (i.e., canConnectTo() returns true).
connectInternal(NetPort, NetPort, NetEdge)
- Method in class org.tigris.gef.graph.presentation.
DefaultGraphModel
contains(Object)
- Method in class Acme.
IntHashtable
contains(Fig)
- Method in class org.tigris.gef.base.
Selection
Reply true if this selection contains the given Fig
contains(Point)
- Method in class org.tigris.gef.base.
Selection
Reply true if the given point is inside this selection
contains(int, int)
- Method in class org.tigris.gef.base.
Selection
contains(Selection)
- Method in class org.tigris.gef.base.
SelectionManager
Reply true if the given selection instance is part of my collection
contains(int, int)
- Method in class org.tigris.gef.base.
SelectionManager
Reply true iff the given point is inside one of the selected Fig's
contains(Object)
- Method in class org.tigris.gef.util.
VectorSet
containsArg(String)
- Method in class org.tigris.gef.base.
Cmd
Reply true if this Cmd instance has the named argument defined.
containsEdge(Object)
- Method in interface org.tigris.gef.graph.
GraphController
Tests, if the given object is an edge known by the controller.
containsEdge(Object)
- Method in interface org.tigris.gef.graph.
MutableGraphModel
Return true if the given object is present as a edge in the graph
containsEdge(Object)
- Method in class org.tigris.gef.graph.
MutableGraphSupport
containsEdgePort(Object)
- Method in class org.tigris.gef.graph.
MutableGraphSupport
containsExtension(String)
- Static method in class org.tigris.gef.util.
ResourceLoader
containsFig(Fig)
- Method in class org.tigris.gef.base.
SelectionManager
Reply true if the given Fig is selected by any of my selection objects
containsKey(int)
- Method in class Acme.
IntHashtable
containsKey(String, String)
- Static method in class org.tigris.gef.util.
Localizer
Check if a resource contains a specific key (for the current default locale)
containsKey(String, String, Locale, Map)
- Static method in class org.tigris.gef.util.
Localizer
containsLocale(Locale)
- Static method in class org.tigris.gef.util.
Localizer
This method tests, if the given locale is registered.
containsLocation(String)
- Static method in class org.tigris.gef.util.
ResourceLoader
containsNode(Object)
- Method in interface org.tigris.gef.graph.
GraphController
Tests, if the given object is a node known by the controller.
containsNode(Object)
- Method in interface org.tigris.gef.graph.
MutableGraphModel
Return true if the given object is present as a node in the graph
containsNode(Object)
- Method in class org.tigris.gef.graph.
MutableGraphSupport
containsNodePort(Object)
- Method in class org.tigris.gef.graph.
MutableGraphSupport
containsPort(Object)
- Method in class org.tigris.gef.graph.
MutableGraphSupport
containsResource(String)
- Static method in class org.tigris.gef.util.
Localizer
This method tests, if a resource with the given name is registered.
containsSuchThat(Predicate)
- Method in class org.tigris.gef.util.
VectorSet
convert(Hashtable)
- Static method in class org.tigris.gef.util.
Converter
convert(Vector)
- Static method in class org.tigris.gef.util.
Converter
convertCollection(Object)
- Static method in class org.tigris.gef.ocl.
OCLEvaluator
convertCollection(Collection)
- Static method in class org.tigris.gef.util.
Converter
copyArea(int, int, int, int, int, int)
- Method in class org.tigris.gef.persistence.
PostscriptWriter
copyArea(int, int, int, int, int, int)
- Method in class org.tigris.gef.persistence.
SVGWriter
countContained(VectorSet)
- Method in class org.tigris.gef.base.
Diagram
countPresentationsFor(Object)
- Method in interface org.tigris.gef.graph.
GraphController
Counts the number of presentations known to the GraphController for the given referrer.
counterClockWise(int, int, int, int, int, int)
- Static method in class org.tigris.gef.base.
Geometry
Reply true if the given point is counter-clockwise from the vector defined by the position of the given line.
create()
- Method in class org.tigris.gef.persistence.
PostscriptWriter
create(int, int, int, int)
- Method in class org.tigris.gef.persistence.
PostscriptWriter
create()
- Method in class org.tigris.gef.persistence.
SVGWriter
create(int, int, int, int)
- Method in class org.tigris.gef.persistence.
SVGWriter
create(String)
- Static method in class org.tigris.gef.util.
PredicateStringMatch
create()
- Static method in class org.tigris.gef.util.
PredicateType
create(Class)
- Static method in class org.tigris.gef.util.
PredicateType
create(Class, Class)
- Static method in class org.tigris.gef.util.
PredicateType
create(Class, Class, Class)
- Static method in class org.tigris.gef.util.
PredicateType
createActionToggleListener(JToggleButton)
- Method in class org.tigris.gef.ui.
ToolBar
createImage(int, int)
- Method in class org.tigris.gef.base.
Editor
Create an Image (an off-screen bit-map) to be used to reduce flicker in redrawing.
createNewItem(MouseEvent, int, int)
- Method in class org.tigris.gef.base.
ModeCreate
Abstact method to construct a new Fig to be added to the Editor.
createNewItem(MouseEvent, int, int)
- Method in class org.tigris.gef.base.
ModeCreateEdge
Create the new item that will be drawn.
createNewItem(MouseEvent, int, int)
- Method in class org.tigris.gef.base.
ModeCreateFigCircle
Create a new FigCircle instance based on the given mouse down event and the state of the parent Editor.
createNewItem(MouseEvent, int, int)
- Method in class org.tigris.gef.base.
ModeCreateFigImage
Create a new FigImage instance based on the given mouse down event and the state of the parent Editor.
createNewItem(MouseEvent, int, int)
- Method in class org.tigris.gef.base.
ModeCreateFigInk
Create a new FigInk instance based on the given mouse down event and the state of the parent Editor.
createNewItem(MouseEvent, int, int)
- Method in class org.tigris.gef.base.
ModeCreateFigLine
Make a new FigLine based on the given mouse down event and the parent Editor's default graphical attributes.
createNewItem(MouseEvent, int, int)
- Method in class org.tigris.gef.base.
ModeCreateFigPoly
Create a new FigRect instance based on the given mouse down event and the state of the parent Editor.
createNewItem(MouseEvent, int, int)
- Method in class org.tigris.gef.base.
ModeCreateFigRRect
Create a new FigRect instance based on the given mouse down event and the state of the parent Editor.
createNewItem(MouseEvent, int, int)
- Method in class org.tigris.gef.base.
ModeCreateFigRect
Create a new FigRect instance based on the given mouse down event and the state of the parent Editor.
createNewItem(MouseEvent, int, int)
- Method in class org.tigris.gef.base.
ModeCreateFigSpline
Create a new FigRect instance based on the given mouse down event and the state of the parent Editor.
createNewItem(MouseEvent, int, int)
- Method in class org.tigris.gef.base.
ModeCreateFigText
Create a new FigText instance based on the given mouse down event and the state of the parent Editor.
createNewItem(MouseEvent, int, int)
- Method in class org.tigris.gef.base.
ModeCreatePolyEdge
Create the new item that will be drawn.
createNode(String, Hashtable)
- Method in interface org.tigris.gef.graph.
MutableGraphModel
Return a valid node in this graph
createNode(String, Hashtable)
- Method in class org.tigris.gef.graph.
MutableGraphSupport
Return a valid node in this graph
createNode(String, Hashtable)
- Method in class org.tigris.gef.graph.presentation.
DefaultGraphModel
Return a valid node in this graph
creationDrag(int, int)
- Method in class org.tigris.gef.base.
ModeCreate
Update the new item to reflect the new mouse position.
creationDrag(int, int)
- Method in class org.tigris.gef.base.
ModeCreateFigInk
curEditor(Editor)
- Static method in class org.tigris.gef.base.
Globals
Set the current Editor.
curEditor()
- Static method in class org.tigris.gef.base.
Globals
Reply the Editor that most recently contained the mouse.
current()
- Method in class org.tigris.gef.ui.
Progress
Return amount of work done so far
Overview
Package
Class
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
_