Extension SDK 9.0.5

oracle.jdeveloper.uieditor
Class AbstractCanvasController

java.lang.Object
  extended byoracle.jdeveloper.uieditor.AbstractCanvasController
All Implemented Interfaces:
Controller

public abstract class AbstractCanvasController
extends java.lang.Object
implements Controller

AbstractCanvasController provides an implementation of Controller based upon BaseController. Special handling has been included to deal with UIEditorCanvas toolbar sensitivities. Integrators are encouraged to extend this class for the Controller of any UIEditorCanvas introduced.

See Also:
UIEditorCanvas, Controller

Constructor Summary
AbstractCanvasController()
           
 
Method Summary
protected abstract  ModelFactory getModelFactory()
          Get the ModelFactory associated with this Controller.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface oracle.ide.addin.Controller
handleEvent, update
 

Constructor Detail

AbstractCanvasController

public AbstractCanvasController()
Method Detail

getModelFactory

protected abstract ModelFactory getModelFactory()
Get the ModelFactory associated with this Controller.

Returns:
the ModelFactory associated with this Controller.

Extension SDK

 

Copyright © 1997, 2004, Oracle. All rights reserved.