com.guiseframework.platform.web
Class AbstractWebDepictor<O extends DepictedObject>

java.lang.Object
  extended by com.guiseframework.platform.AbstractDepictor<O>
      extended by com.guiseframework.platform.web.AbstractWebDepictor<O>
Type Parameters:
O - The type of object being depicted.
All Implemented Interfaces:
Depictor<O>
Direct Known Subclasses:
AbstractWebPlatformFileCollectorDepictor, WebAudioDepictor

public abstract class AbstractWebDepictor<O extends DepictedObject>
extends AbstractDepictor<O>

An abstract depictor for the web.

Author:
Garret Wilson

Nested Class Summary
 
Nested classes/interfaces inherited from class com.guiseframework.platform.AbstractDepictor
AbstractDepictor.DepictedPropertyChangeListener
 
Field Summary
 
Fields inherited from interface com.guiseframework.platform.Depictor
GENERAL_PROPERTY
 
Constructor Summary
AbstractWebDepictor()
           
 
Method Summary
 WebPlatform getPlatform()
           
 
Methods inherited from class com.guiseframework.platform.AbstractDepictor
depict, depictedObjectPropertyChange, getDepictContext, getDepictedObject, getDepictedPropertyChangeListener, getIgnoredProperties, getModifiedProperties, getSession, installed, isDepicted, processEvent, setDepicted, setPropertyModified, uninstalled
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbstractWebDepictor

public AbstractWebDepictor()
Method Detail

getPlatform

public WebPlatform getPlatform()
Specified by:
getPlatform in interface Depictor<O extends DepictedObject>
Overrides:
getPlatform in class AbstractDepictor<O extends DepictedObject>
Returns:
The web platform on which this depictor is depicting ojects.


Copyright © 2005-2010 GlobalMentor, Inc. All Rights Reserved.