com.swfm.mica.core
Class MiManipulatorSelectionGraphics

java.lang.Object
  extended bycom.swfm.mica.core.MiManipulatorSelectionGraphics
All Implemented Interfaces:
MiiSelectionGraphics, MiiTypes

public class MiManipulatorSelectionGraphics
extends java.lang.Object
implements MiiSelectionGraphics, MiiTypes

This class implements the MiiSelectionGraphics interface. As such it is responsible for the making the appearance of a graphics part when the part is 'selected' different from when it is 'not selected'.

This class implements the MiiSelectionGraphics interface. This implementation attaches a part-specific manipulator to the selected part. Usually this manipulator displays handles which the user can use to resize a part.

Version:
%I% %G%
Author:
Michael L. Davis

Field Summary
     
Constructor Summary
MiManipulatorSelectionGraphics()
          Constructs a new MiManipulatorSelectionGraphics.
 
Method Summary
 void select(MiEditor editor, MiPart part, boolean flag)
          This method tells this selection graphics appearance manager whether the given part in the given editor is selected.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MiManipulatorSelectionGraphics

public MiManipulatorSelectionGraphics()
Constructs a new MiManipulatorSelectionGraphics.

Method Detail

select

public void select(MiEditor editor,
                   MiPart part,
                   boolean flag)
This method tells this selection graphics appearance manager whether the given part in the given editor is selected. This implementation attaches a part-specific manipulator to the selected part.

Specified by:
select in interface MiiSelectionGraphics
Parameters:
editor - the editor
part - the part whose selection state has changed.
flag - true if the part is now selected.