Serialized Form
-
Package com.vmware.cim.helpers
-
Class com.vmware.cim.helpers.GetHost.IsNotHostAgentException extends com.vmware.cim.helpers.GetHost.GetHostRuntimeFault implements Serializable
- serialVersionUID:
- 1L
-
Class com.vmware.cim.helpers.GetHost.IsNotvCenterException extends com.vmware.cim.helpers.GetHost.GetHostRuntimeFault implements Serializable
- serialVersionUID:
- 1L
-
-
Package com.vmware.connection
-
Class com.vmware.connection.ConnectedVimServiceBase.ConnectionException extends java.lang.RuntimeException implements Serializable
-
Class com.vmware.connection.ConnectionException extends java.lang.RuntimeException implements Serializable
- serialVersionUID:
- 1L
-
Class com.vmware.connection.ConnectionMalformedUrlException extends ConnectionException implements Serializable
- serialVersionUID:
- 1L
-
Class com.vmware.connection.SsoConnection.SSOLoginException extends ConnectionException implements Serializable
- serialVersionUID:
- 1L
-
Class com.vmware.connection.SsoConnection.SSOLogoutException extends ConnectionException implements Serializable
- serialVersionUID:
- 1L
-
-
Package com.vmware.connection.helpers
-
Class com.vmware.connection.helpers.BaseHelper.HelperException extends java.lang.RuntimeException implements Serializable
-
-
Package com.vmware.performance.widgets
-
Class com.vmware.performance.widgets.LineChart extends javax.swing.JComponent implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
mAntialias
boolean mAntialias
True if Antialiasing should be used when rendering the chart. -
mAverageWindow
int mAverageWindow
Number of sample points to use when calculating the moving average. -
mAverageWindowValues
float[] mAverageWindowValues
Moving average of the sample point data. -
mCrossColor
java.awt.Color mCrossColor
-
mDarkGridColor
java.awt.Color mDarkGridColor
-
mDFormat
java.lang.String mDFormat
Format of the text which is displayed over the component as the user moves the mouse over the line chart. -
mFloatFormat
java.text.DecimalFormat mFloatFormat
Decimal number format. -
mFormat
java.lang.String mFormat
Format of the text which is displayed along the x (time) axis of the chart. -
mFrameColor
java.awt.Color mFrameColor
-
mIntFormat
java.text.DecimalFormat mIntFormat
Integer number format. -
mLightGridColor
java.awt.Color mLightGridColor
-
mLightLineColor
java.awt.Color mLightLineColor
-
mLineColor
java.awt.Color mLineColor
-
mLineSampleInterval
int mLineSampleInterval
Number of sample points between vertical lines. -
mMaskColor
java.awt.Color mMaskColor
-
mMaskFrameColor
java.awt.Color mMaskFrameColor
-
mMax
int mMax
Maximum value in m_values. -
mMin
int mMin
Minimum value in m_values. -
mMouseOver
boolean mMouseOver
-
mMousePressed
boolean mMousePressed
-
mMouseX
int mMouseX
-
mMouseY
int mMouseY
-
mSampleInterval
long mSampleInterval
The number of milliseconds represented by each data sample. -
mTime
long mTime
Time of the last sample point. -
mValues
int[] mValues
Sample point data.
-
-
Class com.vmware.performance.widgets.StatsTable extends javax.swing.JPanel implements Serializable
- serialVersionUID:
- 2821522831471275495L
-
Serialized Fields
-
label
javax.swing.JLabel label
The label. -
tableModel
com.vmware.performance.widgets.StatsTable.StatsTableModel tableModel
The table model.
-
-