|
||||||||||
| 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
org.telscenter.pas.steps.JgroupsDraw
public class JgroupsDraw
| Field Summary |
|---|
| Fields inherited from class java.beans.beancontext.BeanContextChildSupport |
|---|
beanContext, beanContextChildPeer, pcSupport, rejectedSetBCOnce, vcSupport |
| Constructor Summary | |
|---|---|
JgroupsDraw()
|
|
| Method Summary | |
|---|---|
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. |
java.awt.Component |
getComponent()
|
java.lang.String |
getNetworkProperties()
|
void |
setNetworkProperties(java.lang.String whiteboardProperties)
|
| Methods inherited from class org.telscenter.pas.beans.PasStep |
|---|
addPropertyChangeListener, consumeService, getAuthorNotes, getHelpId, getHintSet, getHoverString, getTitle, getType, hasHints, initializeBeanContextResources, initializePasStep, 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 |
|---|
public JgroupsDraw()
| Method Detail |
|---|
protected void beforeSessionStart()
PasStepPasProject 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.
beforeSessionStart in class PasSteppublic java.awt.Component getComponent()
public void afterComponentAdded()
PasStepThis gets called when the Component returned by getComponent() is added into a Container.
afterComponentAdded in class PasStepbeforeSessionStartpublic java.lang.String getNetworkProperties()
public void setNetworkProperties(java.lang.String whiteboardProperties)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||