Serialized Form

Class uic.widgets.ColorButtons extends JComponent implements Serializable

Serialized Fields

patchSize

int patchSize

allColors

Vector allColors

backgroundColor

Color backgroundColor

patchesPerRow

int patchesPerRow


Class uic.themeconfig.ColorConfigPanel extends ColorConfigPanelBase implements Serializable


Class uic.widgets.ColorSelection extends ColorSelectionBase implements Serializable


Class uic.CompilerException extends Exception implements Serializable


Class uic.themeconfig.ConfigDialogImpl extends ConfigDialogBase implements Serializable


Class uic.widgets.ExtraWindow.CloseButton extends JButton implements Serializable


Class uic.themeconfig.FontPreview extends FontPreviewBase implements Serializable


Class uic.widgets.FontSelection extends FontSelectionBase implements Serializable


Class uic.themeconfig.FontsPanel extends FontsBase implements Serializable


Class uic.widgets.HSVSelector extends JComponent implements Serializable

Serialized Fields

colorPanel

BufferedImage colorPanel

valueSelector

BufferedImage valueSelector

transformation

AffineTransform transformation

minimumSize

Dimension minimumSize

maximumSize

Dimension maximumSize

h

float h

s

float s

v

float v

arrowHead

Polygon arrowHead

updateOnlyOnChange

boolean updateOnlyOnChange

selectionState

int selectionState


Class uic.widgets.JLine extends JPanel implements Serializable

Serialized Fields

orientation

int orientation

lineWidth

int lineWidth

lineType

int lineType


Class uic.pjava.widgets.Line extends Component implements Serializable

Serialized Fields

orientation

int orientation

lineWidth

int lineWidth

lineType

int lineType


Class uic.widgets.MainWindow.RootPane extends JRootPane implements Serializable

Serialized Fields

statusBar

StatusBar statusBar

whatsThisButton

AbstractButton whatsThisButton


Class uic.widgets.MWTable extends JTable implements Serializable

serialVersionUID: 2787087836860118719l

Serialized Fields

myDefaultRenderersByColumnClass

Hashtable myDefaultRenderersByColumnClass

tooltipTexts

Hashtable tooltipTexts


Class uic.widgets.MWTableModel extends DefaultTableModel implements Serializable


Class uic.layout.NaturalLayout extends Object implements Serializable

Serialized Fields

columnSpec

double[] columnSpec
Widths of columns expressed in absolute and relative terms


rowSpec

double[] rowSpec
Heights of rows expressed in absolute and relative terms


columnSize

int[] columnSize
Widths of columns in pixels


rowSize

int[] rowSize
Heights of rows in pixels


columnOffset

int[] columnOffset
Offsets of columns in pixels. Or; position from left border of container. The left border of column n is at columnOffset[n] and the right border is at columnOffset[n + 1] for all columns including the last one. columnOffset.length = columnSize.length + 1


rowOffset

int[] rowOffset
Offsets of rows in pixels. The left border of row n is at rowOffset[n] and the right border is at rowOffset[n + 1] for all rows including the last one. rowOffset.length = rowSize.length + 1


list

Vector list
List of components and their sizes


dirty

boolean dirty
Indicates whether or not the size of the cells are known for the last known size of the container. If dirty is true or the container has been resized, the cell sizes must be recalculated using calculateSize.


oldWidth

int oldWidth
Previous known width of the container


oldHeight

int oldHeight
Previous known height of the container


minimumSize

Dimension minimumSize

preferredSize

Dimension preferredSize

maximumSize

Dimension maximumSize

margin

int margin
Margin/spacing


spacing

int spacing
Margin/spacing


Class uic.themeconfig.OptionsPane extends OptionsPaneBase implements Serializable


Class uic.widgets.StatusBar extends JComponent implements Serializable

Serialized Fields

statusText

String statusText

backup

String backup

progressBar

JProgressBar progressBar

cancelButton

AbstractButton cancelButton

progressBarWidth

int progressBarWidth

statusLabel

JComponent statusLabel


Class uic.pjava.widgets.table.Table extends Panel implements Serializable

Serialized Fields

tableHeader

uic.pjava.widgets.table.Table.TableHeader tableHeader

tableData

uic.pjava.widgets.table.Table.TableData tableData

scrollpane

ScrollPane scrollpane

selectionMode

int selectionMode

colSpacing

int colSpacing

itemListeners

Vector itemListeners

columnPolicy

int columnPolicy


Class uic.model.TableRowSorter extends TableSorter implements Serializable


Class uic.widgets.TableSorter extends AbstractTableModel implements Serializable

Serialized Fields

indexes

int[] indexes
Deprecated. 

sortingColumns

Vector sortingColumns
Deprecated. 

ascending

boolean ascending
Deprecated. 

renderer

TableSorterHeaderRenderer renderer
Deprecated. 

tableView

JTable tableView
Deprecated. 

model

TableModel model
Deprecated. 


Class uic.widgets.TableSorterHeaderRenderer extends JButton implements Serializable

Serialized Fields

sortedColumns

int[] sortedColumns

ascending

boolean ascending

table

JTable table


Class uic.pjava.widgets.tabbedpane.TabPanel extends Panel implements Serializable

Serialized Fields

borderColor

Color borderColor

bothRect

Rectangle bothRect

firstVisible

int firstVisible

lastVisible

int lastVisible

hslop

int hslop

popupMenu

PopupMenu popupMenu

lastH

int lastH

lastW

int lastW

selected

int selected

tabBackground

Color tabBackground

tabColors

Color[] tabColors

tabs

Vector tabs

tabText

String[] tabText

tooManyTabs

boolean tooManyTabs

vslop

int vslop

tabMenuItems

MenuItem[] tabMenuItems

currentFont

Font currentFont

boldFont

Font boldFont

fm

FontMetrics fm

boldfm

FontMetrics boldfm

h

int h

leftEnabled

boolean leftEnabled

rightEnabled

boolean rightEnabled

explicitTabText

Hashtable explicitTabText


Class uic.pjava.widgets.tabbedpane.TabSelectionEvent extends EventObject implements Serializable

Serialized Fields

visibleComponent

Object visibleComponent

physicalTab

int physicalTab

selectedName

String selectedName

visibleComponentNum

int[] visibleComponentNum


Class uic.themeconfig.ThemeColorsPreview extends JPanel implements Serializable

Serialized Fields

focusStroke

BasicStroke focusStroke

hgradientPlain

Image hgradientPlain

listeners

Vector listeners

prefSize

Dimension prefSize

maxSize

Dimension maxSize

theme

UICTheme theme

menuEntries

Rectangle menuEntries

fileMenuEntry

Rectangle fileMenuEntry

newMenuEntry

Rectangle newMenuEntry

openMenuEntry

Rectangle openMenuEntry

selectedMenuEntry

Rectangle selectedMenuEntry

saveMenuEntry

Rectangle saveMenuEntry

newMenuEntryAccell

Rectangle newMenuEntryAccell

openMenuEntryAccell

Rectangle openMenuEntryAccell

saveMenuEntryAccell

Rectangle saveMenuEntryAccell

plainText

Rectangle plainText

plainText2

Rectangle plainText2

selectedText

Rectangle selectedText

selectedText2

Rectangle selectedText2

textEditBackground

Rectangle textEditBackground

textEditBackground2

Rectangle textEditBackground2

oddLine

Rectangle oddLine

evenLine

Rectangle evenLine

oddText

Rectangle oddText

evenText

Rectangle evenText

buttonText

Rectangle buttonText

focus

Rectangle focus

controlShadow1

Rectangle controlShadow1

controlShadow2

Rectangle controlShadow2

controlShadow3

Rectangle controlShadow3

controlShadow4

Rectangle controlShadow4

tooltip

Rectangle tooltip

tooltipOutline

Rectangle tooltipOutline

tooltipText1

Rectangle tooltipText1

tooltipText2

Rectangle tooltipText2

configNames

String[] configNames

methodNames

String[] methodNames


Class uic.widgets.ToolBarContainer extends JPanel implements Serializable

Serialized Fields

placing

int placing

dropLocation

Rectangle dropLocation


Class uic.widgets.event.ToolBarEvent extends EventObject implements Serializable

Serialized Fields

action

int action


Class uic.widgets.UICArrowButton extends JButton implements Serializable

serialVersionUID: -7036323495727113146l

Serialized Fields

direction

int direction

size

int size

arrow

Polygon arrow

actionTimer

Timer actionTimer


Class uic.pjava.widgets.UICButton extends Button implements Serializable


Class uic.widgets.UICColorButton extends JButton implements Serializable

Serialized Fields

theColor

Color theColor


Class uic.themes.UICComboBoxKeyManager extends Object implements Serializable

Serialized Fields

pattern

String pattern

lastTime

long lastTime

delay

int delay


Class uic.widgets.UICDateTimeSpinner extends UICSpinner implements Serializable


Class uic.model.UICDefaultTableModel extends MWTableModel implements Serializable

serialVersionUID: -5915433904583360254l


Class uic.pjava.widgets.UICGroupBox extends Panel implements Serializable

Serialized Fields

title

String title

lineWidth

int lineWidth


Class uic.pjava.widgets.UICList extends List implements Serializable


Class uic.anttask.UICompiler extends MatchingTask implements Serializable


Class uic.pjava.widgets.UICPasswordField extends UICTextField implements Serializable


Class uic.model.UICRestrictedDocument extends PlainDocument implements Serializable

Serialized Fields

maximumColumns

int maximumColumns

singleLineForced

boolean singleLineForced

allowed

StringBuffer allowed


Class uic.widgets.UICSpinner extends JSpinner implements Serializable


Class uic.model.UICSpinnerNumberModel extends SpinnerNumberModel implements Serializable


Class uic.widgets.UICSqueezedTextLabel extends JLabel implements Serializable


Class uic.widgets.UICTable extends MWTable implements Serializable


Class uic.pjava.widgets.UICTextField extends TextField implements Serializable


Class uic.widgets.UICTextField extends JTextField implements Serializable

Serialized Fields

mouseEvent

boolean mouseEvent

undoManager

UndoManager undoManager


Class uic.widgets.UICToolBar extends JToolBar implements Serializable

Serialized Fields

location

int location

oldLocation

int oldLocation

buttons

JComponent buttons

toolbarContainer

WindowRepresenter toolbarContainer

loneContainer

boolean loneContainer


Class uic.widgets.UICToolBar.ScaleHandle extends JComponent implements Serializable

Serialized Fields

horizontal

boolean horizontal

maxSize

Dimension maxSize

prefSize

Dimension prefSize

offset

int offset

parentToolBar

UICToolBar parentToolBar


Class uic.themes.UICToolBarUI.Border extends AbstractBorder implements Serializable


Class uic.widgets.UICWizard extends JPanel implements Serializable

Serialized Fields

firstPage

uic.widgets.UICWizard.Page firstPage

currentPage

uic.widgets.UICWizard.Page currentPage

pageTitle

JLabel pageTitle

cards

CardLayout cards

cardsPanel

JPanel cardsPanel

diag

uic.widgets.UICWizard.WizardDialog diag

exitedOK

boolean exitedOK


Class uic.output.UnsupportedWidgetException extends CompilerException implements Serializable


Class uic.widgets.event.WindowDroppedEvent extends EventObject implements Serializable

Serialized Fields

dropLocation

Point dropLocation

screenPosition

Point screenPosition


Class uic.widgets.WizardPanel extends WizardPanelBase implements Serializable



Copyright © 2002,2003 Thomas Zander Available under the Free Apache licence