wt.wildfire
Class WildfireIconDelegate

java.lang.Object
  extended bywt.fc.IconDelegate
      extended bywt.wildfire.WildfireIconDelegate
All Implemented Interfaces:
Externalizable, Serializable
Direct Known Subclasses:
EPMWorkspaceIconDelegate

public abstract class WildfireIconDelegate
extends IconDelegate

See Also:
Serialized Form

Field Summary
 
Fields inherited from class wt.fc.IconDelegate
COMPUTE_SHARED_FROM_GLYPH, COMPUTE_SHARED_TO_GLYPH, DISPLAY_SHARED_FROM_GLYPH, DISPLAY_SHARED_TO_GLYPH, EXTERNALIZATION_VERSION_UID, NO_SHARED_FROM_GLYPH, NO_SHARED_TO_GLYPH, OLD_FORMAT_VERSION_UID, SHARED_FROM, SHARED_TO
 
Constructor Summary
WildfireIconDelegate()
           
 
Method Summary
abstract  IconSelector getOpenIconSelector(HTTPState a_State)
          

Supported API: false
abstract  IconSelector getStandardIconSelector(HTTPState a_State)
          

Supported API: false
 
Methods inherited from class wt.fc.IconDelegate
getContextContainer, getFactory, getObject, getOpenIconSelector, getSharedFromDisplay, getSharedToDisplay, getStandardIconSelector, getTargetClass, readExternal, readVersion, resolveSelector, setFactory, setObject, setShareGlyphDisplay, setTargetClass, writeExternal
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WildfireIconDelegate

public WildfireIconDelegate()
Method Detail

getStandardIconSelector

public abstract IconSelector getStandardIconSelector(HTTPState a_State)
                                              throws WTException,
                                                     IllegalAccessException,
                                                     InvocationTargetException


Supported API: false

Parameters:
a_State -
Returns:
IconSelector
Throws:
WTException
IllegalAccessException
InvocationTargetException

getOpenIconSelector

public abstract IconSelector getOpenIconSelector(HTTPState a_State)
                                          throws WTException,
                                                 IllegalAccessException,
                                                 InvocationTargetException


Supported API: false

Parameters:
a_State -
Returns:
IconSelector
Throws:
WTException
IllegalAccessException
InvocationTargetException