|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Object
|
+--gumbo.util.AbstractDisposable
|
+--gumbo.util.AbstractDelegatable
|
+--gumbo.graphic.space.AbstractViewSpace
A full implementation of the ViewSpace interface. Intended for standalone use, with factory generated config and tree node delegates, or as a wrapper for native graphic delegates.
| Nested Class Summary |
| Nested classes inherited from class gumbo.util.AbstractDelegatable |
AbstractDelegatable.Serial |
| Constructor Summary | |
AbstractViewSpace()
Creates an instance. |
|
| Method Summary | |
java.lang.Object |
getGraphic()
Default implementation: Returns this object (non-native direct implementation). |
ViewSpaceConfig |
getViewSpaceConfig()
Gets the configuration delegate for this view space. |
GraphicSpaceRoot |
getViewSpaceRoot()
Gets the view space tree root. |
protected ViewSpaceConfig |
newViewConfigDelegate()
Called during initialization as the factory method for the view space configuration delegate. |
protected GraphicSpaceRoot |
newViewRootDelegate()
Called during initialization as the factory method for the view space tree node delegate. |
| Methods inherited from class gumbo.util.AbstractDelegatable |
getDelegator, implDispose, initDelegator, initedDelegator, initingDelegator, isDelegatorInited |
| Methods inherited from class gumbo.util.AbstractDisposable |
dispose, isDisposed |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public AbstractViewSpace()
| Method Detail |
protected ViewSpaceConfig newViewConfigDelegate()
protected GraphicSpaceRoot newViewRootDelegate()
public ViewSpaceConfig getViewSpaceConfig()
ViewSpace
getViewSpaceConfig in interface ViewSpacepublic GraphicSpaceRoot getViewSpaceRoot()
ViewSpace
getViewSpaceRoot in interface ViewSpacepublic java.lang.Object getGraphic()
getGraphic in interface Graphic
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||