Serialized Form


Package net.sf.jguiraffe.di

Class net.sf.jguiraffe.di.BeanCreationEvent extends java.util.EventObject implements Serializable

serialVersionUID: 3858761676828030611L

Serialized Fields

beanProvider

BeanProvider beanProvider
Stores the bean provider responsible for the creation.


bean

java.lang.Object bean
The bean that was newly created.


dependencyProvider

DependencyProvider dependencyProvider
The dependency provider involved in the creation process.

Class net.sf.jguiraffe.di.InjectionException extends java.lang.RuntimeException implements Serializable

serialVersionUID: -7010018659144863407L


Package net.sf.jguiraffe.gui.app

Class net.sf.jguiraffe.gui.app.ApplicationException extends java.lang.Exception implements Serializable

serialVersionUID: 3940825554523387981L

Class net.sf.jguiraffe.gui.app.ApplicationRuntimeException extends org.apache.commons.lang.exception.NestableRuntimeException implements Serializable

serialVersionUID: -6002346874472164381L


Package net.sf.jguiraffe.gui.builder

Class net.sf.jguiraffe.gui.builder.BuilderException extends org.apache.commons.lang.exception.NestableException implements Serializable

serialVersionUID: -2511636810150042168L

Serialized Fields

scriptURL

java.net.URL scriptURL
Stores the URL of the failing script.


Package net.sf.jguiraffe.gui.builder.action

Class net.sf.jguiraffe.gui.builder.action.FormActionException extends FormBuilderException implements Serializable

serialVersionUID: -2259904885846361444L


Package net.sf.jguiraffe.gui.builder.components

Class net.sf.jguiraffe.gui.builder.components.Color extends java.lang.Object implements Serializable

serialVersionUID: -7333025495245659868L

Serialized Fields

red

int red
The component for red.


green

int green
The component for green.


blue

int blue
The component for blue.

Class net.sf.jguiraffe.gui.builder.components.FormBuilderException extends org.apache.commons.lang.exception.NestableException implements Serializable

serialVersionUID: -4113609511081254811L

Class net.sf.jguiraffe.gui.builder.components.FormBuilderRuntimeException extends java.lang.RuntimeException implements Serializable

serialVersionUID: 4590445222867803920L


Package net.sf.jguiraffe.gui.builder.components.model

Class net.sf.jguiraffe.gui.builder.components.model.TreeExpandVetoException extends java.lang.Exception implements Serializable

serialVersionUID: 3962311592439197250L

Serialized Fields

event

TreeExpansionEvent event
Stores the event that triggered this exception.

Class net.sf.jguiraffe.gui.builder.components.model.TreeExpansionEvent extends FormEvent implements Serializable

serialVersionUID: 1078903161051276615L

Serialized Fields

path

TreeNodePath path
Stores the path to the modified node.


type

TreeExpansionEvent.Type type
The type of this event.


Package net.sf.jguiraffe.gui.builder.components.tags

Class net.sf.jguiraffe.gui.builder.components.tags.TabbedPaneTag.Placement extends org.apache.commons.lang.enums.Enum implements Serializable

serialVersionUID: -7168910783553521103L


Package net.sf.jguiraffe.gui.builder.event

Class net.sf.jguiraffe.gui.builder.event.BuilderEvent extends java.util.EventObject implements Serializable

serialVersionUID: -8841052675925806622L

Class net.sf.jguiraffe.gui.builder.event.FormActionEvent extends FormEvent implements Serializable

serialVersionUID: 626918826171020465L

Serialized Fields

command

java.lang.String command
Stores the command string.

Class net.sf.jguiraffe.gui.builder.event.FormChangeEvent extends FormEvent implements Serializable

serialVersionUID: -8290185554329676174L

Class net.sf.jguiraffe.gui.builder.event.FormEvent extends BuilderEvent implements Serializable

serialVersionUID: 9144620760327400752L

Serialized Fields

handler

ComponentHandler<T> handler
Stores a reference to the component handler of the component that caused this event.


name

java.lang.String name
Stores the name of the component that caused this event.

Class net.sf.jguiraffe.gui.builder.event.FormFocusEvent extends FormEvent implements Serializable

serialVersionUID: 2244179360483037190L

Serialized Fields

type

FormFocusEvent.Type type
The type of this event.

Class net.sf.jguiraffe.gui.builder.event.FormMouseEvent extends FormEvent implements Serializable

serialVersionUID: 20090915L

Serialized Fields

type

FormMouseEvent.Type type
The type of this event.


x

int x
The X position of the mouse cursor.


y

int y
The Y position of the mouse cursor.


button

int button
The button that was pressed.


modifiers

java.util.Set<E> modifiers
A set with modifier keys.

Class net.sf.jguiraffe.gui.builder.event.WindowEvent extends BuilderEvent implements Serializable

serialVersionUID: 6168945067550400189L

Serialized Fields

sourceWindow

Window sourceWindow
Stores a reference to the window that caused this event.


type

WindowEvent.Type type
The type of this event.


Package net.sf.jguiraffe.gui.builder.utils

Class net.sf.jguiraffe.gui.builder.utils.GUIRuntimeException extends org.apache.commons.lang.exception.NestableRuntimeException implements Serializable


Package net.sf.jguiraffe.gui.builder.window

Class net.sf.jguiraffe.gui.builder.window.WindowBuilderException extends FormBuilderException implements Serializable

serialVersionUID: 8471699744566726481L


Package net.sf.jguiraffe.gui.builder.window.ctrl

Class net.sf.jguiraffe.gui.builder.window.ctrl.FormControllerEvent extends java.util.EventObject implements Serializable

serialVersionUID: 20091209L

Class net.sf.jguiraffe.gui.builder.window.ctrl.FormControllerFieldStatusEvent extends FormControllerEvent implements Serializable

serialVersionUID: 20091210L

Serialized Fields

fieldName

java.lang.String fieldName
The name of the field affected by this event.

Class net.sf.jguiraffe.gui.builder.window.ctrl.FormControllerValidationEvent extends FormControllerEvent implements Serializable

serialVersionUID: 20091209L

Serialized Fields

validationResults

FormValidatorResults validationResults
The validation results.


Package net.sf.jguiraffe.gui.cmd

Class net.sf.jguiraffe.gui.cmd.CommandQueueEvent extends java.util.EventObject implements Serializable

serialVersionUID: 7434520871707897320L

Serialized Fields

command

Command command
Stores the Command object affected by this event.


type

CommandQueueEvent.Type type
Stores the event's type.


Package net.sf.jguiraffe.gui.forms

Class net.sf.jguiraffe.gui.forms.FormRuntimeException extends java.lang.RuntimeException implements Serializable

serialVersionUID: -1843826607259553025L


Package net.sf.jguiraffe.gui.layout

Class net.sf.jguiraffe.gui.layout.BorderLayout extends PercentLayoutBase implements Serializable

serialVersionUID: 20090730L

Serialized Fields

pcb

PercentData.Builder pcb
A builder for percent data objects.


topMargin

NumberWithUnit topMargin
Stores the top margin.


leftMargin

NumberWithUnit leftMargin
Stores the left margin.


bottomMargin

NumberWithUnit bottomMargin
Stores the bottom margin.


rightMargin

NumberWithUnit rightMargin
Stores the right margin.


northGap

NumberWithUnit northGap
Stores the north gap.


eastGap

NumberWithUnit eastGap
Stores the east gap.


southGap

NumberWithUnit southGap
Stores the south gap.


westGap

NumberWithUnit westGap
Stores the west gap.

Class net.sf.jguiraffe.gui.layout.ButtonLayout extends PercentLayoutBase implements Serializable

serialVersionUID: 20090730L

Serialized Fields

topMargin

NumberWithUnit topMargin
Stores the top margin.


bottomMargin

NumberWithUnit bottomMargin
Stores the bottom margin.


leftMargin

NumberWithUnit leftMargin
Stores the left margin.


rightMargin

NumberWithUnit rightMargin
Stores the right margin.


gap

NumberWithUnit gap
Stores the width of the gap between the buttons.


alignment

ButtonLayout.Alignment alignment
Stores the alignment flag.

Class net.sf.jguiraffe.gui.layout.CellConstraints extends java.lang.Object implements Serializable

serialVersionUID: 20090730L

Serialized Fields

alignment

CellAlignment alignment
Stores the alignment.


cellSize

CellSize cellSize
Stores the cell size.


minSize

NumberWithUnit minSize
Stores the cell's minimum size.


weight

int weight
Stores the weight factor.

Class net.sf.jguiraffe.gui.layout.CellGroup extends java.lang.Object implements Serializable

serialVersionUID: 20090730L

Serialized Fields

indices

int[] indices
Stores the indices of the affected cells.

Class net.sf.jguiraffe.gui.layout.NumberWithUnit extends java.lang.Object implements Serializable

serialVersionUID: 20090730L

Serialized Fields

unit

Unit unit
Stores the unit.


value

double value
Stores the value.

Class net.sf.jguiraffe.gui.layout.PercentData extends java.lang.Object implements Serializable

serialVersionUID: 20090730L

Serialized Fields

column

int column
Stores the column.


row

int row
Stores the row.


spanX

int spanX
Stores the number of occupied columns.


spanY

int spanY
Stores the number of occupied rows.


targetColumn

int targetColumn
Stores the target column.


targetRow

int targetRow
Stores the targetRow.


columnConstraints

CellConstraints columnConstraints
Stores a reference to a constraints object for the column.


rowConstraints

CellConstraints rowConstraints
Stores a reference to a constraints object for the row.

Class net.sf.jguiraffe.gui.layout.PercentData.Builder extends java.lang.Object implements Serializable

serialVersionUID: 20090730L

Serialized Fields

col

int col
The x position.


row

int row
The y position.


spanX

int spanX
The x span.


spanY

int spanY
The y span.


targetCol

int targetCol
The target column.


targetRow

int targetRow
The target row.


ccCol

CellConstraints ccCol
The column constraints.


ccRow

CellConstraints ccRow
The row constraints.

Class net.sf.jguiraffe.gui.layout.PercentLayout extends PercentLayoutBase implements Serializable

serialVersionUID: 20090730L

Class net.sf.jguiraffe.gui.layout.PercentLayoutBase extends java.lang.Object implements Serializable

serialVersionUID: 20090730L

Serialized Fields

columnConstraints

CellConstraints[] columnConstraints
Stores the column constraints.


rowConstraints

CellConstraints[] rowConstraints
Stores the row constraints.


cells

net.sf.jguiraffe.gui.layout.PercentLayoutBase.CellData[][] cells
Stores information about the contained components.


platformAdapter

PercentLayoutPlatformAdapter platformAdapter
Stores a reference to the associated platform adapter.


columnGroups

java.util.Collection<E> columnGroups
Stores the column groups.


rowGroups

java.util.Collection<E> rowGroups
Stores the row groups.


multiColumns

java.util.List<E> multiColumns
Stores information about components that span multiple columns.


multiRows

java.util.List<E> multiRows
Stores information about components that span multiple rows.


totalWeightX

int totalWeightX
Stores the total weight factor for all columns.


totalWeightY

int totalWeightY
Stores the total weight factor for all rows.


inInit

boolean inInit
Helper flag that avoids re-entrance of the initCells() method.


Package net.sf.jguiraffe.gui.platform.swing.builder.action

Class net.sf.jguiraffe.gui.platform.swing.builder.action.SwingFormAction extends javax.swing.AbstractAction implements Serializable

serialVersionUID: 2180796112140195669L

Serialized Fields

task

java.lang.Object task
Stores the task to execute when the action is triggered.


name

java.lang.String name
Stores the name of this action.


Package net.sf.jguiraffe.gui.platform.swing.builder.components.table

Class net.sf.jguiraffe.gui.platform.swing.builder.components.table.SwingTableModel extends javax.swing.table.AbstractTableModel implements Serializable

serialVersionUID: 5747770889625181193L

Serialized Fields

tableTag

TableTag tableTag
Stores a reference to the tag defining the table.


modelData

java.util.List<E> modelData
A list with the model data.


table

javax.swing.JTable table
Holds a reference to the associated table.


customRenderer

javax.swing.table.TableCellRenderer customRenderer
Holds a reference to the associated custom renderer implementation.


customEditor

javax.swing.table.TableCellEditor customEditor
Holds a reference to the associated custom editor implementation.


renderedRowIndex

int renderedRowIndex
Stores the index of the currently rendered row.


editedRowIndex

int editedRowIndex
Stores the index of the currently edited row.


Package net.sf.jguiraffe.gui.platform.swing.layout

Class net.sf.jguiraffe.gui.platform.swing.layout.SwingPercentLayoutAdapter extends java.lang.Object implements Serializable

serialVersionUID: 20090730L

Serialized Fields

percentLayout

PercentLayoutBase percentLayout
Stores a reference to the associated percent layout object.


components

java.util.List<E> components
Stores the contained components and their constraints.


sizeHandler

UnitSizeHandler sizeHandler
Stores the size handler used by this layout.

Class net.sf.jguiraffe.gui.platform.swing.layout.SwingSizeHandler extends java.lang.Object implements Serializable

serialVersionUID: 20090731L

Serialized Fields

sizeCache

java.util.Map<K,V> sizeCache
A cache for storing the character sizes that have already been determined.


Package net.sf.jguiraffe.locators

Class net.sf.jguiraffe.locators.LocatorException extends java.lang.RuntimeException implements Serializable

serialVersionUID: -2259033559671621966L



Copyright © 2009 The JGUIraffe Team. All Rights Reserved.