Package io.guise.framework.platform.web
Class AbstractWebDepictor<O extends DepictedObject>
java.lang.Object
io.guise.framework.platform.AbstractDepictor<O>
io.guise.framework.platform.web.AbstractWebDepictor<O>
- Type Parameters:
O
- The type of object being depicted.
- All Implemented Interfaces:
Depictor<O>
- Direct Known Subclasses:
AbstractWebPlatformFileCollectorDepictor
,WebAudioDepictor
An abstract depictor for the web.
- Author:
- Garret Wilson
-
Nested Class Summary
Nested classes/interfaces inherited from class io.guise.framework.platform.AbstractDepictor
AbstractDepictor.DepictedPropertyChangeListener
-
Field Summary
Fields inherited from interface io.guise.framework.platform.Depictor
GENERAL_PROPERTY
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class io.guise.framework.platform.AbstractDepictor
depict, depictedObjectPropertyChange, getDepictContext, getDepictedObject, getDepictedPropertyChangeListener, getIgnoredProperties, getModifiedProperties, getSession, installed, isDepicted, processEvent, setDepicted, setPropertyModified, uninstalled
-
Constructor Details
-
AbstractWebDepictor
public AbstractWebDepictor()
-
-
Method Details
-
getPlatform
- Specified by:
getPlatform
in interfaceDepictor<O extends DepictedObject>
- Overrides:
getPlatform
in classAbstractDepictor<O extends DepictedObject>
- Returns:
- The platform on which this depictor is depicting objects.
-