|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
The TaskButton interface provides a whole of methods to activate /close and opens tasks.
@copyright(c) Copyright IBM Corporation 2000.
Method Summary | |
void |
activate()
this method activates the navigation Area associated to this Task and gets the focus. |
void |
closeTask()
this method closes the task class and close the navigation Area and all the views opened at the area. |
SpInternalFrame |
getInternalFrame()
Gets the internal Frame associated to 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)
This method open a Task and associates a Navigation Cotroller to 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
- StringexecOp
- Booleantype
- Stringtask
- intparameters
- Stringwidth
- intheight
- intx
- inty
- int
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |