|
IBM Branch Transformation Toolkit Javadoc | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
The TaskButton interface provides methods to activate (close and opens) tasks.
@copyright(c) Copyright IBM Corporation 2000.
Method Summary | |
---|---|
void |
activate()
Activates the navigation Area associated with this Task and gets the focus. |
void |
closeTask()
Closes the task class and the navigation Area and all the views opened at the area. |
SpInternalFrame |
getInternalFrame()
Gets the internal Frame associated with the Task. |
void |
openTask(java.lang.String viewId,
java.lang.String launchable,
java.lang.String type,
int task,
java.lang.String parameters,
int width,
int height,
int x,
int y)
Opens a Task and associates a Navigation Controller with the task. |
Methods inherited from interface com.ibm.dse.gui.CoordinatedEventListener |
---|
handleDSECoordinationEvent |
Method Detail |
public void activate()
public void closeTask()
public SpInternalFrame getInternalFrame()
public void openTask(java.lang.String viewId, java.lang.String launchable, java.lang.String type, int task, java.lang.String parameters, int width, int height, int x, int y) throws java.lang.Exception
viewId
- Stringlaunchable
- Stringtype
- Stringtask
- intparameters
- Stringwidth
- intheight
- intx
- inty
- int
java.lang.Exception
|
IBM Branch Transformation Toolkit Javadoc | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |