| 
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1.4.0) E13403-05  | 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectoracle.javatools.ui.datatips.DataTipWindow
public class DataTipWindow
DataTips appear on screen as a series of overlapping windows with each level being on level of a branch of the data model. A DataTipWindow is the implementation of one of those windows.
| Constructor Summary | |
|---|---|
DataTipWindow(DataTipWindow parentTipWindow,
              java.awt.Window owner,
              oracle.javatools.ui.datatips.NodeTableModel tableModel,
              TableCustomizer tableCustomizer)
 | 
|
| Method Summary | |
|---|---|
 void | 
dispose()
Will hide and clean up this tip window, and then call dispose on its child DataTipWindow  | 
 void | 
disposeAll()
Will hide and clean up this tip window, and then call dispose on its child DataTipWindow, then call disposeAll up the DataTipWindow hierarchy until it reaches the root tip window  | 
 void | 
disposeChildren()
Will call dispose on this windows child DataTipWindow  | 
 DataTipWindow | 
getChildTipWindow()
 | 
 java.awt.Rectangle | 
getScreenBounds()
Get the bounds of this DataTip window in screen coordinates  | 
 int | 
getSelectedRow()
 | 
 javax.swing.JWindow | 
getWindow()
 | 
 boolean | 
isExpanded()
 | 
 void | 
setLocationRectangle(java.awt.Rectangle rect)
Location of this data tip window in screen coordinates, the tip will appear around this bounding rectangle, but will not obscure it  | 
 void | 
setVisible(boolean visible)
 | 
| Methods inherited from class java.lang.Object | 
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Constructor Detail | 
|---|
public DataTipWindow(DataTipWindow parentTipWindow,
                     java.awt.Window owner,
                     oracle.javatools.ui.datatips.NodeTableModel tableModel,
                     TableCustomizer tableCustomizer)
| Method Detail | 
|---|
public void setLocationRectangle(java.awt.Rectangle rect)
rect - public void setVisible(boolean visible)
public boolean isExpanded()
public int getSelectedRow()
public void dispose()
public void disposeChildren()
public void disposeAll()
public java.awt.Rectangle getScreenBounds()
public DataTipWindow getChildTipWindow()
public javax.swing.JWindow getWindow()
  | 
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1.4.0) E13403-05  | 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||