| |
|
| java.lang.Object net.fenyo.gnetwatch.GUI.VisualElement net.fenyo.gnetwatch.data.DataView net.fenyo.gnetwatch.data.GeneralInformationsView
GeneralInformationsView | public class GeneralInformationsView extends DataView (Code) | | This view is intended to display general informations.
author: Alexandre Fenyo version: $Id: GeneralInformationsView.java,v 1.10 2007/03/03 00:38:20 fenyo Exp $ |
GeneralInformationsView | public GeneralInformationsView(GUI gui, Target target)(Code) | | Constructor.
Parameters: gui - current GUI instance. Parameters: target - ingress target interface. |
browserEventClass | protected Class browserEventClass()(Code) | | Returns the event class this view can manage.
none. Class event class. |
browserName | protected String browserName()(Code) | | Returns the name of report this view can generate.
none. String report name. |
browserUnit | protected String browserUnit()(Code) | | Returns the data unit for values this view can generate.
none. String data unit. |
createComponent | protected BasicComponent createComponent()(Code) | | Creates a new display component.
none. BasicComponent new display component. |
getBrowserContent | protected StringBuffer getBrowserContent()(Code) | | Returns a report as an HTML string.
none. StringBull HTML report. |
|
|
|