Serialized Form


Package org.softsmithy.lib.awt.event

Class org.softsmithy.lib.awt.event.ComponentLayoutEvent extends EventObject implements Serializable

Serialized Fields

bounds

Rectangle bounds
The new bounds of the component.


component

Component component
The component which has been layed out.


Package org.softsmithy.lib.lang.reflect

Class org.softsmithy.lib.lang.reflect.InvocationTargetRuntimeException extends RuntimeException implements Serializable

Serialized Fields

target

Throwable target
This field holds the target if the InvocationTargetException(Throwable target) constructor was used to instantiate the object

 

Package org.softsmithy.lib.persistence

Class org.softsmithy.lib.persistence.AbstractEntity extends Object implements Serializable

Serialized Fields

id

Long id
The technical id of this entity (surrogate PK).


Package org.softsmithy.lib.swing

Class org.softsmithy.lib.swing.AbstractNumberField extends JFormattedTextField implements Serializable

Class org.softsmithy.lib.swing.BigDecimalCellEditor extends FormattedCellEditor implements Serializable

Class org.softsmithy.lib.swing.BigIntegerCellEditor extends FormattedCellEditor implements Serializable

Class org.softsmithy.lib.swing.ByteCellEditor extends FormattedCellEditor implements Serializable

Class org.softsmithy.lib.swing.ColorCellEditor extends AbstractCellEditor implements Serializable

Serialized Fields

renderer

ColorCellRenderer renderer

button

JButton button

editor

JPanel editor

color

Color color

alpha

int alpha
Holds value of property alpha.

Class org.softsmithy.lib.swing.ColorCellRenderer extends JPanel implements Serializable

Serialized Fields

unselectedBorder

Border unselectedBorder

selectedBorder

Border selectedBorder

isBordered

boolean isBordered

color

Color color
Holds value of property color.

Class org.softsmithy.lib.swing.DoubleCellEditor extends FormattedCellEditor implements Serializable

Class org.softsmithy.lib.swing.FloatCellEditor extends FormattedCellEditor implements Serializable

Class org.softsmithy.lib.swing.FontCellEditor extends AbstractCellEditor implements Serializable

Serialized Fields

renderer

FontCellRenderer renderer

button

JButton button

editor

JPanel editor

font

Font font

fontChooser

JFontChooser fontChooser

Class org.softsmithy.lib.swing.FontCellRenderer extends JLabel implements Serializable

Serialized Fields

unselectedBorder

Border unselectedBorder

selectedBorder

Border selectedBorder

isBordered

boolean isBordered

selectedFont

Font selectedFont
Holds value of property selectedFont.

Class org.softsmithy.lib.swing.FormattedCellEditor extends DefaultCellEditor implements Serializable

Class org.softsmithy.lib.swing.HorizontalAlignmentCellEditor extends DefaultCellEditor implements Serializable

Serialized Fields

locale

Locale locale
Holds value of property locale.

Class org.softsmithy.lib.swing.IntegerCellEditor extends FormattedCellEditor implements Serializable

Class org.softsmithy.lib.swing.JButtonCustomizer extends AbstractTextCustomizer implements Serializable

Class org.softsmithy.lib.swing.JByteField extends JWholeNumberField implements Serializable

Class org.softsmithy.lib.swing.JCellTable extends JXTable implements Serializable

Class org.softsmithy.lib.swing.JChooser extends JDialog implements Serializable

Serialized Fields

chooserPane

JComponent chooserPane

buttonPane

JPanel buttonPane

option

Option option

Class org.softsmithy.lib.swing.JCustomizer extends AbstractCustomizer implements Serializable

Serialized Fields

component

JComponent component
The wrapped component.


componentContainer

JPanel componentContainer
The container of the wrapped component.


glassPane

JPanel glassPane
The glass pane over the wrapped component.


stateManager

StateManager stateManager
The state manager.


listeners

Set<E> listeners
The customizer listeners.

Class org.softsmithy.lib.swing.JCustomizerPane extends AbstractCustomizer implements Serializable

Serialized Fields

showingLayoutHelp

boolean showingLayoutHelp
Holds value of property showingLayoutHelp.


selectionManager

SelectionManager selectionManager
Holds value of property selectionManager.


customizerBar

CustomizerBar customizerBar
Holds value of property customizerBar.


active

boolean active
Holds value of property active.


inited

boolean inited

activationBorderEnabled

boolean activationBorderEnabled
Holds value of property activationBorderEnabled.


activeBorderColor

Color activeBorderColor
Holds value of property activeBorderColor.


inactiveBorderColor

Color inactiveBorderColor
Holds value of property inactiveBorderColor.


layoutHelpColor

Color layoutHelpColor
Holds value of property layoutHelpColor.


defaultNormalCustomizerBorderColor

Color defaultNormalCustomizerBorderColor
Holds value of property defaultNormalCustomizerBorderColor.


defaultSelectedCustomizerBorderColor

Color defaultSelectedCustomizerBorderColor
Holds value of property defaultSelectedCustomizerBorderColor.

Class org.softsmithy.lib.swing.JCustomizerPropertyTable extends JPropertyTable implements Serializable

Serialized Fields

rbBaseName

String rbBaseName
Holds value of property rbBaseName.

Class org.softsmithy.lib.swing.JDoubleField extends JRealNumberField implements Serializable

Class org.softsmithy.lib.swing.JFileRootComboBox extends JComboBox implements Serializable

Class org.softsmithy.lib.swing.JFileRootList extends JList implements Serializable

Class org.softsmithy.lib.swing.JFloatField extends JRealNumberField implements Serializable

Class org.softsmithy.lib.swing.JFontChooser extends JPanel implements Serializable

Serialized Fields

rb

ResourceBundle rb

chooserDialog

JFontChooser.FontChooserDialog chooserDialog

sizesLabel

JLabel sizesLabel

previewLabel

JLabel previewLabel

sizesBox

JComboBox sizesBox

fontsBox

JComboBox fontsBox

fontsLabel

JLabel fontsLabel

stylesBox

JTypesafeEnumComboBox stylesBox

previewPane

JPanel previewPane

stylesLabel

JLabel stylesLabel

selectedFont

Font selectedFont
Holds value of property selectedFont.

Class org.softsmithy.lib.swing.JFontChooser.FontChooserDialog extends JChooser implements Serializable

Serialized Fields

initialFont

Font initialFont

Class org.softsmithy.lib.swing.JHtmlCustomizer extends AbstractTextCustomizer implements Serializable

Serialized Fields

horizontalAlignment

HorizontalAlignment horizontalAlignment
The horizontal alignment of the text.


htmlBody

String htmlBody
The HTML body.


attributeSet

MutableAttributeSet attributeSet
The attribute set.


inited

boolean inited
True, if this customizer is initialized, else false.

Class org.softsmithy.lib.swing.JIntegerField extends JWholeNumberField implements Serializable

Class org.softsmithy.lib.swing.JLabelCustomizer extends AbstractTextCustomizer implements Serializable

Class org.softsmithy.lib.swing.JLine2DCustomizer extends JXIconCustomizer implements Serializable

Serialized Fields

orientation

Line2DOrientation orientation
Holds value of property orientation.


lineIcon

org.softsmithy.lib.swing.JLine2DCustomizer.Line2DIcon lineIcon

Class org.softsmithy.lib.swing.JListBox extends JPanel implements Serializable

Serialized Fields

upAction

XAction upAction

downAction

XAction downAction

list

JList list

listModel

DefaultListModel listModel

lsl

ListSelectionListener lsl

downButton

JButton downButton

jPanel1

JPanel jPanel1

scrollPane

JScrollPane scrollPane

upButton

JButton upButton

Class org.softsmithy.lib.swing.JLocalizedDoubleField extends JLocalizedRealNumberField implements Serializable

Class org.softsmithy.lib.swing.JLocalizedFloatField extends JLocalizedRealNumberField implements Serializable

Class org.softsmithy.lib.swing.JLocalizedRealNumberField extends JRealNumberField implements Serializable

Class org.softsmithy.lib.swing.JLongField extends JWholeNumberField implements Serializable

Class org.softsmithy.lib.swing.JMultiSplitPane extends JStyledPanel implements Serializable

Serialized Fields

splitPanes

List<E> splitPanes

fireLocationChangedListeners

Map<K,V> fireLocationChangedListeners

dividerLocationListeners

List<E> dividerLocationListeners

splitOrientation

SplitOrientation splitOrientation
Holds value of property orientation.

Class org.softsmithy.lib.swing.JPropertyTable extends JCellTable implements Serializable

Serialized Fields

propertyRenderers

Map<K,V> propertyRenderers

propertyEditors

Map<K,V> propertyEditors

Class org.softsmithy.lib.swing.JRealNumberField extends AbstractNumberField implements Serializable

Class org.softsmithy.lib.swing.JShortField extends JWholeNumberField implements Serializable

Class org.softsmithy.lib.swing.JStyledPanel extends JPanel implements Serializable

Serialized Fields

noneStyle

Style noneStyle
The none (null) style.


parentStyle

Style parentStyle
The parent style.


style

Style style
The style of this panel.


inited

boolean inited

Class org.softsmithy.lib.swing.JTabbedCustomizerBar extends JTabbedPane implements Serializable

Serialized Fields

oldTabPane

CustomizerBar oldTabPane

Class org.softsmithy.lib.swing.JTableCustomizerBar extends JPanel implements Serializable

Serialized Fields

table

JTable table

scrollPane

JScrollPane scrollPane

Class org.softsmithy.lib.swing.JTreeCustomizerBar extends JPanel implements Serializable

Serialized Fields

tree

JXTree tree

Class org.softsmithy.lib.swing.JTypesafeEnumComboBox extends JComboBox implements Serializable

Serialized Fields

inited

boolean inited

Class org.softsmithy.lib.swing.JWholeNumberField extends AbstractNumberField implements Serializable

Class org.softsmithy.lib.swing.JXApplet extends JApplet implements Serializable

Serialized Fields

documentBaseDir

String documentBaseDir

Class org.softsmithy.lib.swing.JXIconCustomizer extends JCustomizer implements Serializable

Class org.softsmithy.lib.swing.JXIconLabel extends org.softsmithy.lib.swing.JXLabel implements Serializable

Serialized Fields

originalIcon

XIcon originalIcon

zoomingStrategy

ZoomingStrategy zoomingStrategy
Holds value of property zoomingStrategy.

Class org.softsmithy.lib.swing.JXPanel extends JPanel implements Serializable

Serialized Fields

backgroundPaint

Paint backgroundPaint
Holds value of property backgroundPaint.

Class org.softsmithy.lib.swing.JXScrollPane extends JScrollPane implements Serializable

Class org.softsmithy.lib.swing.JXSplitPane extends JSplitPane implements Serializable

Serialized Fields

noneStyle

Style noneStyle
Holds value of property noneStyle.


parentStyle

Style parentStyle
Holds value of property parentStyle.


style

Style style
Holds value of property style.


inited

boolean inited

Class org.softsmithy.lib.swing.JXTable extends JTable implements Serializable

Serialized Fields

tableRowHeaderController

TableRowHeaderController tableRowHeaderController

Class org.softsmithy.lib.swing.JXTextField extends JTextField implements Serializable

Serialized Fields

noneStyle

Style noneStyle
Holds value of property noneStyle.


parentStyle

Style parentStyle
Holds value of property parentStyle.


style

Style style
Holds value of property style.


inited

boolean inited

Class org.softsmithy.lib.swing.JXTree extends JTree implements Serializable

Class org.softsmithy.lib.swing.JXViewport extends JViewport implements Serializable

Serialized Fields

viewPane

JStyledPanel viewPane

viewComponent

Component viewComponent

viewGlassed

boolean viewGlassed
Holds value of property viewGlassed.


viewGlassPane

JComponent viewGlassPane
Holds value of property viewGlassPane.

Class org.softsmithy.lib.swing.LocalizedBigDecimalCellEditor extends FormattedCellEditor implements Serializable

Class org.softsmithy.lib.swing.LocalizedDoubleCellEditor extends FormattedCellEditor implements Serializable

Class org.softsmithy.lib.swing.LocalizedFloatCellEditor extends FormattedCellEditor implements Serializable

Class org.softsmithy.lib.swing.LongCellEditor extends FormattedCellEditor implements Serializable

Class org.softsmithy.lib.swing.ShortCellEditor extends FormattedCellEditor implements Serializable

Class org.softsmithy.lib.swing.TypesafeEnumCellEditor extends DefaultCellEditor implements Serializable

Serialized Fields

locale

Locale locale
Holds value of property locale.

Class org.softsmithy.lib.swing.TypesafeEnumComboBoxModel extends DefaultComboBoxModel implements Serializable

Class org.softsmithy.lib.swing.TypesafeEnumListCellRenderer extends DefaultListCellRenderer implements Serializable

Serialized Fields

locale

Locale locale
Holds value of property locale.

Class org.softsmithy.lib.swing.XDefaultListCellRenderer extends DefaultListCellRenderer implements Serializable

Serialized Fields

cellRenderer

CellRenderer<T> cellRenderer
Holds value of property cellRenderer.


Package org.softsmithy.lib.swing.action

Class org.softsmithy.lib.swing.action.AbstractXAction extends AbstractAction implements Serializable

Class org.softsmithy.lib.swing.action.DefaultCustomizerAction extends DefaultXAction implements Serializable

Serialized Fields

neededCustomizableProperties

Set<E> neededCustomizableProperties
Holds value of property neededCustomizableProperties.

Class org.softsmithy.lib.swing.action.DefaultXAction extends AbstractXAction implements Serializable

Class org.softsmithy.lib.swing.action.ReflectiveCustomizerAction extends ReflectiveXAction implements Serializable

Serialized Fields

neededCustomizableProperties

Set<E> neededCustomizableProperties
Holds value of property neededCustomizableProperties.

Class org.softsmithy.lib.swing.action.ReflectiveXAction extends AbstractXAction implements Serializable

Serialized Fields

fTarget

Object fTarget

fMethod

Method fMethod

Package org.softsmithy.lib.swing.border

Class org.softsmithy.lib.swing.border.HandleBorder extends AbstractBorder implements Serializable

Serialized Fields

fLineColor

Color fLineColor

fThick

int fThick

fLineInset

int fLineInset

fNHandle

HandleBorder.Handle fNHandle

fNEHandle

HandleBorder.Handle fNEHandle

fEHandle

HandleBorder.Handle fEHandle

fSEHandle

HandleBorder.Handle fSEHandle

fSHandle

HandleBorder.Handle fSHandle

fSWHandle

HandleBorder.Handle fSWHandle

fWHandle

HandleBorder.Handle fWHandle

fNWHandle

HandleBorder.Handle fNWHandle

fHandles

HandleBorder.Handle[] fHandles

Package org.softsmithy.lib.swing.customizer

Class org.softsmithy.lib.swing.customizer.AbstractCustomizer extends JStyledPanel implements Serializable

Serialized Fields

customizableProperties

Set<E> customizableProperties
The supported visually customizable bound properties.

Class org.softsmithy.lib.swing.customizer.AbstractCustomizerPropertyTableModel extends PropertyTableModel implements Serializable

Class org.softsmithy.lib.swing.customizer.AbstractTextCustomizer extends JCustomizer implements Serializable

Serialized Fields

editor

JTextComponent editor
The text component used as editor.


editorScrollable

boolean editorScrollable
Indicates if the editor should be scrollable.


editable

boolean editable
Indicates if this customizer is editable.


inited

boolean inited
True, if the instance is initialized, else false.

Class org.softsmithy.lib.swing.customizer.CustomizerPropertyTableModel extends AbstractCustomizerPropertyTableModel implements Serializable


Package org.softsmithy.lib.swing.event

Class org.softsmithy.lib.swing.event.CustomizerEvent extends EventObject implements Serializable

Serialized Fields

dx

int dx
Holds value of property dx.


dy

int dy
Holds value of property dy.


dwidth

int dwidth
Holds value of property dwidth.


dheight

int dheight
Holds value of property dheight.

Class org.softsmithy.lib.swing.event.CustomizerSelectionEvent extends EventObject implements Serializable

Serialized Fields

selectedCustomizers

Set<E> selectedCustomizers
Holds value of property selectedCustomizers.


activeCustomizer

JCustomizer activeCustomizer
Holds value of property activeCustomizer.


commonCustomizableProperties

Set<E> commonCustomizableProperties

Class org.softsmithy.lib.swing.event.DividerLocationEvent extends EventObject implements Serializable

Serialized Fields

index

int index
Holds value of property index.


location

int location
Holds value of property location.


Package org.softsmithy.lib.swing.filechooser

Class org.softsmithy.lib.swing.filechooser.ImagePreview extends JComponent implements Serializable

Serialized Fields

thumbnail

ImageIcon thumbnail

file

File file

Package org.softsmithy.lib.swing.icon

Class org.softsmithy.lib.swing.icon.XImageIcon extends ImageIcon implements Serializable

Serialized Fields

scalingAlgorithm

ScalingAlgorithm scalingAlgorithm
Holds value of property scalingAlgorithm.


Package org.softsmithy.lib.swing.style

Class org.softsmithy.lib.swing.style.StyleCellEditor extends DefaultCellEditor implements Serializable

Serialized Fields

locale

Locale locale
Holds value of property locale.

Class org.softsmithy.lib.swing.style.StyleProviderComboBox extends JComboBox implements Serializable

Serialized Fields

inited

boolean inited

Class org.softsmithy.lib.swing.style.StyleProviderComboBoxModel extends DefaultComboBoxModel implements Serializable

Class org.softsmithy.lib.swing.style.StyleProviderListCellRenderer extends DefaultListCellRenderer implements Serializable

Serialized Fields

locale

Locale locale
Holds value of property locale.

Class org.softsmithy.lib.swing.style.StyleRenderer extends DefaultTableCellRenderer implements Serializable

Serialized Fields

locale

Locale locale
Holds value of property locale.


Package org.softsmithy.lib.swing.table

Class org.softsmithy.lib.swing.table.AbstractCellTableModel extends AbstractTableModel implements Serializable

Class org.softsmithy.lib.swing.table.AbstractRowHeaderTableModel extends AbstractTableModel implements Serializable

Serialized Fields

tableModelListener

org.softsmithy.lib.swing.table.AbstractRowHeaderTableModel.WrappedTableModelListener tableModelListener

tableModel

TableModel tableModel

Class org.softsmithy.lib.swing.table.HorizontalAlignmentRenderer extends DefaultTableCellRenderer implements Serializable

Serialized Fields

locale

Locale locale
Holds value of property locale.

Class org.softsmithy.lib.swing.table.JRowHeaderTable extends JXTable implements Serializable

Serialized Fields

mainTable

JTable mainTable

rowHeaderTableModel

RowHeaderTableModel rowHeaderTableModel

Class org.softsmithy.lib.swing.table.JRowNumberHeaderTable extends JRowHeaderTable implements Serializable

Class org.softsmithy.lib.swing.table.PanelTableCellRenderer extends JPanel implements Serializable

Serialized Fields

unselectedForeground

Color unselectedForeground

unselectedBackground

Color unselectedBackground

Class org.softsmithy.lib.swing.table.PropertyTableModel extends AbstractTableModel implements Serializable

Serialized Fields

propertyNames

List<E> propertyNames

bean

Object bean

propertiesRBBaseName

String propertiesRBBaseName

propertiesRB

ResourceBundle propertiesRB

columnNamesRB

ResourceBundle columnNamesRB

locale

Locale locale

beanPropertyListener

org.softsmithy.lib.swing.table.PropertyTableModel.BeanPropertyListener beanPropertyListener

Class org.softsmithy.lib.swing.table.TextFieldTableCellRenderer extends PanelTableCellRenderer implements Serializable

Serialized Fields

textfield

JXTextField textfield

Class org.softsmithy.lib.swing.table.TypesafeEnumRenderer extends DefaultTableCellRenderer implements Serializable

Serialized Fields

locale

Locale locale
Holds value of property locale.

Class org.softsmithy.lib.swing.table.XDefaultTableCellRenderer extends DefaultTableCellRenderer implements Serializable

Serialized Fields

cellRenderer

CellRenderer<T> cellRenderer
Holds value of property cellRenderer.


Package org.softsmithy.lib.swing.text

Class org.softsmithy.lib.swing.text.AbstractXNumberFormatter extends NumberFormatter implements Serializable

Serialized Fields

maximumMaximumValue

Number maximumMaximumValue
Holds value of property maximumMaximumValue.


minimumMinimumValue

Number minimumMinimumValue
Holds value of property minimumMinimumValue.

Class org.softsmithy.lib.swing.text.ByteFormatter extends WholeNumberFormatter implements Serializable

Class org.softsmithy.lib.swing.text.DoubleFormatter extends RealNumberFormatter implements Serializable

Class org.softsmithy.lib.swing.text.FloatFormatter extends RealNumberFormatter implements Serializable

Class org.softsmithy.lib.swing.text.IntegerFormatter extends WholeNumberFormatter implements Serializable

Class org.softsmithy.lib.swing.text.LocalizedDoubleFormatter extends LocalizedRealNumberFormatter implements Serializable

Class org.softsmithy.lib.swing.text.LocalizedFloatFormatter extends LocalizedRealNumberFormatter implements Serializable

Class org.softsmithy.lib.swing.text.LocalizedRealNumberFormatter extends RealNumberFormatter implements Serializable

Serialized Fields

locale

Locale locale
Holds value of property locale.

Class org.softsmithy.lib.swing.text.LongFormatter extends WholeNumberFormatter implements Serializable

Class org.softsmithy.lib.swing.text.RealNumberFormatter extends AbstractXNumberFormatter implements Serializable

Class org.softsmithy.lib.swing.text.RegexFormatter extends DefaultFormatter implements Serializable

Serialized Fields

pattern

Pattern pattern

matcher

Matcher matcher

Class org.softsmithy.lib.swing.text.ShortFormatter extends WholeNumberFormatter implements Serializable

Class org.softsmithy.lib.swing.text.WholeNumberFormatter extends AbstractXNumberFormatter implements Serializable

Serialized Fields

locale

Locale locale
Holds value of property locale.


Package org.softsmithy.lib.test

Class org.softsmithy.lib.test.TableLayout 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. The left boarder of column n is at columnOffset[n] and the right boarder 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 boarder of row n is at rowOffset[n] and the right boarder is at rowOffset[n + 1] for all rows including the last one. rowOffset.length = rowSize.length + 1


list

LinkedList<E> 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


Package org.softsmithy.lib.util

Class org.softsmithy.lib.util.MatchingException extends Exception implements Serializable



Copyright © 2002-2011 SoftSmithy. All Rights Reserved.