oracle.jdeveloper.uieditor
Class AbstractCanvasController
java.lang.Object
oracle.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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AbstractCanvasController
public AbstractCanvasController()
getModelFactory
protected abstract ModelFactory getModelFactory()
- Get the ModelFactory associated with this Controller.
- Returns:
- the ModelFactory associated with this Controller.
Copyright © 1997, 2004, Oracle. All rights reserved.