|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.beans.beancontext.BeanContextChildSupport
org.telscenter.pas.beans.PasStep
public abstract class PasStep
Abstract superclass of all beans representing Pas steps.
| Field Summary |
|---|
| Fields inherited from class java.beans.beancontext.BeanContextChildSupport |
|---|
beanContext, beanContextChildPeer, pcSupport, rejectedSetBCOnce, vcSupport |
| Constructor Summary | |
|---|---|
PasStep()
Default constructor for Bean pattern |
|
| Method Summary | |
|---|---|
void |
addPropertyChangeListener(java.beans.PropertyChangeListener listener)
|
void |
afterComponentAdded()
This gets called when the Component returned by getComponent() is added into a Container. |
protected void |
beforeSessionStart()
PasProject calls this method on each step after assembly() and before showing its frame. |
protected void |
consumeService(java.beans.beancontext.BeanContextServices bcs,
java.lang.Class<? extends java.lang.Object> serviceClass)
|
java.lang.String |
getAuthorNotes()
|
java.lang.String |
getHelpId()
|
HintSet |
getHintSet()
|
java.lang.String |
getHoverString()
|
java.lang.String |
getTitle()
|
java.lang.String |
getType()
Replaced by hoverString property |
boolean |
hasHints()
|
protected void |
initializeBeanContextResources()
|
protected void |
initializePasStep(java.beans.beancontext.BeanContextServices bcs)
Called by initializeBeanContextResources() during the unmarshalling phase, before the assembly phase. |
void |
removePropertyChangeListener(java.beans.PropertyChangeListener listener)
|
void |
serviceAvailable(java.beans.beancontext.BeanContextServiceAvailableEvent bcsae)
|
void |
setAuthorNotes(java.lang.String authorNotes)
|
void |
setBeanContext(java.beans.beancontext.BeanContext bc)
|
void |
setHintSet(HintSet hintSet)
|
void |
setHoverString(java.lang.String hoverString)
|
void |
setTitle(java.lang.String title)
|
void |
stepEnter()
|
void |
stepExit()
|
java.lang.String |
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 |
| Methods inherited from interface java.beans.beancontext.BeanContextChildComponentProxy |
|---|
getComponent |
| Constructor Detail |
|---|
public PasStep()
| Method Detail |
|---|
public boolean hasHints()
public void addPropertyChangeListener(java.beans.PropertyChangeListener listener)
public void afterComponentAdded()
This gets called when the Component returned by getComponent() is added into a Container.
beforeSessionStartprotected void beforeSessionStart()
PasProject calls this method on each step after assembly() and before showing its frame. If the step has any heavy lifting to do, do it now so when the user reaches the step it comes up quickly.
NOTE:: this will no be called in authoring, or any environments other than a learning session. It is only a hint and cannot be relied upon.
protected void consumeService(java.beans.beancontext.BeanContextServices bcs,
java.lang.Class<? extends java.lang.Object> serviceClass)
public void stepEnter()
public void stepExit()
public java.lang.String getAuthorNotes()
getAuthorNotes in interface IAuthorNotationpublic HintSet getHintSet()
public java.lang.String getTitle()
getTitle in interface net.sf.sail.common.beansupport.ITitleAwaregetTitle in interface IAuthorNotationprotected void initializeBeanContextResources()
initializeBeanContextResources in class java.beans.beancontext.BeanContextChildSupportprotected void initializePasStep(java.beans.beancontext.BeanContextServices bcs)
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.
bcs - public void removePropertyChangeListener(java.beans.PropertyChangeListener listener)
public void serviceAvailable(java.beans.beancontext.BeanContextServiceAvailableEvent bcsae)
serviceAvailable in interface java.beans.beancontext.BeanContextServicesListenerserviceAvailable in class java.beans.beancontext.BeanContextChildSupportpublic void setAuthorNotes(java.lang.String authorNotes)
setAuthorNotes in interface IAuthorNotationpublic java.lang.String getType()
public java.lang.String getHelpId()
getHelpId in interface IHelpIHelp.getHelpId()
public void setBeanContext(java.beans.beancontext.BeanContext bc)
throws java.beans.PropertyVetoException
setBeanContext in interface java.beans.beancontext.BeanContextChildsetBeanContext in class java.beans.beancontext.BeanContextChildSupportjava.beans.PropertyVetoExceptionBeanContextChildSupport.setBeanContext(java.beans.beancontext.BeanContext)public void setHintSet(HintSet hintSet)
public void setTitle(java.lang.String title)
setTitle in interface net.sf.sail.common.beansupport.ITitleAwaresetTitle in interface IAuthorNotationpublic final java.lang.String toString()
toString in class java.lang.Objectpublic java.lang.String getHoverString()
public void setHoverString(java.lang.String hoverString)
hoverString - the hoverString to set
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||