com.swfm.mica.view
Class MiViewManagerPostGraphicsCreationHandler

java.lang.Object
  extended bycom.swfm.mica.view.MiViewManagerPostGraphicsCreationHandler

public abstract class MiViewManagerPostGraphicsCreationHandler
extends java.lang.Object

This class implements the MiiViewManager interface. It supports a wide range of graphics typically used in graphics editors and palettes. It assumes that the precise type of the target will be taken into account target by a subclass of this abstract class.

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

Constructor Summary
MiViewManagerPostGraphicsCreationHandler()
           
 
Method Summary
abstract  void created(MiParts parts, MiContainer paletteParts)
           
 MiViewManagerPostGraphicsCreationHandler getNextHandler()
           
 void notifyHandlers(MiParts parts, MiContainer paletteParts)
           
 void setNextHandler(MiViewManagerPostGraphicsCreationHandler handler)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MiViewManagerPostGraphicsCreationHandler

public MiViewManagerPostGraphicsCreationHandler()
Method Detail

created

public abstract void created(MiParts parts,
                             MiContainer paletteParts)

notifyHandlers

public void notifyHandlers(MiParts parts,
                           MiContainer paletteParts)

setNextHandler

public void setNextHandler(MiViewManagerPostGraphicsCreationHandler handler)

getNextHandler

public MiViewManagerPostGraphicsCreationHandler getNextHandler()