| 
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1.6.0) E13403-07  | 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ActionTipTask
A request to the ActionTipManager to (at some point in the near future) display a ActionTip. The ActionTip isn't displayed immediately, and may be canceled before it is displayed, so clients should not create all the tip specific objects until prompted by the manager (via getActionTipContent)
| Method Summary | |
|---|---|
 void | 
actionTipResult(ActionTipManager.TaskResult result)
The manager has finished displaying this ActionTip and is returning the result to the client.  | 
 javax.swing.JComponent | 
getActionTipContent()
The ActionTipManager has decided it is time for this provider to display the tip for this task.  | 
 java.awt.Rectangle | 
getLocation()
 | 
 javax.swing.JComponent | 
getParentComponent()
This tip will be displayed above a component at a fixed location supplied by the task.  | 
 boolean | 
isCancelable()
 | 
| Method Detail | 
|---|
javax.swing.JComponent getActionTipContent()
javax.swing.JComponent getParentComponent()
java.awt.Rectangle getLocation()
void actionTipResult(ActionTipManager.TaskResult result)
result - whether the tip was accepted or rejected by the user, or
 other possible results.boolean isCancelable()
  | 
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1.6.0) E13403-07  | 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||