|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
|
+--javax.swing.plaf.ComponentUI
|
+--sos.reports.ReportPaneUI
The JReportPane pluggable look and feel delegate.
JReportPane| Constructor Summary | |
ReportPaneUI()
|
|
| Method Summary | |
abstract View |
elementToView(JReportPane reportPane,
Element element)
Returns the view that represents the specified element. |
abstract View |
getRootView(JReportPane reportPane)
Returns the top-level view rendering the report of the specified report pane. |
java.lang.String |
getToolTipText(JReportPane reportPane,
java.awt.event.MouseEvent event)
Returns the string to be used as the tooltip for event. |
abstract java.util.Set |
pointToElements(JReportPane reportPane,
java.awt.Point point)
Returns the set of elements occupying the specified point. |
| Methods inherited from class javax.swing.plaf.ComponentUI |
contains, createUI, getAccessibleChild, getAccessibleChildrenCount, getMaximumSize, getMinimumSize, getPreferredSize, installUI, paint, uninstallUI, update |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public ReportPaneUI()
| Method Detail |
public abstract View getRootView(JReportPane reportPane)
reportPane - the report pane whose root view is requested
public java.lang.String getToolTipText(JReportPane reportPane,
java.awt.event.MouseEvent event)
event.
By default this returns null.
reportPane - the report pane for which the tool tip is requestedevent - the mouse event triggering the request
reportPane as a result of event
public abstract View elementToView(JReportPane reportPane,
Element element)
reportPane - the report pane for which the tool tip is requestedelement - the report element for which the corresponding view
is requested
element
public abstract java.util.Set pointToElements(JReportPane reportPane,
java.awt.Point point)
reportPane - the report pane for which the elements are requestedpoint - the point at which the elements are requested
point
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||