JHotDraw 7.0.6
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 Z

O

OpenAction - Class in org.jhotdraw.app.action
Opens a file in new project, or in the current project, if it is empty.
OpenAction(Application) - Constructor for class org.jhotdraw.app.action.OpenAction
Creates a new instance.
openChooser - Variable in class org.jhotdraw.app.AbstractProject
 
openElement(int) - Method in interface org.jhotdraw.xml.DOMInput
Opens the element with the specified index and makes it the current node.
openElement(String) - Method in interface org.jhotdraw.xml.DOMInput
Opens the last element with the specified name and makes it the current node.
openElement(String, int) - Method in interface org.jhotdraw.xml.DOMInput
Opens the element with the specified name and index and makes it the current node.
openElement(String) - Method in interface org.jhotdraw.xml.DOMOutput
Adds a new element to the DOM Document and opens it.
openElement(int) - Method in class org.jhotdraw.xml.JavaxDOMInput
Opens the element with the specified index and makes it the current node.
openElement(String) - Method in class org.jhotdraw.xml.JavaxDOMInput
Opens the last element with the specified name and makes it the current node.
openElement(String, int) - Method in class org.jhotdraw.xml.JavaxDOMInput
Opens the element with the specified name and index and makes it the current node.
openElement(String) - Method in class org.jhotdraw.xml.JavaxDOMOutput
Puts a new element into the DOM Document.
openElement(int) - Method in class org.jhotdraw.xml.NanoXMLDOMInput
Opens the element with the specified index and makes it the current node.
openElement(String) - Method in class org.jhotdraw.xml.NanoXMLDOMInput
Opens the last element with the specified name and makes it the current node.
openElement(String, int) - Method in class org.jhotdraw.xml.NanoXMLDOMInput
Opens the element with the specified name and index and makes it the current node.
openElement(String) - Method in class org.jhotdraw.xml.NanoXMLDOMOutput
Puts a new element into the DOM Document.
openElement(int) - Method in class org.jhotdraw.xml.NanoXMLLiteDOMInput
Opens the element with the specified index and makes it the current node.
openElement(String) - Method in class org.jhotdraw.xml.NanoXMLLiteDOMInput
Opens the last element with the specified name and makes it the current node.
openElement(String, int) - Method in class org.jhotdraw.xml.NanoXMLLiteDOMInput
Opens the element with the specified name and index and makes it the current node.
openElement(String) - Method in class org.jhotdraw.xml.NanoXMLLiteDOMOutput
Puts a new element into the DOM Document.
openExternalEntity(IXMLReader, String, String) - Method in class net.n3.nanoxml.XMLEntityResolver
Opens an external entity.
openFile(Project, JFileChooser) - Method in class org.jhotdraw.app.action.LoadAction
 
openFile(JFileChooser, Project) - Method in class org.jhotdraw.app.action.OpenAction
 
openFile(Project) - Method in class org.jhotdraw.app.action.OpenRecentAction
 
OpenRecentAction - Class in org.jhotdraw.app.action
OpenRecentAction.
OpenRecentAction(Application, File) - Constructor for class org.jhotdraw.app.action.OpenRecentAction
Creates a new instance.
openStream(String, String) - Method in interface net.n3.nanoxml.IXMLReader
Opens a stream from a public and system ID.
openStream(String, String) - Method in class net.n3.nanoxml.StdXMLReader
Opens a stream from a public and system ID.
Options - Class in org.jhotdraw.draw
Options.
Options() - Constructor for class org.jhotdraw.draw.Options
Creates a new instance.
optionSelected(SheetEvent) - Method in interface org.jhotdraw.gui.event.SheetListener
This method is invoked, when the user selected an option on the JOptionPane or the JFileChooser pane on the JSheet.
org.jhotdraw.app - package org.jhotdraw.app
Defines a framework for document oriented applications.
org.jhotdraw.app.action - package org.jhotdraw.app.action
Provides Action objects for document oriented and project oriented applications as well as some specific user interface components to present them on a graphical user interface.
org.jhotdraw.beans - package org.jhotdraw.beans
Provides an abstract Bean class, so that we don't have to start from scratch over and over again.
org.jhotdraw.draw - package org.jhotdraw.draw
Defines a framework for drawing editors.
org.jhotdraw.draw.action - package org.jhotdraw.draw.action
Provides Action objects for drawing editors as well as some specific user interface components to present them on a graphical user interface.
org.jhotdraw.geom - package org.jhotdraw.geom
Provides classes for defining and performing operations on objects related to two-dimensional geometry.
org.jhotdraw.gui - package org.jhotdraw.gui
Contains general purpose graphical user interface (GUI) classes.
org.jhotdraw.gui.datatransfer - package org.jhotdraw.gui.datatransfer
 
org.jhotdraw.gui.event - package org.jhotdraw.gui.event
Contains general purpose graphical user interface (GUI) event classes.
org.jhotdraw.io - package org.jhotdraw.io
Provides input/output functionality leveraging the java.io package.
org.jhotdraw.samples.draw - package org.jhotdraw.samples.draw
A sample drawing editor showcasing the drawing capabilities of the framework.
org.jhotdraw.samples.net - package org.jhotdraw.samples.net
A very simple network diagram editor.
org.jhotdraw.samples.net.figures - package org.jhotdraw.samples.net.figures
Provides the NodeFigure for network diagrams.
org.jhotdraw.samples.pert - package org.jhotdraw.samples.pert
An editor for PERT (Program Evaluation and Review Technique) diagrams.
org.jhotdraw.samples.pert.figures - package org.jhotdraw.samples.pert.figures
Provides the figurs for PERT diagrams.
org.jhotdraw.samples.svg - package org.jhotdraw.samples.svg
A sample drawing editor with limited support for Scalable Vector Graphics Mobile 1.2 (SVG Mobile 1.2).
org.jhotdraw.samples.svg.action - package org.jhotdraw.samples.svg.action
Provides actions for editing SVG drawings.
org.jhotdraw.samples.svg.figures - package org.jhotdraw.samples.svg.figures
Provides the figures for the SVG basic shapes.
org.jhotdraw.undo - package org.jhotdraw.undo
Provides undo/redo support leveraging the javax.swing.undo package.
org.jhotdraw.util - package org.jhotdraw.util
Contains general purpose utility classes.
org.jhotdraw.util.prefs - package org.jhotdraw.util.prefs
Contains preferences classes leveraging the java.util.prefs package.
org.jhotdraw.xml - package org.jhotdraw.xml
Provides input and output classes from/to document models (DOM).
ORIENTATION - Static variable in class org.jhotdraw.draw.AttributeKeys
Specifies the direction of the triangle.
origin - Variable in class org.jhotdraw.draw.TextFigure
 
OSXDropOnDockAction - Class in org.jhotdraw.app.action
Opens a new project for each file dropped on the dock icon of the application.
OSXDropOnDockAction(Application) - Constructor for class org.jhotdraw.app.action.OSXDropOnDockAction
Creates a new instance.
OSXPaletteHandler - Class in org.jhotdraw.app
Hides all registered floating palettes, if none of the registered project windows has focus anymore.
OSXPaletteHandler(DefaultOSXApplication) - Constructor for class org.jhotdraw.app.OSXPaletteHandler
Creates a new instance.
OSXTogglePaletteAction - Class in org.jhotdraw.app.action
OSXTogglePaletteAction.
OSXTogglePaletteAction(DefaultOSXApplication, Window, String) - Constructor for class org.jhotdraw.app.action.OSXTogglePaletteAction
Creates a new instance.
OUT_BOTTOM - Static variable in class org.jhotdraw.geom.Geom
The bitmask that indicates that a point lies below the rectangle.
OUT_LEFT - Static variable in class org.jhotdraw.geom.Geom
The bitmask that indicates that a point lies to the left of the rectangle.
OUT_RIGHT - Static variable in class org.jhotdraw.geom.Geom
The bitmask that indicates that a point lies to the right of the rectangle.
OUT_TOP - Static variable in class org.jhotdraw.geom.Geom
The bitmask that indicates that a point lies above the rectangle.
outcode(Rectangle, Rectangle) - Static method in class org.jhotdraw.geom.Geom
This method computes a binary OR of the appropriate mask values indicating, for each side of Rectangle r1, whether or not the Rectangle r2 is on the same side of the edge as the rest of this Rectangle.
outcode(Rectangle2D.Double, Rectangle2D.Double) - Static method in class org.jhotdraw.geom.Geom
This method computes a binary OR of the appropriate mask values indicating, for each side of Rectangle r1, whether or not the Rectangle r2 is on the same side of the edge as the rest of this Rectangle.
outlineContains(Point2D.Double, double) - Method in class org.jhotdraw.geom.BezierPath
Returns true, if the outline of this bezier path contains the specified point.
ovalAngleToPoint(Rectangle, double) - Static method in class org.jhotdraw.geom.Geom
Gets the point on an oval that corresponds to the given angle.
ovalAngleToPoint(Rectangle2D.Double, double) - Static method in class org.jhotdraw.geom.Geom
Gets the point on an oval that corresponds to the given angle.

Copyright 1996-2006 © JHotDraw.org
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 Z