com.swfm.mica.view
Class MiViewManagerPostGraphicsCreationHandler
java.lang.Object
com.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
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MiViewManagerPostGraphicsCreationHandler
public MiViewManagerPostGraphicsCreationHandler()
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()