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 _

E

EDGE_STATE - Static variable in class org.tigris.gef.xml.pgml.PGMLParser
 
EdgeData - class org.tigris.gef.demo.EdgeData.
A sample NetEdge subclass for use in the Example application.
EdgeData() - Constructor for class org.tigris.gef.demo.EdgeData
 
EdgePower - class org.tigris.gef.demo.EdgePower.
A sample NetEdge subclass for use in the example application.
EdgePower() - Constructor for class org.tigris.gef.demo.EdgePower
 
Editor - class org.tigris.gef.base.Editor.
This class provides an editor for manipulating graphical documents.
Editor(GraphModel, JComponent) - Constructor for class org.tigris.gef.base.Editor
Construct a new Editor to edit the given NetList
Editor(GraphModel) - Constructor for class org.tigris.gef.base.Editor
 
Editor() - Constructor for class org.tigris.gef.base.Editor
 
Editor(Diagram) - Constructor for class org.tigris.gef.base.Editor
 
Editor(GraphModel, JComponent, Layer) - Constructor for class org.tigris.gef.base.Editor
 
Enum - class org.tigris.gef.util.Enum.
 
Enum(Enumeration) - Constructor for class org.tigris.gef.util.Enum
 
Enum(Enumeration, Functor, Predicate, Predicate) - Constructor for class org.tigris.gef.util.Enum
 
Enum(Enumeration, Functor) - Constructor for class org.tigris.gef.util.Enum
 
EnumerationComposite - class org.tigris.gef.util.EnumerationComposite.
This class concatenates Enumerations.
EnumerationComposite() - Constructor for class org.tigris.gef.util.EnumerationComposite
 
EnumerationComposite(Enumeration) - Constructor for class org.tigris.gef.util.EnumerationComposite
 
EnumerationComposite(Enumeration, Enumeration) - Constructor for class org.tigris.gef.util.EnumerationComposite
 
EnumerationComposite(Enumeration, Enumeration, Enumeration) - Constructor for class org.tigris.gef.util.EnumerationComposite
 
EnumerationEmpty - class org.tigris.gef.util.EnumerationEmpty.
A enumeration that is always empty.
EnumerationEmpty() - Constructor for class org.tigris.gef.util.EnumerationEmpty
 
EnumerationPredicate - class org.tigris.gef.util.EnumerationPredicate.
Step through the elements of some other enumeration, but skip over any elements that do not satisfy the given predicate.
EnumerationPredicate(Enumeration, Predicate) - Constructor for class org.tigris.gef.util.EnumerationPredicate
 
EnumerationSingle - class org.tigris.gef.util.EnumerationSingle.
A enumeration that has exactly one element.
EnumerationSingle(Object) - Constructor for class org.tigris.gef.util.EnumerationSingle
 
EquipmentApplet - class org.tigris.gef.demo.EquipmentApplet.
An example application to show off some of the capabilities of the UCI Graph Editing Framework.
EquipmentApplet() - Constructor for class org.tigris.gef.demo.EquipmentApplet
Construct a new EquipmentApplet
EquipmentPalette - class org.tigris.gef.demo.EquipmentPalette.
A class to define the left hand column of buttons in the Example application.
EquipmentPalette() - Constructor for class org.tigris.gef.demo.EquipmentPalette
Construct a new palette of example nodes for the Example application
east - Variable in class org.tigris.gef.demo.SampleNode
 
edgeAdded(GraphEvent) - Method in class org.tigris.gef.base.Diagram
 
edgeAdded(GraphEvent) - Method in class org.tigris.gef.base.LayerPerspective
 
edgeAdded(GraphEvent) - Method in interface org.tigris.gef.graph.GraphListener
 
edgeRemoved(GraphEvent) - Method in class org.tigris.gef.base.Diagram
 
edgeRemoved(GraphEvent) - Method in class org.tigris.gef.base.LayerPerspective
 
edgeRemoved(GraphEvent) - Method in interface org.tigris.gef.graph.GraphListener
 
editor - Variable in class org.tigris.gef.base.FigModifyingModeImpl
The Editor that is in this mode.
editor - Variable in class org.tigris.gef.base.ModeManager
The Editor that owns this ModeManager.
elementAt(int) - Method in class org.tigris.gef.util.VectorSet
 
elements() - Method in class Acme.IntHashtable
 
elements() - Method in class org.tigris.gef.base.Diagram
 
elements() - Method in class org.tigris.gef.base.Layer
 
elements() - Method in class org.tigris.gef.base.LayerDiagram
 
elements() - Method in class org.tigris.gef.base.LayerManager
See comments above, this message is passed to my active layer.
elements() - Method in class org.tigris.gef.util.VectorSet
 
elementsIn(Rectangle) - Method in class org.tigris.gef.base.Diagram
 
elementsIn(Rectangle) - Method in class org.tigris.gef.base.Layer
Reply an enumeration of all the Figs in this Layer that intersect given Rectangle.
encode() - Method in class Acme.JPM.Encoders.ImageEncoder
 
endDocument() - Method in class org.tigris.gef.ocl.TemplateReader
 
endElement(String) - Method in class org.tigris.gef.ocl.TemplateReader
 
endElement(String) - Method in class org.tigris.gef.xml.pgml.PGMLParser
 
endElement(String) - Method in class org.tigris.gef.xml.svg.SVGParser
 
endTrans() - Method in class org.tigris.gef.base.Selection
Tell the content to end a transaction that causes damage
endTrans() - Method in class org.tigris.gef.base.SelectionManager
End a transaction that damages all selected Fig's
enum(Enumeration) - Method in class org.tigris.gef.util.Enum
 
equals(Object) - Method in class org.tigris.gef.util.VectorSet
 
eval(Map, String) - Method in class org.tigris.gef.ocl.OCLEvaluator
 
eval(Map, String, Vector) - Method in class org.tigris.gef.ocl.OCLEvaluator
 
evalToString(Object, String) - Method in class org.tigris.gef.ocl.OCLEvaluator
 
evalToString(Object, String, String) - Method in class org.tigris.gef.ocl.OCLEvaluator
 
evaluate(Map, String) - Method in class org.tigris.gef.ocl.OCLExpander
 
evaluateProperty(Object, String) - Method in class org.tigris.gef.ocl.OCLEvaluator
 
exchangeURLExtension(URL, String, String) - Static method in class org.tigris.gef.util.Util
 
executeCmd(Cmd, InputEvent) - Method in class org.tigris.gef.base.Editor
The editor acts as a shell for Cmds.
expand(OutputStream, Object, String, String) - Method in class org.tigris.gef.ocl.OCLExpander
 
expand(Writer, Object, String, String) - Method in class org.tigris.gef.ocl.OCLExpander
 
expandContent(PrintWriter, Object, String, String) - Method in class org.tigris.gef.ocl.OCLExpander
 
expandLine(PrintWriter, String, Object, String, String) - Method in class org.tigris.gef.ocl.OCLExpander
 
expandMacros(String) - Method in class org.tigris.gef.ocl.TemplateReader
 
expandMacrosOnOneLine(String) - Method in class org.tigris.gef.ocl.TemplateReader
each line can have at most one macro

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 _