Overview
Package
Class
Use
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
R
S
T
U
V
W
X
Y
Z
U
undo()
- Method in class org.jhotdraw.contrib.dnd.
JHDDragSourceListener.RemoveUndoActivity
undo()
- Method in class org.jhotdraw.contrib.dnd.
JHDDropTargetListener.AddUndoActivity
undo()
- Method in class org.jhotdraw.contrib.
TextAreaTool.UndoActivity
Undo the activity
undo()
- Method in class org.jhotdraw.figures.
BorderTool.UndoActivity
undo()
- Method in class org.jhotdraw.figures.
ConnectedTextTool.DeleteUndoActivity
undo()
- Method in class org.jhotdraw.figures.
ConnectedTextTool.UndoActivity
undo()
- Method in class org.jhotdraw.figures.
FontSizeHandle.UndoActivity
undo()
- Method in class org.jhotdraw.figures.
GroupCommand.UndoActivity
undo()
- Method in class org.jhotdraw.figures.
InsertImageCommand.UndoActivity
undo()
- Method in class org.jhotdraw.figures.
PolyLineHandle.UndoActivity
undo()
- Method in class org.jhotdraw.figures.
TextTool.UndoActivity
undo()
- Method in class org.jhotdraw.figures.
UngroupCommand.UndoActivity
undo()
- Method in class org.jhotdraw.standard.
AlignCommand.UndoActivity
undo()
- Method in class org.jhotdraw.standard.
ChangeAttributeCommand.UndoActivity
undo()
- Method in class org.jhotdraw.standard.
ChangeConnectionHandle.UndoActivity
undo()
- Method in class org.jhotdraw.standard.
ConnectionTool.UndoActivity
undo()
- Method in class org.jhotdraw.standard.
CutCommand.UndoActivity
undo()
- Method in class org.jhotdraw.standard.
DeleteCommand.UndoActivity
undo()
- Method in class org.jhotdraw.standard.
DragTracker.UndoActivity
undo()
- Method in class org.jhotdraw.standard.
PasteCommand.UndoActivity
undo()
- Method in class org.jhotdraw.standard.
SelectAllCommand.UndoActivity
undo()
- Method in class org.jhotdraw.standard.
SendToBackCommand.UndoActivity
undo()
- Method in interface org.jhotdraw.util.
Undoable
Undo the activity
undo()
- Method in class org.jhotdraw.util.
UndoableAdapter
Undo the activity
undo()
- Method in class org.jhotdraw.util.
UndoRedoActivity
Undo the activity
Undoable
- Interface in
org.jhotdraw.util
UndoableAdapter
- Class in
org.jhotdraw.util
Most basic implementation for an Undoable activity.
UndoableAdapter(DrawingView)
- Constructor for class org.jhotdraw.util.
UndoableAdapter
UndoableAdapterTest
- Class in
org.jhotdraw.test.util
TestCase UndoableAdapterTest is generated by JUnitDoclet to hold the tests for UndoableAdapter.
UndoableAdapterTest(String)
- Constructor for class org.jhotdraw.test.util.
UndoableAdapterTest
Constructor UndoableAdapterTest is basically calling the inherited constructor to initiate the TestCase for use by the Framework.
UndoableCommand
- Class in
org.jhotdraw.util
UndoableCommand(Command)
- Constructor for class org.jhotdraw.util.
UndoableCommand
UndoableCommandTest
- Class in
org.jhotdraw.test.util
TestCase UndoableCommandTest is generated by JUnitDoclet to hold the tests for UndoableCommand.
UndoableCommandTest(String)
- Constructor for class org.jhotdraw.test.util.
UndoableCommandTest
Constructor UndoableCommandTest is basically calling the inherited constructor to initiate the TestCase for use by the Framework.
UndoableHandle
- Class in
org.jhotdraw.util
UndoableHandle(Handle)
- Constructor for class org.jhotdraw.util.
UndoableHandle
Constructor for
UndoableHandle
.
UndoableHandle(Handle, DrawingView)
- Constructor for class org.jhotdraw.util.
UndoableHandle
Deprecated.
use the constructor without the DrawingView instead
UndoableHandleTest
- Class in
org.jhotdraw.test.util
TestCase UndoableHandleTest is generated by JUnitDoclet to hold the tests for UndoableHandle.
UndoableHandleTest(String)
- Constructor for class org.jhotdraw.test.util.
UndoableHandleTest
Constructor UndoableHandleTest is basically calling the inherited constructor to initiate the TestCase for use by the Framework.
UndoableTool
- Class in
org.jhotdraw.util
UndoableTool(Tool)
- Constructor for class org.jhotdraw.util.
UndoableTool
UndoableToolTest
- Class in
org.jhotdraw.test.util
TestCase UndoableToolTest is generated by JUnitDoclet to hold the tests for UndoableTool.
UndoableToolTest(String)
- Constructor for class org.jhotdraw.test.util.
UndoableToolTest
Constructor UndoableToolTest is basically calling the inherited constructor to initiate the TestCase for use by the Framework.
UndoCommand
- Class in
org.jhotdraw.util
Command to undo the latest change in the drawing.
UndoCommand(String, DrawingEditor)
- Constructor for class org.jhotdraw.util.
UndoCommand
Constructs a properties command.
UndoCommandTest
- Class in
org.jhotdraw.test.util
TestCase UndoCommandTest is generated by JUnitDoclet to hold the tests for UndoCommand.
UndoCommandTest(String)
- Constructor for class org.jhotdraw.test.util.
UndoCommandTest
Constructor UndoCommandTest is basically calling the inherited constructor to initiate the TestCase for use by the Framework.
UndoManager
- Class in
org.jhotdraw.util
This class manages all the undoable commands.
UndoManager()
- Constructor for class org.jhotdraw.util.
UndoManager
UndoManager(int)
- Constructor for class org.jhotdraw.util.
UndoManager
UndoManagerTest
- Class in
org.jhotdraw.test.util
TestCase UndoManagerTest is generated by JUnitDoclet to hold the tests for UndoManager.
UndoManagerTest(String)
- Constructor for class org.jhotdraw.test.util.
UndoManagerTest
Constructor UndoManagerTest is basically calling the inherited constructor to initiate the TestCase for use by the Framework.
UndoRedoActivity
- Class in
org.jhotdraw.util
An UndoRedoActivity can be used to turn a UndoActivity into a RedoActivity.
UndoRedoActivityTest
- Class in
org.jhotdraw.test.util
TestCase UndoRedoActivityTest is generated by JUnitDoclet to hold the tests for UndoRedoActivity.
UndoRedoActivityTest(String)
- Constructor for class org.jhotdraw.test.util.
UndoRedoActivityTest
Constructor UndoRedoActivityTest is basically calling the inherited constructor to initiate the TestCase for use by the Framework.
unfreezeView()
- Method in interface org.jhotdraw.framework.
DrawingView
Unfreezes the view by releasing the drawing lock.
unfreezeView()
- Method in class org.jhotdraw.standard.
NullDrawingView
Unfreezes the view by releasing the drawing lock.
unfreezeView()
- Method in class org.jhotdraw.standard.
StandardDrawingView
Unfreezes the view by releasing the drawing lock.
UngroupCommand
- Class in
org.jhotdraw.figures
Command to ungroup the selected figures.
UngroupCommand(String, DrawingEditor)
- Constructor for class org.jhotdraw.figures.
UngroupCommand
Constructs a group command.
UngroupCommand.UndoActivity
- Class in
org.jhotdraw.figures
UngroupCommand.UndoActivity(DrawingView)
- Constructor for class org.jhotdraw.figures.
UngroupCommand.UndoActivity
UngroupCommandTest
- Class in
org.jhotdraw.test.figures
TestCase UngroupCommandTest is generated by JUnitDoclet to hold the tests for UngroupCommand.
UngroupCommandTest(String)
- Constructor for class org.jhotdraw.test.figures.
UngroupCommandTest
Constructor UngroupCommandTest is basically calling the inherited constructor to initiate the TestCase for use by the Framework.
unlock()
- Method in interface org.jhotdraw.contrib.html.
DisposableResourceHolder
Unlocks the resource so it can be automatically disposed of again.
unlock()
- Method in class org.jhotdraw.contrib.html.
StandardDisposableResourceHolder
Unlocks the resource so it can be automatically disposed of again.
unlock()
- Method in interface org.jhotdraw.framework.
Drawing
Releases the drawing lock.
unlock()
- Method in class org.jhotdraw.standard.
StandardDrawing
Releases the drawing lock.
unregisterContentProducer(Class, ContentProducer)
- Method in class org.jhotdraw.contrib.html.
ContentProducerRegistry
Unregisters a producer
unregisterContentProducer(Class, ContentProducer)
- Method in class org.jhotdraw.contrib.html.
HTMLTextAreaFigure
Unregisters a registered content producer.
unregisterDefaultContentProducer(Class, ContentProducer)
- Static method in class org.jhotdraw.contrib.html.
ContentProducerRegistry
Unregisters ie: removes a registered producer for a target class.
unregisterResource(DisposableResourceHolder)
- Method in interface org.jhotdraw.contrib.html.
DisposableResourceManager
Unregisters a resource so it is not automatically GCed.
unregisterResource(DisposableResourceHolder)
- Method in class org.jhotdraw.contrib.html.
StandardDisposableResourceManager
Unregisters a resource so it is not automatically GCed.
update()
- Method in class org.jhotdraw.contrib.
GraphicalCompositeFigure
Explicit update: an updated involves a layout for all contained figures.
updateConnection()
- Method in class org.jhotdraw.figures.
ElbowConnection
updateConnection()
- Method in class org.jhotdraw.figures.
LineConnection
Updates the connection.
updateConnection()
- Method in interface org.jhotdraw.framework.
ConnectionFigure
Updates the connection
updateTitle(String)
- Method in interface org.jhotdraw.contrib.
Desktop
updateTitle(String)
- Method in class org.jhotdraw.contrib.
JPanelDesktop
updateTitle(String)
- Method in class org.jhotdraw.contrib.
JScrollPaneDesktop
updateTitle(String)
- Method in class org.jhotdraw.contrib.
MDIDesktopPane
updateTitle(String)
- Method in class org.jhotdraw.contrib.
SplitPaneDesktop
URL
- Static variable in class org.jhotdraw.framework.
FigureAttributeConstant
URL_STR
- Static variable in class org.jhotdraw.framework.
FigureAttributeConstant
URLContentProducer
- Class in
org.jhotdraw.contrib.html
URLContentProducer produces string contents from URLs.
URLContentProducer()
- Constructor for class org.jhotdraw.contrib.html.
URLContentProducer
Constructor for the URLContentProducer object
URLContentProducer(URL)
- Constructor for class org.jhotdraw.contrib.html.
URLContentProducer
Constructor for the URLContentProducer object
URLTool
- Class in
org.jhotdraw.samples.javadraw
A tool to attach URLs to figures.
URLTool(DrawingEditor)
- Constructor for class org.jhotdraw.samples.javadraw.
URLTool
URLToolTest
- Class in
org.jhotdraw.test.samples.javadraw
TestCase URLToolTest is generated by JUnitDoclet to hold the tests for URLTool.
URLToolTest(String)
- Constructor for class org.jhotdraw.test.samples.javadraw.
URLToolTest
Constructor URLToolTest is basically calling the inherited constructor to initiate the TestCase for use by the Framework.
usesBufferedDraw()
- Method in class org.jhotdraw.contrib.html.
HTMLTextAreaFigure
Gets the usesBufferedDraw attribute of the HTMLTextAreaFigure object
usesDirectDraw()
- Method in class org.jhotdraw.contrib.html.
HTMLTextAreaFigure
Gets the usesDirectDraw status of the HTMLTextAreaFigure object
UtilSuite
- Class in
org.jhotdraw.test.util
TestSuite UtilSuite
UtilSuite()
- Constructor for class org.jhotdraw.test.util.
UtilSuite
Overview
Package
Class
Use
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
R
S
T
U
V
W
X
Y
Z