org.telscenter.pas.steps
Class Sensemaker

java.lang.Object
  extended by java.beans.beancontext.BeanContextChildSupport
      extended by org.telscenter.pas.beans.PasStep
          extended by org.telscenter.pas.steps.Sensemaker
All Implemented Interfaces:
java.beans.beancontext.BeanContextChild, java.beans.beancontext.BeanContextChildComponentProxy, java.beans.beancontext.BeanContextServiceRevokedListener, java.beans.beancontext.BeanContextServicesListener, java.io.Serializable, java.util.EventListener, net.sf.sail.common.beansupport.ITitleAware, IAuthorNotation, IHelp, IntroductionHtmlAware

public class Sensemaker
extends PasStep
implements IntroductionHtmlAware

Author:
turadg
See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.beans.beancontext.BeanContextChildSupport
beanContext, beanContextChildPeer, pcSupport, rejectedSetBCOnce, vcSupport
 
Constructor Summary
Sensemaker()
           
 
Method Summary
protected  void consumeService(java.beans.beancontext.BeanContextServices bcs, java.lang.Class<? extends java.lang.Object> serviceClass)
           
 java.awt.Component getComponent()
           
 java.lang.String getIntroductionHtml()
           
 net.sf.sail.core.entity.Rim<java.lang.String> getStarterRim()
           
 java.lang.String[] getStockClaims()
           
 java.lang.String getType()
          Replaced by hoverString property
 net.sf.sail.core.entity.Rim<java.lang.String> getWorkRim()
           
protected  void initializePasStep(java.beans.beancontext.BeanContextServices bcs)
           Called by initializeBeanContextResources() during the unmarshalling phase, before the assembly phase.
 void setIntroductionHtml(java.lang.String introductionHtml)
           
 void setStarterRim(net.sf.sail.core.entity.Rim<java.lang.String> starterRim)
           
 void setStockClaims(java.lang.String[] stockClaims)
           
 void setWorkRim(net.sf.sail.core.entity.Rim<java.lang.String> workRim)
           
 
Methods inherited from class org.telscenter.pas.beans.PasStep
addPropertyChangeListener, afterComponentAdded, beforeSessionStart, getAuthorNotes, getHelpId, getHintSet, getHoverString, getTitle, hasHints, initializeBeanContextResources, removePropertyChangeListener, serviceAvailable, setAuthorNotes, setBeanContext, setHintSet, setHoverString, setTitle, stepEnter, stepExit, toString
 
Methods inherited from class java.beans.beancontext.BeanContextChildSupport
addPropertyChangeListener, addVetoableChangeListener, firePropertyChange, fireVetoableChange, getBeanContext, getBeanContextChildPeer, isDelegated, releaseBeanContextResources, removePropertyChangeListener, removeVetoableChangeListener, serviceRevoked, validatePendingSetBeanContext
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Sensemaker

public Sensemaker()
Method Detail

initializePasStep

protected void initializePasStep(java.beans.beancontext.BeanContextServices bcs)
Description copied from class: PasStep

Called by initializeBeanContextResources() during the unmarshalling phase, before the assembly phase. Thus, at this point the object can't make use of anything outside its own context Pod.

By default, does nothing. Override in child.

Overrides:
initializePasStep in class PasStep

getType

public java.lang.String getType()
Description copied from class: PasStep
Replaced by hoverString property

Overrides:
getType in class PasStep
Returns:

consumeService

protected void consumeService(java.beans.beancontext.BeanContextServices bcs,
                              java.lang.Class<? extends java.lang.Object> serviceClass)
Overrides:
consumeService in class PasStep

getComponent

public java.awt.Component getComponent()
Specified by:
getComponent in interface java.beans.beancontext.BeanContextChildComponentProxy

getIntroductionHtml

public java.lang.String getIntroductionHtml()
Specified by:
getIntroductionHtml in interface IntroductionHtmlAware

setIntroductionHtml

public void setIntroductionHtml(java.lang.String introductionHtml)
Specified by:
setIntroductionHtml in interface IntroductionHtmlAware

getStockClaims

public java.lang.String[] getStockClaims()

setStockClaims

public void setStockClaims(java.lang.String[] stockClaims)

getStarterRim

public net.sf.sail.core.entity.Rim<java.lang.String> getStarterRim()

setStarterRim

public void setStarterRim(net.sf.sail.core.entity.Rim<java.lang.String> starterRim)

getWorkRim

public net.sf.sail.core.entity.Rim<java.lang.String> getWorkRim()

setWorkRim

public void setWorkRim(net.sf.sail.core.entity.Rim<java.lang.String> workRim)


Copyright © 2004-2008 TELS Center. All Rights Reserved.