Serialized Form


Package org.af.commons.errorhandling

Class org.af.commons.errorhandling.ErrorDialog extends JDialog implements Serializable

Serialized Fields

msg

String msg

e

Throwable e

fatal

boolean fatal

taHeader

MultiLineLabel taHeader

tfEMail

JTextField tfEMail

taDesc

JTextArea taDesc

informMsg

String informMsg

lockableUI

org.jdesktop.jxlayer.plaf.ext.LockableUI lockableUI

Package org.af.commons.logging.widgets

Class org.af.commons.logging.widgets.DetailsDialog extends JFrame implements Serializable

Serialized Fields

detailsPanel

DetailsPanel detailsPanel

Class org.af.commons.logging.widgets.DetailsPanel extends JPanel implements Serializable

Class org.af.commons.logging.widgets.DetailsPanelSimpleLog extends DetailsPanel implements Serializable

Class org.af.commons.logging.widgets.SimpleLogPanel extends JPanel implements Serializable

serialVersionUID: 1L

Serialized Fields

appLog

ApplicationLog appLog

jtfLog

JTextPane jtfLog

jbempty

JButton jbempty

verbosity

org.apache.log4j.Level[] verbosity

vbuttons

JRadioButton[] vbuttons

buttonGroup

ButtonGroup buttonGroup

buttonCmd2Level

Hashtable<K,V> buttonCmd2Level

doc

AbstractDocument doc

Class org.af.commons.logging.widgets.SimplePanel extends JPanel implements Serializable

serialVersionUID: 1L

Serialized Fields

textArea

JTextArea textArea

appLog

ApplicationLog appLog

Class org.af.commons.logging.widgets.SystemPanel extends SimplePanel implements Serializable

serialVersionUID: 1L


Package org.af.commons.threading

Class org.af.commons.threading.ProgressDialog extends JDialog implements Serializable

Serialized Fields

task

SafeSwingWorker<T,V> task

progressPanel

ProgressPanel<T,V> progressPanel

buttonPane

OKButtonPane buttonPane

extraPanel

JPanel extraPanel

parent

Component parent

abortable

boolean abortable

closeOnFinish

boolean closeOnFinish

Class org.af.commons.threading.ProgressPanel extends JPanel implements Serializable

Serialized Fields

label

JLabel label

progressBar

JProgressBar progressBar

textArea

JTextArea textArea

task

SafeSwingWorker<T,V> task

date

Date date

Package org.af.commons.widgets

Class org.af.commons.widgets.DesktopPaneBG extends JDesktopPane implements Serializable

serialVersionUID: 1L

Serialized Fields

img

BufferedImage img

at

AffineTransform at

oldwidth

int oldwidth

oldheight

int oldheight

layout

org.af.commons.widgets.DesktopPaneBG.LayoutType layout

Class org.af.commons.widgets.FloatingPointSlider extends JSlider implements Serializable

Serialized Fields

scale

int scale

min

Double min

max

Double max

ticks

int ticks

labelLength

int labelLength

Class org.af.commons.widgets.HTMLPane extends JTextPane implements Serializable

Serialized Fields

kit

HTMLEditorKit kit

doc

HTMLDocument doc

body

Element body

Class org.af.commons.widgets.HTMLPaneWithButtons extends HTMLPane implements Serializable

Serialized Fields

cmdToListener

Hashtable<K,V> cmdToListener

Class org.af.commons.widgets.ImagePanel extends JPanel implements Serializable

Serialized Fields

image

BufferedImage image

style

int style

alignmentX

float alignmentX

alignmentY

float alignmentY

Class org.af.commons.widgets.InfiniteProgressPanel extends JComponent implements Serializable

Serialized Fields

animatedObject

AnimatedObject animatedObject

fadeDelay

int fadeDelay

shield

float shield

text

String text

barsCount

int barsCount

fps

float fps

alphaLevel

int alphaLevel

delay

int delay

timer

Timer timer

anim

org.af.commons.widgets.InfiniteProgressPanel.Animator anim

hints

RenderingHints hints

frame

JFrame frame

defaultGlassPane

Component defaultGlassPane

abortListener

InfiniteProgressPanel.AbortListener abortListener

Class org.af.commons.widgets.MultiLineLabel extends JPanel implements Serializable

Serialized Fields

text

String text

m_nHAlign

float m_nHAlign

m_nVAlign

float m_nVAlign

baseline

int baseline

fm

FontMetrics fm

Class org.af.commons.widgets.MyJFileChooser extends JFileChooser implements Serializable

Class org.af.commons.widgets.MyJPopupMenu extends JPopupMenu implements Serializable

Serialized Fields

invocationPoint

Point invocationPoint

Package org.af.commons.widgets.buttons

Class org.af.commons.widgets.buttons.HorizontalButtonPane extends JPanel implements Serializable

Serialized Fields

cmds

String[] cmds

buttons

JButton[] buttons

Class org.af.commons.widgets.buttons.OkApplyCancelButtonPane extends HorizontalButtonPane implements Serializable

Class org.af.commons.widgets.buttons.OKButtonPane extends HorizontalButtonPane implements Serializable

serialVersionUID: 1L

Class org.af.commons.widgets.buttons.OkCancelButtonPane extends HorizontalButtonPane implements Serializable


Package org.af.commons.widgets.dialogs

Class org.af.commons.widgets.dialogs.ComboBoxDialog extends JDialog implements Serializable

Serialized Fields

cb

MyJComboBox<E> cb

bp

OkCancelButtonPane bp

result

Object result

Package org.af.commons.widgets.lists

Class org.af.commons.widgets.lists.AddRemoveJList extends JPanel implements Serializable

Serialized Fields

list

JList list

model

MyListModel<T> model

tf

ValidatedTextField<E> tf

bAdd

JButton bAdd

Class org.af.commons.widgets.lists.AddRemoveJListInteger extends AddRemoveJList<Integer> implements Serializable

Class org.af.commons.widgets.lists.IntegerJComboBox extends MyJComboBox<Integer> implements Serializable

Class org.af.commons.widgets.lists.MyJComboBox extends JComboBox implements Serializable

Class org.af.commons.widgets.lists.MyJComboBoxModel extends DefaultComboBoxModel implements Serializable

Serialized Fields

objects

List<E> objects

Class org.af.commons.widgets.lists.MyListModel extends AbstractListModel implements Serializable

Serialized Fields

data

List<E> data

Class org.af.commons.widgets.lists.SideList extends JList implements Serializable

Class org.af.commons.widgets.lists.SplitList extends JPanel implements Serializable

Serialized Fields

leftList

SideList<T> leftList

rightList

SideList<T> rightList

toLeftButton

JButton toLeftButton

toRightButton

JButton toRightButton

allToLeftButton

JButton allToLeftButton

allToRightButton

JButton allToRightButton

titleLeft

String titleLeft

titleRight

String titleRight

horizontalOrientation

boolean horizontalOrientation

listeners

List<E> listeners

Package org.af.commons.widgets.tables

Class org.af.commons.widgets.tables.ExtendedJTable extends JTable implements Serializable

Serialized Fields

visibleRowCount

int visibleRowCount

prefferedWidth

int prefferedWidth

Class org.af.commons.widgets.tables.TableHeaderMouseListener extends Object implements Serializable

Class org.af.commons.widgets.tables.TableHeaderPopup extends Object implements Serializable

Class org.af.commons.widgets.tables.TablePopupMenu extends MyJPopupMenu implements Serializable

Serialized Fields

table

JTable table

Class org.af.commons.widgets.tables.TableSorter extends AbstractTableModel implements Serializable

Serialized Fields

tableModel

AbstractTableModel tableModel

viewToModel

org.af.commons.widgets.tables.TableSorter.Row[] viewToModel

modelToView

int[] modelToView

tableHeader

JTableHeader tableHeader

mouseListener

MouseListener mouseListener

tableModelListener

TableModelListener tableModelListener

columnComparators

Map<K,V> columnComparators

sortingColumns

List<E> sortingColumns

Package org.af.commons.widgets.validate

Class org.af.commons.widgets.validate.IntegerTextField extends NumberTextField<Integer> implements Serializable

Class org.af.commons.widgets.validate.NumberTextField extends ValidatedTextField<E extends Number> implements Serializable

Serialized Fields

type

String type

min

Number min

max

Number max

minInclusive

boolean minInclusive

maxInclusive

boolean maxInclusive

Class org.af.commons.widgets.validate.RealTextField extends NumberTextField<Double> implements Serializable

serialVersionUID: 1L

Class org.af.commons.widgets.validate.ValidatedTextField extends JTextField implements Serializable

Serialized Fields

descriptiveName

String descriptiveName

normalCol

Color normalCol

errorCol

Color errorCol

Class org.af.commons.widgets.validate.ValidationException extends Exception implements Serializable


Package org.af.commons.widgets.vi

Class org.af.commons.widgets.vi.VInfoFrame extends JFrame implements Serializable

Class org.af.commons.widgets.vi.VInfoPanel extends JPanel implements Serializable

Serialized Fields

jtAbout

JTextPane jtAbout

vreader

VReader vreader

since

String since

comparator

Comparator<T> comparator

Package org.af.commons.widgets.wizard

Class org.af.commons.widgets.wizard.WizardPage2 extends org.netbeans.spi.wizard.WizardPage implements Serializable

Serialized Fields

id

String id

dm

DataManager dm