JHotDraw 6.0b1

Uses of Interface
org.jhotdraw.framework.FigureSelectionListener

Packages that use FigureSelectionListener
org.jhotdraw.applet   
org.jhotdraw.application   
org.jhotdraw.contrib   
org.jhotdraw.contrib.zoom   
org.jhotdraw.figures   
org.jhotdraw.framework   
org.jhotdraw.samples.javadraw   
org.jhotdraw.samples.minimap   
org.jhotdraw.samples.net   
org.jhotdraw.samples.nothing   
org.jhotdraw.samples.offsetConnectors   
org.jhotdraw.samples.pert   
org.jhotdraw.standard   
org.jhotdraw.util   
 

Uses of FigureSelectionListener in org.jhotdraw.applet
 

Classes in org.jhotdraw.applet that implement FigureSelectionListener
 class DrawApplet
          DrawApplication defines a standard presentation for a drawing editor that is run as an applet.
 

Uses of FigureSelectionListener in org.jhotdraw.application
 

Classes in org.jhotdraw.application that implement FigureSelectionListener
 class DrawApplication
          DrawApplication defines a standard presentation for standalone drawing editors.
 

Uses of FigureSelectionListener in org.jhotdraw.contrib
 

Classes in org.jhotdraw.contrib that implement FigureSelectionListener
 class MDI_DrawApplication
          Many applications have the ability to deal with multiple internal windows.
 class SplitPaneDrawApplication
          A specialised DrawApplication, which offers basic support for a simple splitted pane content.
 class SVGDrawApp
           
 

Uses of FigureSelectionListener in org.jhotdraw.contrib.zoom
 

Classes in org.jhotdraw.contrib.zoom that implement FigureSelectionListener
 class ZoomCommand
          A ZoomCommand allows for applying a zoom factor to a ZoomDrawingView.
Several ZoomCommand objects can be created in a menu or toolbar, set to various predefined zoom factors
 

Uses of FigureSelectionListener in org.jhotdraw.figures
 

Classes in org.jhotdraw.figures that implement FigureSelectionListener
 class GroupCommand
          Command to group the selection into a GroupFigure.
 class InsertImageCommand
          Command to insert a named image.
 class UngroupCommand
          Command to ungroup the selected figures.
 

Uses of FigureSelectionListener in org.jhotdraw.framework
 

Subinterfaces of FigureSelectionListener in org.jhotdraw.framework
 interface DrawingEditor
          DrawingEditor defines the interface for coordinating the different objects that participate in a drawing editor.
 

Methods in org.jhotdraw.framework with parameters of type FigureSelectionListener
 void DrawingView.addFigureSelectionListener(FigureSelectionListener fsl)
          Add a listener for selection changes in this DrawingView.
 void DrawingView.removeFigureSelectionListener(FigureSelectionListener fsl)
          Remove a listener for selection changes in this DrawingView.
 

Uses of FigureSelectionListener in org.jhotdraw.samples.javadraw
 

Classes in org.jhotdraw.samples.javadraw that implement FigureSelectionListener
 class JavaDrawApp
           
 class JavaDrawApplet
           
 class JavaDrawViewer
           
 

Uses of FigureSelectionListener in org.jhotdraw.samples.minimap
 

Classes in org.jhotdraw.samples.minimap that implement FigureSelectionListener
 class MiniMapApplication
           
 

Uses of FigureSelectionListener in org.jhotdraw.samples.net
 

Classes in org.jhotdraw.samples.net that implement FigureSelectionListener
 class NetApp
           
 

Uses of FigureSelectionListener in org.jhotdraw.samples.nothing
 

Classes in org.jhotdraw.samples.nothing that implement FigureSelectionListener
 class NothingApp
          A very basic example for demonstraing JHotDraw's capabilities.
 class NothingApplet
           
 

Uses of FigureSelectionListener in org.jhotdraw.samples.offsetConnectors
 

Classes in org.jhotdraw.samples.offsetConnectors that implement FigureSelectionListener
 class ConnectorApp
           
 

Uses of FigureSelectionListener in org.jhotdraw.samples.pert
 

Classes in org.jhotdraw.samples.pert that implement FigureSelectionListener
 class PertApplet
           
 class PertApplication
           
 

Uses of FigureSelectionListener in org.jhotdraw.standard
 

Classes in org.jhotdraw.standard that implement FigureSelectionListener
 class AbstractCommand
           
 class AlignCommand
          Align a selection of figures relative to each other.
 class BringToFrontCommand
          BringToFrontCommand brings the selected figures in the front of the other figures.
 class ChangeAttributeCommand
          Command to change a named figure attribute.
 class CopyCommand
          Copy the selection to the clipboard.
 class CutCommand
          Delete the selection and move the selected figures to the clipboard.
 class DeleteCommand
          Command to delete the selection.
 class DuplicateCommand
          Duplicate the selection and select the duplicates.
 class FigureTransferCommand
          Common base clase for commands that transfer figures between a drawing and the clipboard.
 class PasteCommand
          Command to insert the clipboard into the drawing.
 class SelectAllCommand
          Command to select all figures in a view.
 class SendToBackCommand
          A command to send the selection to the back of the drawing.
 class ToggleGridCommand
          A command to toggle the snap to grid behavior.
 

Methods in org.jhotdraw.standard with parameters of type FigureSelectionListener
 void NullDrawingView.addFigureSelectionListener(FigureSelectionListener fsl)
          Add a listener for selection changes in this DrawingView.
 void StandardDrawingView.addFigureSelectionListener(FigureSelectionListener fsl)
          Add a listener for selection changes.
 void NullDrawingView.removeFigureSelectionListener(FigureSelectionListener fsl)
          Remove a listener for selection changes in this DrawingView.
 void StandardDrawingView.removeFigureSelectionListener(FigureSelectionListener fsl)
          Remove a listener for selection changes.
 

Uses of FigureSelectionListener in org.jhotdraw.util
 

Classes in org.jhotdraw.util that implement FigureSelectionListener
 class RedoCommand
          Command to redo the latest undone change in the drawing.
 class UndoableCommand
           
 class UndoCommand
          Command to undo the latest change in the drawing.
 


JHotDraw 6.0b1