Serialized Form


Package com.ccg.awt

Class com.ccg.awt.ImageButton extends TallButton implements Serializable

serialVersionUID: -7723712487171398187L

Serialized Fields

_ReleasedImage

Image _ReleasedImage
Holds the image to display when button is released.

 
Since:
1.0

_PressedImage

Image _PressedImage
Holds the image to display when button is pressed.

 
Since:
1.0

_DisabledImage

Image _DisabledImage
Holds the image to display when button is disabled.

 
Since:
1.0

_RolloverImage

Image _RolloverImage
Holds the image to display when the mouse moves over the button

 
Since:
1.0

_ImageScaled

boolean _ImageScaled
Will images be scaled to the size of the component.

 
Since:
1.0

Class com.ccg.awt.ImageViewer extends Component implements Serializable

serialVersionUID: 4240002011433221536L

Serialized Fields

_Image

Image _Image
Holds the displayed image

 
Since:
1.0

_Text

String _Text
Holds the status message to display

 
Since:
1.0

Class com.ccg.awt.InsetPanel extends Panel implements Serializable

serialVersionUID: -5778638790030367100L

Serialized Fields

_Left

int _Left
Holds the inset from the left edge

 
Since:
1.0

_Right

int _Right
Holds the inset from the right edge

 
Since:
1.0

_Top

int _Top
Holds the inset from the top edge

 
Since:
1.0

_Bottom

int _Bottom
Holds the inset from the bottom edge

 
Since:
1.0

Class com.ccg.awt.LoginPanel extends Panel implements Serializable

serialVersionUID: 8228017088935270413L

Serialized Fields

_actionListeners

Vector<E> _actionListeners

_cancelCnt

int _cancelCnt

_authenticateCnt

int _authenticateCnt

_isAuthenticated

boolean _isAuthenticated

_cancelLogin

boolean _cancelLogin

Class com.ccg.awt.MenuChoice extends Menu implements Serializable

serialVersionUID: -4178458909196053509L

Class com.ccg.awt.RGBPixels extends Object implements Serializable

serialVersionUID: -8927739691055184991L

Serialized Fields

_Width

int _Width
Holds width of the pixel images

 
Since:
1.0

_Height

int _Height
Holds height of the image in pixels

 
Since:
1.0

_Pixels

int[] _Pixels
Holds the RGB pixel data as a linear array.

 
Since:
1.0

Class com.ccg.awt.TallButton extends Component implements Serializable

serialVersionUID: 4369289507089265874L

Serialized Fields

_FocusMode

int _FocusMode
Holds how the button should be "emphasized" when it has focus.

 
Since:
1.0

_FocusColor

Color _FocusColor
Holds the color to use to show button has focus.

 
Since:
1.0

_Insets

Insets _Insets
Holds how much the component should be inset from edges

 
Since:
1.0

_Align

Align _Align
Holds the Align object used to align the bounding box of the text

 
Since:
1.0

_MultiLineText

MultiLineText _MultiLineText
Holds the MultiLineText object which has the text

 
Since:
1.0

_MouseOverColor

Color _MouseOverColor
Holds the color of the button when the mouse pointer is over it

 
Since:
1.0

_buttonPressedColor

Color _buttonPressedColor
Holds button color when the button is pressed

 
Since:
1.0

_textPressedColor

Color _textPressedColor

_textEchoColor

Color _textEchoColor

_textEchoReleasedColor

Color _textEchoReleasedColor

_textEchoOn

boolean _textEchoOn
Will text echoed (hightlighted) when button has focus

 
Since:
1.0

_margin

int _margin

_height

int _height

_semiPush

int _semiPush

_pressed

boolean _pressed

_mouseOver

boolean _mouseOver

_actionListeners

ActionListener _actionListeners

Class com.ccg.awt.TriggerButton extends Button implements Serializable

serialVersionUID: -3478519059514705152L


Package com.ccg.io

Class com.ccg.io.ConfigAttributes extends Object implements Serializable

serialVersionUID: -3943723066121705634L

Serialized Fields

_Attributes

Vector<E> _Attributes

Class com.ccg.io.ConfigException extends Exception implements Serializable

serialVersionUID: 3868781161346360038L

Serialized Fields

_Exception

Exception _Exception
Holds the underlying Exception which cause the problem.

 
Since:
1.0

Package com.ccg.swing

Class com.ccg.swing.ClassComboBoxModel extends AbstractListModel implements Serializable

serialVersionUID: -1522131907854210539L

Serialized Fields

_SelectedItem

Object _SelectedItem
Holds the currently selected item (or null if none).

 
Since:
1.0

_Available

ObjectFactory[] _Available

Class com.ccg.swing.ColorButton extends JButton implements Serializable

serialVersionUID: -1172706370274702448L

Serialized Fields

_LabelFormat

MessageFormat _LabelFormat
Holds the format to use for labeling the button.

 
Since:
1.0

Class com.ccg.swing.ColorChoices extends Object implements Serializable

serialVersionUID: -2456088109847877462L

Serialized Fields

_LabelFormat

MessageFormat _LabelFormat
Holds the format to use for labeling the menu items

 
Since:
1.0

_Colors

Color[] _Colors

_ColorLen

int _ColorLen

Class com.ccg.swing.HTMLTransferPanel extends JPanel implements Serializable

serialVersionUID: 6530656873574315943L

Serialized Fields

_SrcDir

JTextField _SrcDir

_DstDir

JTextField _DstDir

_DstURL

JTextField _DstURL

Class com.ccg.swing.LoginPanel extends JPanel implements Serializable

serialVersionUID: -5696858369428140465L

Serialized Fields

_actionListeners

Vector<E> _actionListeners

_cancelCnt

int _cancelCnt

_authenticateCnt

int _authenticateCnt

_isAuthenticated

boolean _isAuthenticated

_cancelLogin

boolean _cancelLogin

Class com.ccg.swing.LookupINIComboBoxModel extends AbstractListModel implements Serializable

serialVersionUID: 7141356050659943792L

Serialized Fields

_LookupINI

LookupINI _LookupINI
Holds the LookupINI object we are providing a model of

 
Since:
1.0

_SectionNames

Vector<E> _SectionNames

_SelectedIndex

int _SelectedIndex

_SelectedObject

String _SelectedObject

Class com.ccg.swing.MenuItemClass extends JMenuItem implements Serializable

serialVersionUID: -3972848009643569482L

Serialized Fields

_ObjectClass

Class<T> _ObjectClass
Holds the Class which the menu item is associated with.

 
Since:
1.0

Class com.ccg.swing.OkCancelDialog extends JDialog implements Serializable

serialVersionUID: 6109064506586534841L

Serialized Fields

_Result

int _Result
Holds the results (whether user hit "Cancel" or "Ok").

 
Since:
1.0

Class com.ccg.swing.RFrame extends JFrame implements Serializable

serialVersionUID: -1247987309278137207L

Serialized Fields

_ResourceBundle

ResourceBundle _ResourceBundle
Holds the resource bundle to retrieve strings from.

 
Since:
1.0

_RStockDialogs

RStockDialogs _RStockDialogs
Holds the RStockDialogs object for standard pop-up messages/questions.

 
Since:
1.0

Class com.ccg.swing.RMenuBar extends JMenuBar implements Serializable

serialVersionUID: -1160112185527454644L

Serialized Fields

_Lookup

Lookup _Lookup

Class com.ccg.swing.TableCellFormatEditor extends AbstractCellEditor implements Serializable

serialVersionUID: 8226355584315780248L

Serialized Fields

_Field

TextFieldFormat _Field

Class com.ccg.swing.TextFieldFormat extends JTextField implements Serializable

serialVersionUID: -9051677528977685661L

Serialized Fields

_Format

Format _Format
Holds the format/parse object used to go between a String and the object's native form

 
Since:
1.0

_Object

Object _Object
Holds the Object which this field is used to edit

 
Since:
1.0

_NullAllowed

boolean _NullAllowed
Are "blank" or null values permitted?

 
Since:
1.0

Package com.ccg.util

Class com.ccg.util.DateFormatMulti extends DateFormat implements Serializable

serialVersionUID: -3999921382862416736L

Serialized Fields

_DateFormats

Vector<E> _DateFormats

Class com.ccg.util.FormatException extends Exception implements Serializable

Serialized Fields

_Underlying

Throwable _Underlying
Holds the underlying Throwable which triggered this exception

 
Since:
1.0

_Args

Object[] _Args

Class com.ccg.util.LookupProperties extends Properties implements Serializable

serialVersionUID: 1283284427999222368L

Class com.ccg.util.TimeSpan extends Object implements Serializable

serialVersionUID: -6126227436958935392L

Serialized Fields

_startTime

long _startTime
Contains the start time (in standard Java milliseconds)

 
Since:
1.0

_endTime

long _endTime
Contains the end time (in standard Java milliseconds)

 
Since:
1.0

Package com.ccg.values

Class com.ccg.values.ValuesConfigModel extends AbstractListModel implements Serializable

serialVersionUID: 4044958409732867848L

Serialized Fields

_ValuesConfigClass

Class<T> _ValuesConfigClass
Holds the ValuesConfig class which this list model will support.

 
Since:
1.0

_SelectedItem

Object _SelectedItem
Holds the selected item.

 
Since:
1.0

_Names

String[] _Names



Copyright 1998-1998-2006 null. All Rights Reserved.