Serialized Form


Package org.xulux.guilayer.swing

Class org.xulux.guilayer.swing.SwingWidget extends org.xulux.gui.XuluxWidget implements Serializable


Package org.xulux.guilayer.swing.extensions

Class org.xulux.guilayer.swing.extensions.IconTitledBorder extends javax.swing.border.AbstractBorder implements Serializable

Serialized Fields

thickness

int thickness

title

java.lang.String title

image

javax.swing.ImageIcon image

Class org.xulux.guilayer.swing.extensions.MultipleLineHeader extends javax.swing.JTextArea implements Serializable

Class org.xulux.guilayer.swing.extensions.NyxJCheckBox extends javax.swing.JCheckBox implements Serializable

Serialized Fields

realBg

java.awt.Color realBg
the real background color


returnRealBackground

boolean returnRealBackground
return the real background ?


focusTraversable

boolean focusTraversable

Class org.xulux.guilayer.swing.extensions.NyxJComboBox extends javax.swing.JComboBox implements Serializable

Serialized Fields

newModelIsSet

boolean newModelIsSet
is a new model set or not ?

Class org.xulux.guilayer.swing.extensions.NyxJRadioButton extends javax.swing.JRadioButton implements Serializable

Serialized Fields

realBg

java.awt.Color realBg
The real background


returnRealBackground

boolean returnRealBackground
should we return the real background ?

Class org.xulux.guilayer.swing.extensions.NyxJTable extends javax.swing.JTable implements Serializable

Serialized Fields

siblingTable

NyxJTable siblingTable
the sibling table


changing

boolean changing
is the table changing

Class org.xulux.guilayer.swing.extensions.NyxLineBorder extends javax.swing.border.LineBorder implements Serializable

Class org.xulux.guilayer.swing.extensions.NyxTitledBorder extends javax.swing.border.TitledBorder implements Serializable

Class org.xulux.guilayer.swing.extensions.XuluxJButton extends javax.swing.JButton implements Serializable

Serialized Fields

focusTraversable

boolean focusTraversable

Class org.xulux.guilayer.swing.extensions.XuluxJTree extends javax.swing.JTree implements Serializable


Package org.xulux.guilayer.swing.layouts

Class org.xulux.guilayer.swing.layouts.XYLayout extends SwingLayoutAbstract implements Serializable

Serialized Fields

map

java.util.HashMap<K,V> map
the map with widgets


firstLayout

boolean firstLayout
Is this the first time the gui is layout?


Package org.xulux.guilayer.swing.models

Class org.xulux.guilayer.swing.models.DefaultComboModel extends javax.swing.AbstractListModel implements Serializable

Serialized Fields

original

java.util.List<E> original
The original list


list

java.util.ArrayList<E> list
the used list


selectedItem

DefaultComboModel.ComboShowable selectedItem
The selected item


field

java.lang.String field
the field to use


mapping

org.xulux.api.dataprovider.IMapping mapping
the Mapping


combo

Combo combo
the combo where this model is used for


initialized

boolean initialized
If the model has been initialized

Class org.xulux.guilayer.swing.models.NyxTableCellEditor extends javax.swing.AbstractCellEditor implements Serializable

Serialized Fields

widget

org.xulux.api.gui.IWidget widget
The widget

Class org.xulux.guilayer.swing.models.NyxTableCellRenderer extends javax.swing.table.DefaultTableCellRenderer implements Serializable

Serialized Fields

widget

org.xulux.api.gui.IWidget widget
the widget


parent

Table parent
the parent table


request

org.xulux.api.core.PartRequest request
the request

Class org.xulux.guilayer.swing.models.NyxTableColumn extends javax.swing.table.TableColumn implements Serializable

Serialized Fields

widget

org.xulux.api.gui.IWidget widget
The widget


model

NyxTableColumnModel model
The columnmodel

Class org.xulux.guilayer.swing.models.NyxTableColumnModel extends javax.swing.table.DefaultTableColumnModel implements Serializable

Serialized Fields

table

Table table
the table


lockedModel

NyxTableColumnModel lockedModel
the model


lockedColumnWidth

int lockedColumnWidth
the lockedwidth


initializing

boolean initializing
is the model initializing?

Class org.xulux.guilayer.swing.models.NyxTreeCellRenderer extends javax.swing.tree.DefaultTreeCellRenderer implements Serializable

Serialized Fields

widget

Tree widget
the tree widget


childWidget

org.xulux.api.gui.IWidget childWidget
The childwidget


request

org.xulux.api.core.PartRequest request
the request


tmpFont

java.awt.Font tmpFont
Store a temp font in case java suddenly doesn't know what font use.

Class org.xulux.guilayer.swing.models.XuluxTreeCellRenderer extends javax.swing.tree.DefaultTreeCellRenderer implements Serializable

Serialized Fields

widget

org.xulux.api.gui.IWidget widget

Package org.xulux.guilayer.swing.widgets

Class org.xulux.guilayer.swing.widgets.Button extends SwingWidget implements Serializable

Serialized Fields

button

XuluxJButton button
the native button


actionListener

PrePostFieldListener actionListener
the actionlistener


imageFocusListener

java.awt.event.FocusListener imageFocusListener
the image focuslistener


focusListener

java.awt.event.FocusListener focusListener
The focuslistener. This way we receive focusevents when someone has selected the button by leaving another field by way of pressing tab.


changeListener

DefaultButtonChangeListener changeListener

listenerList

java.util.List<E> listenerList
the nyx listeners

Class org.xulux.guilayer.swing.widgets.ButtonGroup extends org.xulux.gui.ContainerWidget implements Serializable

Serialized Fields

group

javax.swing.ButtonGroup group
The native buttongroup

Class org.xulux.guilayer.swing.widgets.CheckBox extends SwingWidget implements Serializable

Serialized Fields

checkBox

NyxJCheckBox checkBox
The native checkbox


itemListener

PrePostFieldListener itemListener
The checkbox listener

Class org.xulux.guilayer.swing.widgets.Combo extends org.xulux.gui.XuluxCombo implements Serializable

Serialized Fields

combo

NyxJComboBox combo
The native combobox


keyListener

java.awt.event.KeyListener keyListener
The key listener


model

DefaultComboModel model
the combo model


actionListener

PrePostFieldListener actionListener
the actionlistener


focusEventListener

Combo.FocusEventListener focusEventListener
The focus event listener. We cannot use the prepostlistener, since that would trigger field processing code, we just need to release the queue when focus is gained.

Class org.xulux.guilayer.swing.widgets.Dialog extends org.xulux.gui.NyxWindow implements Serializable

Serialized Fields

dialog

javax.swing.JDialog dialog

windowListener

java.awt.event.WindowListener windowListener

Class org.xulux.guilayer.swing.widgets.Entry extends SwingWidget implements Serializable

Serialized Fields

size

java.awt.Dimension size
The dimensions


setValueCalled

boolean setValueCalled
is setValue called ?


textComponent

javax.swing.text.JTextComponent textComponent
A textcomponent allows overriding by similar classes.


focusListener

PrePostFieldListener focusListener
The focuslistener


immidiateListener

PrePostFieldListener immidiateListener
the immidiatelistener


valueClass

java.lang.Class<T> valueClass
the value class

Class org.xulux.guilayer.swing.widgets.ImagePanel extends Panel implements Serializable

Class org.xulux.guilayer.swing.widgets.Label extends SwingWidget implements Serializable

Serialized Fields

label

javax.swing.JLabel label
The native label

Class org.xulux.guilayer.swing.widgets.Menu extends org.xulux.gui.ContainerWidget implements Serializable

Serialized Fields

menu

javax.swing.JMenu menu

Class org.xulux.guilayer.swing.widgets.MenuBar extends org.xulux.gui.ContainerWidget implements Serializable

Serialized Fields

bar

javax.swing.JMenuBar bar

Class org.xulux.guilayer.swing.widgets.MenuItem extends org.xulux.gui.XuluxWidget implements Serializable

Serialized Fields

item

javax.swing.JMenuItem item
The native menuitem


separator

javax.swing.JSeparator separator
the native seperator


actionListener

java.awt.event.ActionListener actionListener
the actionlistener


listenerList

java.util.List<E> listenerList
the nyx listeners

Class org.xulux.guilayer.swing.widgets.Native extends org.xulux.gui.XuluxWidget implements Serializable

Class org.xulux.guilayer.swing.widgets.Panel extends org.xulux.gui.ContainerWidget implements Serializable

Serialized Fields

panel

javax.swing.JPanel panel
the native panel

Class org.xulux.guilayer.swing.widgets.PopupMenu extends org.xulux.gui.ContainerWidget implements Serializable

Serialized Fields

menu

javax.swing.JPopupMenu menu
the native popupmenu

Class org.xulux.guilayer.swing.widgets.RadioButton extends org.xulux.gui.XuluxWidget implements Serializable

Serialized Fields

radioButton

NyxJRadioButton radioButton
the native radiobutton


itemListener

PrePostFieldListener itemListener
the itemlistener

Class org.xulux.guilayer.swing.widgets.ScrollPane extends org.xulux.gui.ContainerWidget implements Serializable

Serialized Fields

pane

javax.swing.JScrollPane pane

Class org.xulux.guilayer.swing.widgets.SplitPane extends org.xulux.gui.ContainerWidget implements Serializable

Serialized Fields

pane

javax.swing.JSplitPane pane
the splitpane


bottomProcessed

boolean bottomProcessed
Specifies if the bottom component was processed


topProcessed

boolean topProcessed
Specified if the top component was processed

Class org.xulux.guilayer.swing.widgets.Tab extends org.xulux.gui.ContainerWidget implements Serializable

Serialized Fields

panel

javax.swing.JPanel panel
the native panel

Class org.xulux.guilayer.swing.widgets.Table extends org.xulux.gui.ContainerWidget implements Serializable

Serialized Fields

table

NyxJTable table
The native swing table


lockedTable

NyxJTable lockedTable
The native locked table


scrollPane

javax.swing.JScrollPane scrollPane
This is the native widget


menu

org.xulux.api.gui.IWidget menu
The table context menu


hasChildPopups

boolean hasChildPopups
does the table have childpopups


childPopupsChecked

boolean childPopupsChecked
are the child popups checked


content

java.lang.Object content
The content of the table


contentChanged

boolean contentChanged
has the contentchanged ?


columnModel

NyxTableColumnModel columnModel
The columnModel


model

NyxTableModel model
The tablemodel


editor

NyxTableCellEditor editor
the celleditor


newSelectionListener

NewSelectionListener newSelectionListener
the new selection listener


oldListSize

int oldListSize
the oldsize list


listSize

int listSize
the current list size

Class org.xulux.guilayer.swing.widgets.TabPanel extends org.xulux.gui.ContainerWidget implements Serializable

Serialized Fields

tabPanel

javax.swing.JTabbedPane tabPanel
The native tabbedPane


tabCount

int tabCount
The tabCount


initialFocus

java.lang.String initialFocus
Which tab has initialfocus


repaintComponent

TabPanel.RepaintComponent repaintComponent
The repaintcomponent class


repaintThread

java.lang.Thread repaintThread
the repaintthreads

Class org.xulux.guilayer.swing.widgets.TextArea extends Entry implements Serializable

Serialized Fields

focusListener

PrePostFieldListener focusListener
the focuslistener


immidiateListener

PrePostFieldListener immidiateListener
the immidiatelistener


size

java.awt.Dimension size
the size


scrollPane

javax.swing.JScrollPane scrollPane
The scrollpane for the textarea

Class org.xulux.guilayer.swing.widgets.TextPane extends Entry implements Serializable

Serialized Fields

focusListener

PrePostFieldListener focusListener
the focuslistener


immidiateListener

PrePostFieldListener immidiateListener
the immidiatelistener


size

java.awt.Dimension size
the size


scrollPane

javax.swing.JScrollPane scrollPane
The scrollpane for the textarea

Class org.xulux.guilayer.swing.widgets.ToggleButton extends org.xulux.gui.XuluxWidget implements Serializable

Serialized Fields

toggleButton

javax.swing.JToggleButton toggleButton
The native togglebutton


itemListener

PrePostFieldListener itemListener
the itemlistner


focusListener

java.awt.event.FocusListener focusListener
the focuslistener

Class org.xulux.guilayer.swing.widgets.Tree extends org.xulux.gui.ContainerWidget implements Serializable

Serialized Fields

jtree

XuluxJTree jtree
The native jtree


scrollPane

javax.swing.JScrollPane scrollPane
the native scrollpane


content

java.lang.Object content
the content


contentChanged

boolean contentChanged
the content has changed


contentHandler

SwingTreeModel contentHandler
the contenthandler


hasChildPopups

boolean hasChildPopups
has childpopups


menu

org.xulux.api.gui.IWidget menu
the menu


cellRenderer

NyxTreeCellRenderer cellRenderer
the cell renderer


selectionListener

NewSelectionListener selectionListener
the selectionlistener


immidiateListener

ImmidiateTreeSelectionListener immidiateListener
the immidiatelistener


mdcListener

MouseDoubleClickTreeListener mdcListener

expandPath

java.util.List<E> expandPath
The private expandPath array. Used in expandToLeaf..

Class org.xulux.guilayer.swing.widgets.Window extends org.xulux.gui.NyxWindow implements Serializable

Serialized Fields

window

javax.swing.JFrame window
the native window


windowListener

java.awt.event.WindowListener windowListener
the window listener


isInitializing

boolean isInitializing



Copyright © 2002-2007 Martin van den Bemt. All Rights Reserved.