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 _

M

MAX_LISTENERS - Static variable in class org.tigris.gef.base.Globals
The most listeners a Fig can have, 4.
MAX_PATS - Static variable in class org.tigris.gef.util.PredicateStringMatch
 
MIN_DELTA - Static variable in class org.tigris.gef.base.ModeCreateFigInk
the minium distance that the mouse must move before a new point is added.
MIN_UPDATE - Static variable in class org.tigris.gef.properties.ui.PropSheet
 
Mode - interface org.tigris.gef.base.Mode.
This is the base interface for all modes in gef.
ModeBroom - class org.tigris.gef.base.ModeBroom.
 
ModeBroom(Editor) - Constructor for class org.tigris.gef.base.ModeBroom
Construct a new ModeBroom with the given parent.
ModeBroom() - Constructor for class org.tigris.gef.base.ModeBroom
Construct a new ModeBroom instance.
ModeChangeEvent - class org.tigris.gef.event.ModeChangeEvent.
An event object that contains information about the current selection(s) in an Editor.
ModeChangeEvent(Object, Vector) - Constructor for class org.tigris.gef.event.ModeChangeEvent
 
ModeChangeListener - interface org.tigris.gef.event.ModeChangeListener.
An interface that must be implemented by any object that wants to be notified when an Editor changes its selection(s).
ModeCreate - class org.tigris.gef.base.ModeCreate.
Abstract superclass for all Mode's that create new Figs.
ModeCreate(Editor) - Constructor for class org.tigris.gef.base.ModeCreate
 
ModeCreate() - Constructor for class org.tigris.gef.base.ModeCreate
 
ModeCreateEdge - class org.tigris.gef.base.ModeCreateEdge.
A Mode to interpret user input while creating an edge.
ModeCreateEdge() - Constructor for class org.tigris.gef.base.ModeCreateEdge
 
ModeCreateEdge(Editor) - Constructor for class org.tigris.gef.base.ModeCreateEdge
 
ModeCreateFigCircle - class org.tigris.gef.base.ModeCreateFigCircle.
A Mode to interpert user input while creating a FigCircle.
ModeCreateFigCircle() - Constructor for class org.tigris.gef.base.ModeCreateFigCircle
 
ModeCreateFigImage - class org.tigris.gef.base.ModeCreateFigImage.
A Mode to interpert user input while creating a FigImage.
ModeCreateFigImage() - Constructor for class org.tigris.gef.base.ModeCreateFigImage
 
ModeCreateFigInk - class org.tigris.gef.base.ModeCreateFigInk.
A Mode to interpert user input while creating a FigInk.
ModeCreateFigInk() - Constructor for class org.tigris.gef.base.ModeCreateFigInk
 
ModeCreateFigLine - class org.tigris.gef.base.ModeCreateFigLine.
A Mode to interpert user input while creating a FigLine.
ModeCreateFigLine() - Constructor for class org.tigris.gef.base.ModeCreateFigLine
 
ModeCreateFigPoly - class org.tigris.gef.base.ModeCreateFigPoly.
A Mode to interpert user input while creating a FigPoly.
ModeCreateFigPoly() - Constructor for class org.tigris.gef.base.ModeCreateFigPoly
 
ModeCreateFigRRect - class org.tigris.gef.base.ModeCreateFigRRect.
A Mode to interpert user input while creating a FigRRect.
ModeCreateFigRRect() - Constructor for class org.tigris.gef.base.ModeCreateFigRRect
 
ModeCreateFigRect - class org.tigris.gef.base.ModeCreateFigRect.
A Mode to interpert user input while creating a FigRect.
ModeCreateFigRect() - Constructor for class org.tigris.gef.base.ModeCreateFigRect
 
ModeCreateFigSpline - class org.tigris.gef.base.ModeCreateFigSpline.
A Mode to interpert user input while creating a FigSpline.
ModeCreateFigSpline() - Constructor for class org.tigris.gef.base.ModeCreateFigSpline
 
ModeCreateFigText - class org.tigris.gef.base.ModeCreateFigText.
A Mode to interpert user input while creating a FigText.
ModeCreateFigText() - Constructor for class org.tigris.gef.base.ModeCreateFigText
 
ModeCreatePolyEdge - class org.tigris.gef.base.ModeCreatePolyEdge.
A Mode to interpret user input while creating an edge.
ModeCreatePolyEdge() - Constructor for class org.tigris.gef.base.ModeCreatePolyEdge
 
ModeCreatePolyEdge(Editor) - Constructor for class org.tigris.gef.base.ModeCreatePolyEdge
 
ModeDragScroll - class org.tigris.gef.base.ModeDragScroll.
A Mode that allows the user to scroll the Editor by clicking and dragging with the middle mouse button.
ModeDragScroll(Editor) - Constructor for class org.tigris.gef.base.ModeDragScroll
Construct a new ModeDragScroll with the given parent.
ModeDragScroll() - Constructor for class org.tigris.gef.base.ModeDragScroll
Construct a new ModeDragScroll instance.
ModeImpl - class org.tigris.gef.base.ModeImpl.
This is the default implementation for the basic interface of all modes.
ModeImpl(Hashtable) - Constructor for class org.tigris.gef.base.ModeImpl
Construct a new Mode instance with the given parameters as its initial parameters
ModeImpl() - Constructor for class org.tigris.gef.base.ModeImpl
Construct a new ModeImpl instance without any parameters.
ModeManager - class org.tigris.gef.base.ModeManager.
ModeManager keeps track of all the Modes for a given Editor.
ModeManager(Editor) - Constructor for class org.tigris.gef.base.ModeManager
Construct a ModeManager with no modes.
ModeModify - class org.tigris.gef.base.ModeModify.
A Mode to process events from the Editor when the user is modifying a Fig.
ModeModify(Editor) - Constructor for class org.tigris.gef.base.ModeModify
Construct a new ModeModify with the given parent, and set the Anchor point to a default location (the _anchor's proper position will be determioned on mouse down).
ModePlace - class org.tigris.gef.base.ModePlace.
Mode to place new a FigNode on a node in a diagram.
ModePlace(GraphFactory) - Constructor for class org.tigris.gef.base.ModePlace
Construct a new instance of ModePlace and store the given node.
ModePlace(GraphFactory, String) - Constructor for class org.tigris.gef.base.ModePlace
 
ModePopup - class org.tigris.gef.base.ModePopup.
A permanent Mode to catch right-mouse-button events and show a popup menu.
ModePopup(Editor) - Constructor for class org.tigris.gef.base.ModePopup
 
ModeSelect - class org.tigris.gef.base.ModeSelect.
This class implements a Mode that interprets user input as selecting one or more Figs.
ModeSelect(Editor) - Constructor for class org.tigris.gef.base.ModeSelect
Construct a new ModeSelect with the given parent.
ModeSelect() - Constructor for class org.tigris.gef.base.ModeSelect
Construct a new ModeSelect instance.
MutableGraphEvent - class org.tigris.gef.graph.MutableGraphEvent.
A notification that a graph has changed.
MutableGraphEvent(Object) - Constructor for class org.tigris.gef.graph.MutableGraphEvent
 
MutableGraphEvent(Object, Object) - Constructor for class org.tigris.gef.graph.MutableGraphEvent
 
MutableGraphModel - interface org.tigris.gef.graph.MutableGraphModel.
This interface provides a facade to a net-level representation.
MutableGraphSupport - class org.tigris.gef.graph.MutableGraphSupport.
An abstract class that makes it easier to implement your own version of MutableGraphModel.
MutableGraphSupport() - Constructor for class org.tigris.gef.graph.MutableGraphSupport
 
main(String[]) - Static method in class org.tigris.gef.demo.BasicApplication
 
main(String[]) - Static method in class org.tigris.gef.demo.BroomStudy
 
main(String[]) - Static method in class org.tigris.gef.demo.EquipmentApplet
If this is run as an application, basically do the same thing as the applet
main(String[]) - Static method in class org.tigris.gef.demo.FlexibleApplet
If this is run as an application, basically do the same thing as the applet
main(String[]) - Static method in class org.tigris.gef.properties.ui.TabPropFrame
 
main(String[]) - Static method in class org.tigris.gef.ui.Progress
A main() to test out and demostrate the progress bar code
makeComp(PropertyDescriptor) - Method in class org.tigris.gef.properties.ui.PropSheetCategory
If I don't have a comp for a given property name, or the last comp is not suitable, then make a new AWT component (possibly a PropertyEditor).
makeEdge() - Method in class org.tigris.gef.base.CmdCreateNode
 
makeEdge() - Method in interface org.tigris.gef.graph.GraphFactory
 
makeEdgeFor(NetPort) - Method in class org.tigris.gef.graph.presentation.NetPort
reply a new NetEdge from this port to the given NetPort.
makeGraphModel() - Method in class org.tigris.gef.base.CmdCreateNode
 
makeGraphModel() - Method in interface org.tigris.gef.graph.GraphFactory
 
makeNode() - Method in class org.tigris.gef.base.CmdCreateNode
Factory method for creating a new NetNode from the className argument.
makeNode() - Method in interface org.tigris.gef.graph.GraphFactory
 
makePresentation(Layer) - Method in class org.tigris.gef.demo.EdgeData
 
makePresentation(Layer) - Method in class org.tigris.gef.demo.EdgePower
 
makePresentation(Layer) - Method in class org.tigris.gef.demo.NodeCPU
 
makePresentation(Layer) - Method in class org.tigris.gef.demo.NodePrinter
 
makePresentation(Layer) - Method in class org.tigris.gef.demo.NodeWall
 
makePresentation(Layer) - Method in class org.tigris.gef.demo.SampleEdge
 
makePresentation(Layer) - Method in class org.tigris.gef.demo.SampleEdge2
 
makePresentation(Layer) - Method in class org.tigris.gef.demo.SampleNode
 
makePresentation(Layer) - Method in class org.tigris.gef.demo.SampleNode2
 
makePresentation(Layer) - Method in class org.tigris.gef.demo.SampleNode4
 
makePresentation(Layer) - Method in class org.tigris.gef.graph.presentation.NetEdge
Abstract method that returns a FigEdge to represent this edge in a given Layer.
makePresentation(Layer) - Method in class org.tigris.gef.graph.presentation.NetNode
Construct and return a new FigNode to present this NetNode in the given Layer.
makeSelectionFor(Fig) - Static method in class org.tigris.gef.base.SelectionManager
 
map(Functor) - Method in class org.tigris.gef.util.Enum
 
minimumLayoutSize(Container) - Method in class org.tigris.gef.properties.ui.PropsGridLayout
Returns the minimum dimensions needed to layout the components contained in the specified panel.
mode(FigModifyingMode) - Method in class org.tigris.gef.base.Editor
Deprecated. in 0.11 use pushMode(FigModifyingMode mode)
mode(Mode) - Static method in class org.tigris.gef.base.Globals
Set the next global mode.
mode(Mode, boolean) - Static method in class org.tigris.gef.base.Globals
Set the next global mode, and set it's stickiness.
mode() - Static method in class org.tigris.gef.base.Globals
Reply the next global mode.
modeChange(ModeChangeEvent) - Method in interface org.tigris.gef.event.ModeChangeListener
 
modeChange(ModeChangeEvent) - Method in class org.tigris.gef.graph.presentation.JGraphFrame
 
model - Variable in class org.tigris.gef.ui.TableMap
 
mouseClicked(MouseEvent) - Method in class org.tigris.gef.base.Editor
Invoked after the mouse has been pressed and released.
mouseClicked(MouseEvent) - Method in class org.tigris.gef.base.ModeImpl
 
mouseClicked(MouseEvent) - Method in class org.tigris.gef.base.ModeManager
Pass events to all modes in order, until one consumes it.
mouseClicked(MouseEvent) - Method in class org.tigris.gef.base.ModePopup
Determine if a popup menu should be displayed by this mouse key being clicked
mouseClicked(MouseEvent) - Method in class org.tigris.gef.base.Selection
 
mouseClicked(MouseEvent) - Method in class org.tigris.gef.base.SelectionManager
 
mouseClicked(MouseEvent) - Method in class org.tigris.gef.demo.SampleNode
Sample event handler: prints a message to the console.
mouseClicked(MouseEvent) - Method in class org.tigris.gef.properties.ui.ColorTilePanel
 
mouseClicked(MouseEvent) - Method in class org.tigris.gef.ui.ToolBar
 
mouseDragged(MouseEvent) - Method in class org.tigris.gef.base.Editor
Invoked when a mouse button is pressed in the Editor and then dragged.
mouseDragged(MouseEvent) - Method in class org.tigris.gef.base.ModeBroom
On mouse dragging, stretch the selection rectangle.
mouseDragged(MouseEvent) - Method in class org.tigris.gef.base.ModeCreate
On mouse drag, resize the new item as the user moves the mouse.
mouseDragged(MouseEvent) - Method in class org.tigris.gef.base.ModeCreateFigImage
Exactly the same as mouseMove.
mouseDragged(MouseEvent) - Method in class org.tigris.gef.base.ModeCreateFigInk
Dragging adds points to the ink.
mouseDragged(MouseEvent) - Method in class org.tigris.gef.base.ModeCreateFigPoly
 
mouseDragged(MouseEvent) - Method in class org.tigris.gef.base.ModeCreatePolyEdge
 
mouseDragged(MouseEvent) - Method in class org.tigris.gef.base.ModeDragScroll
If mouse is outside the component, begins autoscrolling or speeds it up.
mouseDragged(MouseEvent) - Method in class org.tigris.gef.base.ModeImpl
 
mouseDragged(MouseEvent) - Method in class org.tigris.gef.base.ModeManager
Pass events to all modes in order, until one consumes it.
mouseDragged(MouseEvent) - Method in class org.tigris.gef.base.ModeModify
When the user drags the mouse two things can happen: (1) if the user is dragging the body of one or more Figs then they are all moved around the drawing area, or (2) if the user started dragging on a handle of one Fig then the user can drag the handle around the drawing area and the Fig reacts to that.
mouseDragged(MouseEvent) - Method in class org.tigris.gef.base.ModePlace
 
mouseDragged(MouseEvent) - Method in class org.tigris.gef.base.ModeSelect
On mouse dragging, stretch the selection rectangle.
mouseDragged(MouseEvent) - Method in class org.tigris.gef.base.Selection
 
mouseDragged(MouseEvent) - Method in class org.tigris.gef.base.SelectionManager
 
mouseDragged(MouseEvent) - Method in class org.tigris.gef.demo.SampleNode
Sample event handler: prints a message to the console.
mouseDragged(MouseEvent) - Method in class org.tigris.gef.properties.ui.ColorTilePanel
 
mouseEntered(MouseEvent) - Method in class org.tigris.gef.base.Editor
Invoked when the mouse enters the Editor.
mouseEntered(MouseEvent) - Method in class org.tigris.gef.base.ModeCreateFigImage
When the mouse enters an Editor, create the FigImage and place it at the mouse position.
mouseEntered(MouseEvent) - Method in class org.tigris.gef.base.ModeImpl
 
mouseEntered(MouseEvent) - Method in class org.tigris.gef.base.ModeManager
Pass events to all modes in order, until one consumes it.
mouseEntered(MouseEvent) - Method in class org.tigris.gef.base.ModePlace
Eat this event and do nothing
mouseEntered(MouseEvent) - Method in class org.tigris.gef.base.Selection
 
mouseEntered(MouseEvent) - Method in class org.tigris.gef.base.SelectionManager
 
mouseEntered(MouseEvent) - Method in class org.tigris.gef.demo.SampleNode
Sample event handler: prints a message to the console.
mouseEntered(MouseEvent) - Method in class org.tigris.gef.properties.ui.ColorTilePanel
 
mouseEntered(MouseEvent) - Method in class org.tigris.gef.ui.ToolBar
 
mouseExited(MouseEvent) - Method in class org.tigris.gef.base.Editor
Invoked when the mouse exits the Editor.
mouseExited(MouseEvent) - Method in class org.tigris.gef.base.ModeCreateFigImage
When the mouse exits the editor, clean up the display a little.
mouseExited(MouseEvent) - Method in class org.tigris.gef.base.ModeImpl
 
mouseExited(MouseEvent) - Method in class org.tigris.gef.base.ModeManager
Pass events to all modes in order, until one consumes it.
mouseExited(MouseEvent) - Method in class org.tigris.gef.base.ModePlace
Move the perpective along with the mouse.
mouseExited(MouseEvent) - Method in class org.tigris.gef.base.Selection
 
mouseExited(MouseEvent) - Method in class org.tigris.gef.base.SelectionManager
 
mouseExited(MouseEvent) - Method in class org.tigris.gef.demo.SampleNode
Sample event handler: prints a message to the console.
mouseExited(MouseEvent) - Method in class org.tigris.gef.properties.ui.ColorTilePanel
 
mouseExited(MouseEvent) - Method in class org.tigris.gef.ui.ToolBar
 
mouseMoved(MouseEvent) - Method in class org.tigris.gef.base.Editor
Invoked when the mouse button has been moved (with no buttons no down).
mouseMoved(MouseEvent) - Method in class org.tigris.gef.base.ModeCreateFigImage
Whem the user drags or moves the mouse, move the FigImage to the current mouse position.
mouseMoved(MouseEvent) - Method in class org.tigris.gef.base.ModeCreateFigPoly
 
mouseMoved(MouseEvent) - Method in class org.tigris.gef.base.ModeCreatePolyEdge
 
mouseMoved(MouseEvent) - Method in class org.tigris.gef.base.ModeImpl
 
mouseMoved(MouseEvent) - Method in class org.tigris.gef.base.ModeManager
Pass events to all modes in order, until one consumes it.
mouseMoved(MouseEvent) - Method in class org.tigris.gef.base.ModePlace
Move the perpective along with the mouse.
mouseMoved(MouseEvent) - Method in class org.tigris.gef.base.Selection
 
mouseMoved(MouseEvent) - Method in class org.tigris.gef.base.SelectionManager
 
mouseMoved(MouseEvent) - Method in class org.tigris.gef.demo.SampleNode
Sample event handler: prints a message to the console.
mouseMoved(MouseEvent) - Method in class org.tigris.gef.properties.ui.ColorTilePanel
 
mousePressed(MouseEvent) - Method in class org.tigris.gef.base.Editor
Invoked when a mouse button has been pressed.
mousePressed(MouseEvent) - Method in class org.tigris.gef.base.ModeBroom
Handle mouse down events by preparing for a drag.
mousePressed(MouseEvent) - Method in class org.tigris.gef.base.ModeCreate
On mouse down, make a new Fig in memory.
mousePressed(MouseEvent) - Method in class org.tigris.gef.base.ModeCreateEdge
On mousePressed determine what port the user is dragging from.
mousePressed(MouseEvent) - Method in class org.tigris.gef.base.ModeCreateFigImage
On mouse down, do nothing.
mousePressed(MouseEvent) - Method in class org.tigris.gef.base.ModeCreateFigPoly
 
mousePressed(MouseEvent) - Method in class org.tigris.gef.base.ModeCreatePolyEdge
On mousePressed determine what port the user is dragging from.
mousePressed(MouseEvent) - Method in class org.tigris.gef.base.ModeDragScroll
Grabs component to begin scrolling.
mousePressed(MouseEvent) - Method in class org.tigris.gef.base.ModeImpl
 
mousePressed(MouseEvent) - Method in class org.tigris.gef.base.ModeManager
Pass events to all modes in order, until one consumes it.
mousePressed(MouseEvent) - Method in class org.tigris.gef.base.ModeModify
When the user presses the mouse button on a Fig, this Mode starts preparing for future drag events by finding if a handle was clicked on.
mousePressed(MouseEvent) - Method in class org.tigris.gef.base.ModePlace
Move the perpective along with the mouse.
mousePressed(MouseEvent) - Method in class org.tigris.gef.base.ModePopup
Determine if a popup menu should be displayed by this mouse key being pressed
mousePressed(MouseEvent) - Method in class org.tigris.gef.base.ModeSelect
Handle mouse down events by preparing for a drag.
mousePressed(MouseEvent) - Method in class org.tigris.gef.base.Selection
 
mousePressed(MouseEvent) - Method in class org.tigris.gef.base.SelectionManager
 
mousePressed(MouseEvent) - Method in class org.tigris.gef.demo.SampleNode
Sample event handler: prints a message to the console.
mousePressed(MouseEvent) - Method in class org.tigris.gef.properties.ui.ColorTilePanel
Mousedown is the same as mouse up: it selects the color under the mouse
mousePressed(MouseEvent) - Method in class org.tigris.gef.ui.ToolBar
 
mouseReleased(MouseEvent) - Method in class org.tigris.gef.base.Editor
Invoked when a mouse button has been released.
mouseReleased(MouseEvent) - Method in class org.tigris.gef.base.ModeBroom
On mouse up, select or toggle the selection of items under the mouse or in the selection rectangle.
mouseReleased(MouseEvent) - Method in class org.tigris.gef.base.ModeCreate
On mouse up, officially add the new item to the parent Editor and select it.
mouseReleased(MouseEvent) - Method in class org.tigris.gef.base.ModeCreateEdge
On mouseReleased, find the destination port, ask the GraphModel to connect the two ports.
mouseReleased(MouseEvent) - Method in class org.tigris.gef.base.ModeCreateFigPoly
 
mouseReleased(MouseEvent) - Method in class org.tigris.gef.base.ModeCreateFigSpline
 
mouseReleased(MouseEvent) - Method in class org.tigris.gef.base.ModeCreatePolyEdge
On mouseReleased, find the destination port, ask the GraphModel to connect the two ports.
mouseReleased(MouseEvent) - Method in class org.tigris.gef.base.ModeDragScroll
Stops scrolling, clears all references
mouseReleased(MouseEvent) - Method in class org.tigris.gef.base.ModeImpl
 
mouseReleased(MouseEvent) - Method in class org.tigris.gef.base.ModeManager
Pass events to all modes in order, until one consumes it.
mouseReleased(MouseEvent) - Method in class org.tigris.gef.base.ModeModify
On mouse up the modification interaction is done.
mouseReleased(MouseEvent) - Method in class org.tigris.gef.base.ModePlace
Actually add the Perpective to the diagram.
mouseReleased(MouseEvent) - Method in class org.tigris.gef.base.ModePopup
Determine if a popup menu should be displayed by this mouse key being released
mouseReleased(MouseEvent) - Method in class org.tigris.gef.base.ModeSelect
On mouse up, select or toggle the selection of items under the mouse or in the selection rectangle.
mouseReleased(MouseEvent) - Method in class org.tigris.gef.base.Selection
 
mouseReleased(MouseEvent) - Method in class org.tigris.gef.base.SelectionManager
 
mouseReleased(MouseEvent) - Method in class org.tigris.gef.demo.SampleNode
Sample event handler: prints a message to the console.
mouseReleased(MouseEvent) - Method in class org.tigris.gef.properties.ui.ColorTilePanel
When the user releases the mouse button that signifies that (s)he has made a selection, post an ACTION_EVENT that the enclosing Container can handle.
mouseReleased(MouseEvent) - Method in class org.tigris.gef.ui.ToolBar
 

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 _