Oracle Fusion Middleware Java API Reference for Oracle Extension SDK
11g Release 2 (11.1.2.1.0)

E17493-02

oracle.javatools.ui.checklist
Interface StepContent

All Known Implementing Classes:
TaskContent

public interface StepContent

StepContent interface provides the content for the step.


Method Summary
 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.
 

Method Detail

getStep

Step getStep()
Returns the step wo which this StepContent belongs.


getComponent

java.awt.Component getComponent()
Returns the component this StepContent is representing. When the step is expanded this component will be shown in the checklist. When collapse the component will be hidden.


addContentActionListener

void addContentActionListener(ContentActionListener listener)
Add ContentActionListener to this StepContent to listen for any ActionEvents that happens in this content.


removeContentActionListener

void removeContentActionListener(ContentActionListener listener)
Remove ContentActionListener from this StepContent.


Oracle Fusion Middleware Java API Reference for Oracle Extension SDK
11g Release 2 (11.1.2.1.0)

E17493-02

Copyright © 1997, 2011, Oracle. All rights reserved.