JHotDraw 7.5.1

org.jhotdraw.app
Interface Disposable

All Known Subinterfaces:
PrintableView, View
All Known Implementing Classes:
AboutAction, AbstractApplicationAction, AbstractAttributeEditorHandler, AbstractDrawingViewAction, AbstractPreferencesAction, AbstractSelectedAction, AbstractToolBar, AbstractView, ActionsToolBar, AlignAction, AlignAction.East, AlignAction.Horizontal, AlignAction.North, AlignAction.South, AlignAction.Vertical, AlignAction.West, AlignToolBar, ApplyAttributesAction, ArrangeToolBar, AttributeAction, BringToFrontAction, CanvasToolBar, ClearRecentFilesMenuAction, CombineAction, CombineAction, DefaultAttributeAction, DrawingAttributeAction, DrawingAttributeEditorHandler, DrawingColorChooserAction, DrawingColorChooserHandler, DrawingComponentRepainter, DrawView, EditCanvasAction, EditGridAction, EditorColorChooserAction, ExitAction, FigureAttributeEditorHandler, FigureToolBar, FillToolBar, FontChooserHandler, FontToolBar, GroupAction, IncreaseHandleDetailLevelAction, LinkToolBar, MoveAction, MoveAction.East, MoveAction.North, MoveAction.South, MoveAction.West, MoveConstrainedAction, MoveConstrainedAction.East, MoveConstrainedAction.North, MoveConstrainedAction.South, MoveConstrainedAction.West, NanoXMLDOMInput, NanoXMLDOMOutput, NetView, NewFileAction, NewWindowAction, ODGView, OpenApplicationAction, OpenApplicationFileAction, OpenDirectoryAction, OpenFileAction, OpenRecentFileAction, PertView, PickAttributesAction, ReOpenApplicationAction, SelectionColorChooserAction, SelectionColorChooserHandler, SelectionComponentRepainter, SelectSameAction, SendToBackAction, SplitAction, SplitAction, StrokeToolBar, SVGDrawingPanel, SVGView, TeddyView, ToggleGridAction, ToolsToolBar, UngroupAction, ViewToolBar, ZoomAction

@NotNull
public interface Disposable

Interface for objects which explicitly must be disposed to free resources.

Version:
$Id: Disposable.java 654 2010-06-25 13:27:08Z rawcoder $
Author:
Werner Randelshofer

Method Summary
 void dispose()
          Disposes of all resources held by this object so that they can be garbage collected.
 

Method Detail

dispose

void dispose()
Disposes of all resources held by this object so that they can be garbage collected.


Copyright 1996-2010 (c) by the authors and contributors of the JHotDraw project.
Some rights reserved.