HOME

Serialized Form


Package com.ultraswing

Class com.ultraswing.AutoHideDockablePanel implements Serializable

Serialized Fields

_dockBtn

FlatButton _dockBtn

_floatBtn

FlatButton _floatBtn

_dockState

int _dockState

_associatedSplitpane

CSplitPane _associatedSplitpane
Split pane this panel associated with, it's the one it should dock in when this panel appears


_weight

float _weight
The split pane this panel currently dock in


_isFirst

boolean _isFirst

Class com.ultraswing.CButton implements Serializable

Serialized Fields

_textIcon

VTextIcon _textIcon

_compIcon

CompositeIcon _compIcon

_isVertical

boolean _isVertical

_verticalText

String _verticalText

_verticalIcon

Icon _verticalIcon

_antiAlias

boolean _antiAlias

Class com.ultraswing.CFrame implements Serializable

Serialized Fields

_statusBar

StatusBar _statusBar

_windowAdapter

WindowAdapter _windowAdapter

Class com.ultraswing.CLabel implements Serializable

Serialized Fields

_textIcon

VTextIcon _textIcon

_compIcon

CompositeIcon _compIcon

_isVertical

boolean _isVertical

_verticalText

String _verticalText

_verticalIcon

Icon _verticalIcon

_antiAlias

boolean _antiAlias

_isUnderlined

boolean _isUnderlined

Class com.ultraswing.CList implements Serializable

Class com.ultraswing.CListReportCtrl implements Serializable

Serialized Fields

_selectionMode

int _selectionMode

_initialColumnPanels

Vector _initialColumnPanels
Initial column panels, doesn't change after table is initialized


_layouts

Vector _layouts

_horizontalLayout

ScrollableSplitterLayout _horizontalLayout

_columnIndex

int _columnIndex

_parent

Container _parent

_vscroll

JScrollBar _vscroll

_hscroll

JScrollBar _hscroll

_preScrollValue

int _preScrollValue

_backgroundColor

Color _backgroundColor

_alternate

int _alternate
-1: no alternate; 0: row alternate; 1: column alternate


_alternateRowColor1

Color _alternateRowColor1

_alternateRowColor2

Color _alternateRowColor2

_alternateColColor1

Color _alternateColColor1

_alternateColColor2

Color _alternateColColor2

_sortColumnColor

Color _sortColumnColor

_sortColumnColorOld

Color _sortColumnColorOld

_columnNameMap

HashMap _columnNameMap

_sortEnabled

boolean _sortEnabled

_allowMultiSelect

boolean _allowMultiSelect

_hasFocus

boolean _hasFocus

_enableHorizontalScrollBar

boolean _enableHorizontalScrollBar

_listeners

CListReportCtrlEventListener[] _listeners

_prevEvent

AWTEvent _prevEvent

Class com.ultraswing.CListReportCtrlEvent implements Serializable

Serialized Fields

_first

int _first

_last

int _last

_type

int _type

_modifiers

int _modifiers

Class com.ultraswing.CListView implements Serializable

Serialized Fields

_listReportCtrl

CListReportCtrl _listReportCtrl

Class com.ultraswing.CPanel implements Serializable

Serialized Fields

_isGradientBackground

boolean _isGradientBackground

_startingColor

Color _startingColor

_endingColor

Color _endingColor

_backgroundImage

Image _backgroundImage

Class com.ultraswing.CSplitPane implements Serializable

Serialized Fields

_dividerSize

int _dividerSize

_orientation

int _orientation

_propertyChangeListeners

Vector _propertyChangeListeners

_components

Vector _components

_isFirstPane

boolean _isFirstPane

_isSplitBarTransparent

boolean _isSplitBarTransparent

_isRemoveFromParent

boolean _isRemoveFromParent

_layout

com.ultraswing.splitter.SplitterLayout _layout

Class com.ultraswing.CTable implements Serializable

Serialized Fields

_rowHeader

CTableRowHeader _rowHeader

_rowHeaderValues

List _rowHeaderValues

_isRowHeaderEnabled

boolean _isRowHeaderEnabled

_sortedColumnIndex

int _sortedColumnIndex

_sortedColumnAscending

boolean _sortedColumnAscending

_sortEnabled

boolean _sortEnabled

_isEditable

boolean _isEditable

_hiddenColumns

int[] _hiddenColumns

_cellColorMap

HashMap _cellColorMap

_rowColorMap

com.ultraswing.util.IntMap _rowColorMap

_columnColorMap

com.ultraswing.util.IntMap _columnColorMap

_alternate

int _alternate
-1: no alternate; 0: row alternate; 1: column alternate


_alternateRowColor1

Color _alternateRowColor1

_alternateRowColor2

Color _alternateRowColor2

_alternateColColor1

Color _alternateColColor1

_alternateColColor2

Color _alternateColColor2

Class com.ultraswing.CTableRowHeader implements Serializable

Serialized Fields

_table

JTable _table

_components

Vector _components

_elementSize

int _elementSize

_width

int _width

_height

int _height

_layout

CTableRowHeader.CTableRowHeaderLayout _layout

_isSameHeight

boolean _isSameHeight

_splitBarIndex

int _splitBarIndex

_previousBar

com.ultraswing.splitter.SplitterBar2 _previousBar

Class com.ultraswing.CToolBar implements Serializable

Class com.ultraswing.DefaultListViewItem implements Serializable

Serialized Fields

_text

JTextField _text

_icon

CLabel _icon

_foreground

Color _foreground

_defaultIcon

Icon _defaultIcon

_rowIndex

int _rowIndex

_columnIndex

int _columnIndex

_style

int _style

_isAdded

boolean _isAdded

_prevEvent

AWTEvent _prevEvent

Class com.ultraswing.DefaultSortableTableModel implements Serializable

Serialized Fields

_column

int _column

_isAscending

boolean _isAscending

Class com.ultraswing.DockablePanel implements Serializable

Serialized Fields

_isVertical

boolean _isVertical
if its title bar is a vertical or horizontal bar


_titleBar

FloatableTitleBar _titleBar

_comp

Component _comp

_isAutoArrange

boolean _isAutoArrange

_isClosed

boolean _isClosed

_wasFloating

boolean _wasFloating

_prevLocation

Point _prevLocation

_prevSize

Dimension _prevSize

_prevLeft

Component _prevLeft

_prevRight

Component _prevRight

_prevWeight

float _prevWeight

_dockPref

int _dockPref

Class com.ultraswing.DockingEvent implements Serializable

Serialized Fields

_rect

Rectangle _rect

Class com.ultraswing.DropDownButton implements Serializable

Serialized Fields

_style

int _style

_isVertical

boolean _isVertical

_isSeparateButton

boolean _isSeparateButton

_raisedBorder

Border _raisedBorder

_loweredBorder

Border _loweredBorder

_inactiveBorder

Border _inactiveBorder

_popupMenu

JPopupMenu _popupMenu

_btnMain

ToolBarButton _btnMain

_btnArrow

ToolBarButton _btnArrow

_mouseOver

boolean _mouseOver

_mainRolloverIcon

Icon _mainRolloverIcon

_mainDefaultIcon

Icon _mainDefaultIcon

_arrowRolloverIcon

Icon _arrowRolloverIcon

_arrowDefaultIcon

Icon _arrowDefaultIcon

_mouseAdapter

DropDownButton.MouseAdapter2 _mouseAdapter

_popupMenuActionListener

DropDownButton.PopupMenuActionListener _popupMenuActionListener

_popupMenuListener

DropDownButton.PopupMenuAdapter _popupMenuListener

_containerAdapter

DropDownButton.ContainerAdapter _containerAdapter

_listeners

HashSet _listeners

Class com.ultraswing.FlatButton implements Serializable

Serialized Fields

_raisedBorder

Border _raisedBorder

_loweredBorder

Border _loweredBorder

_inactiveBorder

Border _inactiveBorder

_isBorderChangeable

boolean _isBorderChangeable

_isMouseInside

boolean _isMouseInside

_icon

Icon _icon

Class com.ultraswing.FlatToggleButton implements Serializable

Serialized Fields

_raisedBorder

Border _raisedBorder

_loweredBorder

Border _loweredBorder

_inactiveBorder

Border _inactiveBorder

_isBorderChangeable

boolean _isBorderChangeable

_icon

Icon _icon

Class com.ultraswing.IconList implements Serializable

Serialized Fields

_style

int _style

isFirst

boolean isFirst

Class com.ultraswing.OutlookBar implements Serializable

Serialized Fields

_itemCount

int _itemCount

_isFirst

boolean _isFirst

_activatedItem

OutlookBarItem _activatedItem

_bar

OutlookBar _bar

_items

Vector _items

_cursor

Cursor _cursor

_handCursor

Cursor _handCursor

Class com.ultraswing.OutlookBarItem implements Serializable

Serialized Fields

_title

CLabel _title

_scroll

JScrollPane _scroll

_layout

OutlookBarButtonLayout _layout

_isLargeIcon

boolean _isLargeIcon

_btnPanel

CPanel _btnPanel

_largeIcons

ArrayList _largeIcons

_smallIcons

ArrayList _smallIcons

_popup

JPopupMenu _popup

_isPopuMenuEnabled

boolean _isPopuMenuEnabled

_popupMenuListener

ActionListener _popupMenuListener

Class com.ultraswing.ResultSetTableModel implements Serializable

Serialized Fields

_resultset

ResultSet _resultset

_metaData

ResultSetMetaData _metaData

_columnCount

int _columnCount

_rowCount

int _rowCount

_rowMap

int[] _rowMap

_columnNameMap1

com.ultraswing.util.IntMap _columnNameMap1

_columnNameMap2

Map _columnNameMap2

_connection

Connection _connection

Class com.ultraswing.SideBar implements Serializable

Serialized Fields

_tabbedPane

JTabbedPane _tabbedPane

Class com.ultraswing.SplashScreen implements Serializable

Serialized Fields

_window

Window _window

_moImage

Image _moImage

_moOffScreenImage

Image _moOffScreenImage

_moOffScreenGraphics

Graphics _moOffScreenGraphics

_miProgress

int _miProgress

_miProgressSteps

int _miProgressSteps

_moBarColor

Color _moBarColor

_moTrayColor

Color _moTrayColor

_miH

int _miH

_miW

int _miW

_miX

int _miX

_miY

int _miY

_showProgressBar

boolean _showProgressBar

_imgSize

Dimension _imgSize

Class com.ultraswing.StatusBar implements Serializable

Serialized Fields

_time

JLabel _time

_date

JLabel _date

_jvm

ProgressLabel _jvm

_garbagebin

JLabel _garbagebin

_status

JLabel _status

_progress

JProgressBar _progress

timer

Timer timer

timeFormatter

DateFormat timeFormatter

dateFormatter

DateFormat dateFormatter

_height

int _height

_layout

BigOneLayout _layout

_indicators

JComponent[] _indicators

_isFlat

boolean _isFlat

_borderColor

Color _borderColor

Class com.ultraswing.StatusBar.Separator implements Serializable

Class com.ultraswing.TitleBar implements Serializable

Serialized Fields

_title

String _title

_closeWinBtn

FlatButton _closeWinBtn

_parent

Container _parent
container which contains this title bar


_height

int _height

_isVertical

boolean _isVertical
title bar starting color when it has focus


_addCloseFrameButton

boolean _addCloseFrameButton

_clabelctl

CLabel _clabelctl

_icon

Icon _icon

_listeners

HashSet _listeners

_buttonPanel

JPanel _buttonPanel

Class com.ultraswing.TitlePanel implements Serializable

Serialized Fields

_isFirstInParentPanel

boolean _isFirstInParentPanel

_splitpane

CSplitPane _splitpane

_weight

float _weight

_isVisible

boolean _isVisible

Class com.ultraswing.ToolBarButton implements Serializable

Serialized Fields

_style

int _style

_toolbarIconOnlySize

Dimension _toolbarIconOnlySize

_toolbarTextOnlySize

Dimension _toolbarTextOnlySize

_verticalToolbarTextIconSize

Dimension _verticalToolbarTextIconSize

_horizontalToolbarTextIconSize

Dimension _horizontalToolbarTextIconSize

_buttonText

String _buttonText

_buttonIcon

Icon _buttonIcon

defaultIcon

Icon defaultIcon

rolloverIcon

Icon rolloverIcon

Class com.ultraswing.ToolBarToggleButton implements Serializable

Serialized Fields

_style

int _style

_toolbarIconOnlySize

Dimension _toolbarIconOnlySize

_toolbarTextOnlySize

Dimension _toolbarTextOnlySize

_verticalToolbarTextIconSize

Dimension _verticalToolbarTextIconSize

_horizontalToolbarTextIconSize

Dimension _horizontalToolbarTextIconSize

_buttonText

String _buttonText

_buttonIcon

Icon _buttonIcon

defaultIcon

Icon defaultIcon

rolloverIcon

Icon rolloverIcon

Class com.ultraswing.VerticalBar implements Serializable


HOME

Copyright © 2002 iReasoning Networks. All Rights Reserved.