Method Summary |
|
abstract protected Class | browserEventClass() Returns the event class this view can manage.
none. |
abstract protected String | browserName() Returns the name of report this view can generate.
none. |
abstract protected String | browserUnit() Returns the data unit for values this view can generate.
none. |
abstract protected BasicComponent | createComponent() Creates a new display component.
none. |
protected void | disposed() Removes objects associated with this DataView instance.
none. |
protected Browser | getBrowser() Returns the SWT browser.
none. |
protected StringBuffer | getBrowserContent() Generates an HTML report.
none. |
public Target | getTarget() Returns the target this view works on.
none. |
public String | getTitle() Returns the title of the view.
none. |
final public void | informSelected() Called when the user wants this DataView instance to create a CTabFolder instance
containing a report.
none. |
protected void | initialize(GUI gui) Sets the current GUI instance.
Parameters: gui - current GUI instance. |