| Home >> All >> cor >> gui >> [ prf Javadoc ] |
cor.gui.prf: Javadoc index of package cor.gui.prf.
Package Samples:
cor.gui.prf
Classes:
JspmPerfHisto: This class generated the the histograms for the Jspm performance management GUI. Each histogram can contains several charts, which are overlayed. Options can be set by using one of the following function: - SetStrAttr: Set a string attribute. String attributes can be: -# FrameLayout: Set the frame layout (shadow or not). -# Title: Set the title of the histogram. -# Legend: Sets the legend string which describes the different charts - SetBoolAttr: Set a boolean attribute. Boolean attrbutes can be one of: -# FixedMinY: Set the YAxis minimum to a certain value. -# FixedMaxY: Set the YAxis maximum ...
JspmGraphOptions: This class defines the graph options panel. The graph options panel consists of several folder pages. In detail this are: - Graphic: Contains the grid options, logarithmic scale option, show thresholds options and fixed Y option. In case the fixed Y options is choosen the user has to give a maximum Y value for the Y-axis. - Fonts: Contains all the font settings. In details are this the title, labels, legend fonts. The list of available fonts is automatically generated depending on the operating system. - Color: Contains all the color settings for title, background, graph colors and label colors. ...
JspmPerfObjectInfoPanel: Performance object information panel. This panel shows some information about the Jspm performance objects. It displays a list of all objects which are currently loaded into the chart. The information shown are in detail: - host: host name of the object. - resource: resource name of the object. - sub-resource: sub-resource name of the object. - instance: instance name of the object. - interval: performance collector interval. - timestamp: time when the value was taken. - value: the value of this object at a given timestamp.
JspmPerfTreeObject: Performance tree object definition. This class represents one node in the performance tree. The different parameters used to display a node in the tree, which are use by the TreeCellRenderer are defined here. The TreeCellRenderer will use the name of the object to get the icon from the icon table and NOT the label. The node itself will be displayed using the label and NOT the name.
JspmPerfValueBar: JSPM Performance value bar. This class provides the value bar which shows the current value or a resource together with the threshold and the status. The status is displayed as color of the bar. The thresholds are red (critical) or orange (warning) lines on top of the bar. The bar scales itself according to the threshold and the current value.
JspmPerfChartPanel: This class defines the chart panel. Each chart can have several data value arrays. One can add new values to the histogram. On top of the Chart panel are a combo box for selection of the type of histogram to show and a icon panel for some option icons.
JspmPerfThresholdDialog: JSPM Performance Thresholds Dialog. This class provides the thresholds dialog box. This dialog box contains some sliders for the different thresholds.
JspmPerfTree: The JspmPerfTree class provides a dynamically changing tree structure.
JspmPerfObjectThresPanel
| Home | Contact Us | Privacy Policy | Terms of Service |