public interface StepContent
| Modifier and Type | Method and Description | 
|---|---|
void | 
addContentActionListener(ContentActionListener listener)
Add ContentActionListener to this StepContent to listen for any 
 ActionEvents that happens in this content. 
 | 
java.awt.Component | 
getComponent()
Returns the component this StepContent is representing. 
 | 
Step | 
getStep()
Returns the step wo which this StepContent belongs. 
 | 
void | 
removeContentActionListener(ContentActionListener listener)
Remove ContentActionListener from this StepContent. 
 | 
Step getStep()
java.awt.Component getComponent()
void addContentActionListener(ContentActionListener listener)
void removeContentActionListener(ContentActionListener listener)