|
|||||||||
PREV NEXT | FRAMES NO FRAMES |
AbstractCustomizerPM
is the abstract base class for customizer presentation models.AbstractOperationPM
.
AbstractPM
is the general superclass of PM components.AbstractPM
.
IOperationPM
).AbstractValuePM
is the general superclass of PM components that
implement the IValuePM
interface and contain some 'value' and other
additional attributes which are generally usefull for user interface
programming, like title, description, mandatory, and editable.AbstractValuePM
.
ContextListener
.
ContextListener
.
beginIndex
and
endIndex
inclusive.
ModelProviderListener
to the listener list.
ModelProviderListener
to the listener list.
Context
as a parent to the this context.
Context
as a parent to the this context.
PropertyChangeListener
to this bean.
PropertyChangeListener
to this bean for the
specified property.
PropertyChangeListener
to this bean.
PropertyChangeListener
to this bean for the
specified property.
PropertyChangeListener
for any property of the
source bean.
PropertyChangeListener
for the specified property
of the source bean.
PropertyChangeEvent
.
PropertyChangeEvent
.
Context
and make it available
for clients.
Context
and make it available
for clients.
PathNode
with this node defined as the new root node.
Bean
is the basic interface for classes that can be observed by
PropertyChangeListener
objects.BigDecimalPM
is a PresentationModel
that contains a
BigDecimal
value.BigDecimalPM
.
BigDecimalPM.BigDecimalComparable
delegates the comparison to the model's
BigDecimal value if available, or otherwise falls back to the
super.compareTo(...)- BigDecimalPM.BigDecimalComparable() -
Constructor for class org.beanfabrics.model.BigDecimalPM.BigDecimalComparable
- Constructs a
BigDecimalPM.BigDecimalComparable
.
- BigDecimalPM.BigDecimalValidationRule - Class in org.beanfabrics.model
- This rule evaluates to invalid if the PM's value can't be converted into
a
BigDecimal
. - BigDecimalPM.BigDecimalValidationRule() -
Constructor for class org.beanfabrics.model.BigDecimalPM.BigDecimalValidationRule
-
- BigDecimalPM.Format - Class in org.beanfabrics.model
- The
BigDecimalPM.Format
is a IFormat
for converting
between BigDecimal
and String
. - BigDecimalPM.Format(DecimalFormat) -
Constructor for class org.beanfabrics.model.BigDecimalPM.Format
- Creates a
BigDecimalPM.Format
using the given
DecimalFormat
.
- BigDecimalPM.Format(DecimalFormat, DecimalFormat) -
Constructor for class org.beanfabrics.model.BigDecimalPM.Format
- Creates a
BigDecimalPM.Format
using the given two formats.
- bind(ModelSubscriber, PresentationModel, Path) -
Static method in class org.beanfabrics.Binder
- Binds the given
ModelSubscriber
to the PresentationModel
specified by the given Path
relative to the given root model.
- bind(ModelSubscriber, PresentationModel) -
Static method in class org.beanfabrics.Binder
- Binds the given
ModelSubscriber
to the given
PresentationModel
- Binder - Class in org.beanfabrics
- The Binder offers some convenient methods for binding a
ModelSubscriber
to a PresentationModel
. - Binder() -
Constructor for class org.beanfabrics.Binder
-
- BnAction - Class in org.beanfabrics.swing
- The BnAction is an
Action
that can subscribe to an
IOperationPM
. - BnAction() -
Constructor for class org.beanfabrics.swing.BnAction
- Constructs a new instance of this class.
- BnAction(IOperationPM) -
Constructor for class org.beanfabrics.swing.BnAction
- Constructs a
BnAction
and binds it to the specified model.
- BnAction(IModelProvider, Path) -
Constructor for class org.beanfabrics.swing.BnAction
- Constructs a
BnAction
and subscribes it for the model at the
specified Path provided by the given provider.
- BnAction(IModelProvider) -
Constructor for class org.beanfabrics.swing.BnAction
- Constructs a
BnAction
and subscribes it for the model at the
root level provided by the given provider.
- BnActionBeanInfo - Class in org.beanfabrics.swing
-
- BnActionBeanInfo() -
Constructor for class org.beanfabrics.swing.BnActionBeanInfo
-
- BnButton - Class in org.beanfabrics.swing
- The
BnButton
is a JButton
that can subscribe to an
IOperationPM
. - BnButton() -
Constructor for class org.beanfabrics.swing.BnButton
- Constructs a
BnButton
.
- BnButton(IOperationPM) -
Constructor for class org.beanfabrics.swing.BnButton
- Constructs a
BnButton
and binds it to the specified model
- BnButton(ModelProvider, Path) -
Constructor for class org.beanfabrics.swing.BnButton
- Constructs a
BnButton
and subscribes it for the model at the
specified Path provided by the given provider.
- BnButton(ModelProvider) -
Constructor for class org.beanfabrics.swing.BnButton
- Constructs a
BnButton
and subscribes it for the model at the
root level provided by the given provider.
- BnButtonBeanInfo - Class in org.beanfabrics.swing
-
- BnButtonBeanInfo() -
Constructor for class org.beanfabrics.swing.BnButtonBeanInfo
-
- BnButtonDecorator - Class in org.beanfabrics.swt
-
- BnButtonDecorator(Button) -
Constructor for class org.beanfabrics.swt.BnButtonDecorator
-
- BnButtonDecorator(Composite, int) -
Constructor for class org.beanfabrics.swt.BnButtonDecorator
- Create the composite
- BnCalendarChooser - Class in org.beanfabrics.swing.goodies.calendar
-
- BnCalendarChooser() -
Constructor for class org.beanfabrics.swing.goodies.calendar.BnCalendarChooser
-
- BnCalendarChooserButton - Class in org.beanfabrics.swing.goodies.calendar
-
- BnCalendarChooserButton() -
Constructor for class org.beanfabrics.swing.goodies.calendar.BnCalendarChooserButton
-
- BnCalendarChooserButton(int, int) -
Constructor for class org.beanfabrics.swing.goodies.calendar.BnCalendarChooserButton
-
- BnCheckBox - Class in org.beanfabrics.swing
- The
BnCheckBox
is a JCheckBox
that can subscribe to an
IBooleanPM
. - BnCheckBox() -
Constructor for class org.beanfabrics.swing.BnCheckBox
- Constructs a
BnCheckBox
- BnCheckBox(IBooleanPM) -
Constructor for class org.beanfabrics.swing.BnCheckBox
- Constructs a
BnCheckBox
and binds it to the specified model.
- BnCheckBox(ModelProvider, Path) -
Constructor for class org.beanfabrics.swing.BnCheckBox
- Constructs a
BnCheckBox
and subscribes it for the model at
the specified Path provided by the given provider.
- BnCheckBox(ModelProvider) -
Constructor for class org.beanfabrics.swing.BnCheckBox
- Constructs a
BnCheckBox
and subscribes it for the model at
the root level provided by the given provider.
- BnCheckBoxBeanInfo - Class in org.beanfabrics.swing
-
- BnCheckBoxBeanInfo() -
Constructor for class org.beanfabrics.swing.BnCheckBoxBeanInfo
-
- BnCheckBoxCellEditor - Class in org.beanfabrics.swing.table.celleditor
-
- BnCheckBoxCellEditor() -
Constructor for class org.beanfabrics.swing.table.celleditor.BnCheckBoxCellEditor
-
- BnCheckBoxMenuItem - Class in org.beanfabrics.swing
- The
BnCheckBoxMenuItem
is a JMenuItem
that can subscribe
to an IBooleanPM
. - BnCheckBoxMenuItem() -
Constructor for class org.beanfabrics.swing.BnCheckBoxMenuItem
- Constructs a
BnCheckBoxMenuItem
.
- BnCheckBoxMenuItem(IBooleanPM) -
Constructor for class org.beanfabrics.swing.BnCheckBoxMenuItem
- Constructs a
BnCheckBoxMenuItem
and binds it to the
specified model.
- BnCheckBoxMenuItem(ModelProvider, Path) -
Constructor for class org.beanfabrics.swing.BnCheckBoxMenuItem
- Constructs a
BnCheckBoxMenuItem
and subscribes it for the
model at the specified Path provided by the given provider.
- BnCheckBoxMenuItem(ModelProvider) -
Constructor for class org.beanfabrics.swing.BnCheckBoxMenuItem
- Constructs a
BnCheckBoxMenuItem
and subscribes it for the
model at the root level provided by the given provider.
- BnCheckBoxMenuItemBeanInfo - Class in org.beanfabrics.swing
-
- BnCheckBoxMenuItemBeanInfo() -
Constructor for class org.beanfabrics.swing.BnCheckBoxMenuItemBeanInfo
-
- BnColumn - Class in org.beanfabrics.swing.table
- The
BnColumn
is a configuration object used in a BnTable
to configure a column. - BnColumn() -
Constructor for class org.beanfabrics.swing.table.BnColumn
-
- BnColumn(Path, String) -
Constructor for class org.beanfabrics.swing.table.BnColumn
-
- BnColumn(Path, String, int) -
Constructor for class org.beanfabrics.swing.table.BnColumn
-
- BnColumn(Path, String, int, boolean) -
Constructor for class org.beanfabrics.swing.table.BnColumn
-
- BnColumn(Path, String, int, boolean, Path) -
Constructor for class org.beanfabrics.swing.table.BnColumn
-
- BnColumn(Path, String, int, boolean, Path, Integer) -
Constructor for class org.beanfabrics.swing.table.BnColumn
-
- BnColumnBuilder - Class in org.beanfabrics.swing.table
- DSL-sytle Builder for BnColumn objects.
- BnColumnBuilder() -
Constructor for class org.beanfabrics.swing.table.BnColumnBuilder
-
- BnColumnBuilderJavaFormat - Class in org.beanfabrics.swing.customizer.table
-
- BnColumnBuilderJavaFormat() -
Constructor for class org.beanfabrics.swing.customizer.table.BnColumnBuilderJavaFormat
-
- BnColumnBuilderJavaFormat(String) -
Constructor for class org.beanfabrics.swing.customizer.table.BnColumnBuilderJavaFormat
-
- BnColumnPropertyEditor - Class in org.beanfabrics.swing.customizer.table
- The
BnColumnPropertyEditor
is a JavaBeans PropertyEditor
for a BnColumn
. - BnColumnPropertyEditor() -
Constructor for class org.beanfabrics.swing.customizer.table.BnColumnPropertyEditor
-
- BnColumnPropertyEditor(ObjectToSourceCodeFormatter<BnColumn[]>) -
Constructor for class org.beanfabrics.swing.customizer.table.BnColumnPropertyEditor
-
- BnComboBox - Class in org.beanfabrics.swing
- The
BnComboBox
is a JComboBox
that can subscribe to an
ITextPM
. - BnComboBox() -
Constructor for class org.beanfabrics.swing.BnComboBox
- Constructs a
BnComboBox
.
- BnComboBox(ITextPM) -
Constructor for class org.beanfabrics.swing.BnComboBox
- Constructs a
BnComboBox
and binds it to the specified model.
- BnComboBox(ModelProvider, Path) -
Constructor for class org.beanfabrics.swing.BnComboBox
- Constructs a
BnComboBox
and subscribes it for the model at
the specified Path provided by the given provider.
- BnComboBox(ModelProvider) -
Constructor for class org.beanfabrics.swing.BnComboBox
- Constructs a
BnComboBox
and subscribes it for the model at
the root level provided by the given provider.
- BnComboBoxBeanInfo - Class in org.beanfabrics.swing
-
- BnComboBoxBeanInfo() -
Constructor for class org.beanfabrics.swing.BnComboBoxBeanInfo
-
- BnComboBoxCellEditor - Class in org.beanfabrics.swing.table.celleditor
-
- BnComboBoxCellEditor() -
Constructor for class org.beanfabrics.swing.table.celleditor.BnComboBoxCellEditor
-
- BnComboBoxEditor - Class in org.beanfabrics.swing
-
- BnComboBoxEditor(TextPMComboBox) -
Constructor for class org.beanfabrics.swing.BnComboBoxEditor
-
- BnComboDecorator - Class in org.beanfabrics.swt
-
- BnComboDecorator(Combo) -
Constructor for class org.beanfabrics.swt.BnComboDecorator
-
- BnComboDecorator(Composite, int) -
Constructor for class org.beanfabrics.swt.BnComboDecorator
-
- BnIconLabel - Class in org.beanfabrics.swing
- The
BnIconLabel
is a JLabel
that can subscribe to an
IIconPM
. - BnIconLabel() -
Constructor for class org.beanfabrics.swing.BnIconLabel
- Constructs a
BnIconLabel
.
- BnIconLabel(IIconPM) -
Constructor for class org.beanfabrics.swing.BnIconLabel
- Constructs a
BnIconLabel
and binds it to the specified
model.
- BnIconLabel(ModelProvider, Path) -
Constructor for class org.beanfabrics.swing.BnIconLabel
- Constructs a
BnIconLabel
and subscribes it for the model at
the specified Path provided by the given provider.
- BnIconLabel(ModelProvider) -
Constructor for class org.beanfabrics.swing.BnIconLabel
- Constructs a
BnIconLabel
and subscribes it for the model at
the root level provided by the given provider.
- BnIconLabelBeanInfo - Class in org.beanfabrics.swing
-
- BnIconLabelBeanInfo() -
Constructor for class org.beanfabrics.swing.BnIconLabelBeanInfo
-
- BnLabel - Class in org.beanfabrics.swing
- The
BnLabel
is a JLabel
that can subscribe to an ITextPM
. - BnLabel() -
Constructor for class org.beanfabrics.swing.BnLabel
- Constructs a
BnLabel
.
- BnLabel(ITextPM) -
Constructor for class org.beanfabrics.swing.BnLabel
- Constructs a
BnLabel
and binds it to the specified model.
- BnLabel(ModelProvider, Path) -
Constructor for class org.beanfabrics.swing.BnLabel
- Constructs a
BnLabel
and subscribes it for the model at the specified Path provided by the given
provider.
- BnLabel(ModelProvider) -
Constructor for class org.beanfabrics.swing.BnLabel
- Constructs a
BnLabel
and subscribes it for the model at the root level provided by the given
provider.
- BnLabelBeanInfo - Class in org.beanfabrics.swing
-
- BnLabelBeanInfo() -
Constructor for class org.beanfabrics.swing.BnLabelBeanInfo
-
- BnLabelDecorator - Class in org.beanfabrics.swt
-
- BnLabelDecorator(Label) -
Constructor for class org.beanfabrics.swt.BnLabelDecorator
-
- BnLabelDecorator(Composite, int) -
Constructor for class org.beanfabrics.swt.BnLabelDecorator
-
- BnList - Class in org.beanfabrics.swing.list
- The
BnList
is a JList
that can subscribe to an
IListPM
. - BnList() -
Constructor for class org.beanfabrics.swing.list.BnList
- Constructs a
BnList
with a default pM renderer.
- BnListBeanInfo - Class in org.beanfabrics.swing.list
-
- BnListBeanInfo() -
Constructor for class org.beanfabrics.swing.list.BnListBeanInfo
-
- BnListCellRenderer - Class in org.beanfabrics.swing.list.cellrenderer
- The
BnListCellRenderer
is the general ListCellRenderer
for the BnList
. - BnListCellRenderer() -
Constructor for class org.beanfabrics.swing.list.cellrenderer.BnListCellRenderer
-
- BnListCustomizer<PM extends BnListCustomizerPM> - Class in org.beanfabrics.swing.customizer.list
- The
BnListCustomizer
is a JavaBeans Customizer
for a BnList
. - BnListCustomizer(PM) -
Constructor for class org.beanfabrics.swing.customizer.list.BnListCustomizer
-
- BnListCustomizer() -
Constructor for class org.beanfabrics.swing.customizer.list.BnListCustomizer
-
- BnListCustomizerPanel - Class in org.beanfabrics.swing.customizer.list
- The
BnListCustomizerPanel
is a View
on a BnListCustomizerPM
. - BnListCustomizerPanel() -
Constructor for class org.beanfabrics.swing.customizer.list.BnListCustomizerPanel
-
- BnListCustomizerPanelBeanInfo - Class in org.beanfabrics.swing.customizer.list
-
- BnListCustomizerPanelBeanInfo() -
Constructor for class org.beanfabrics.swing.customizer.list.BnListCustomizerPanelBeanInfo
-
- BnListCustomizerPM - Class in org.beanfabrics.swing.customizer.list
- The
BnListCustomizerPM
is the presentation model for the BnListCustomizer
. - BnListCustomizerPM() -
Constructor for class org.beanfabrics.swing.customizer.list.BnListCustomizerPM
-
- BnListModel - Class in org.beanfabrics.swing.list
- The
BnListModel
is a ListModel
that decorates a
IListPM
- BnListModel(IListPM, CellConfig) -
Constructor for class org.beanfabrics.swing.list.BnListModel
-
- BnListSelectionModel - Class in org.beanfabrics.swing.list
- The
BnListSelectionModel
is a ListSelectionModel
that
decorates a IListPM
. - BnListSelectionModel(IListPM<? extends PresentationModel>) -
Constructor for class org.beanfabrics.swing.list.BnListSelectionModel
-
- BnMenuItem - Class in org.beanfabrics.swing
- The
BnMenuItem
is a JMenuItem
that can subscribe to an
IOperationPM
. - BnMenuItem() -
Constructor for class org.beanfabrics.swing.BnMenuItem
- Constructs a
BnMenuItem
.
- BnMenuItem(IOperationPM) -
Constructor for class org.beanfabrics.swing.BnMenuItem
- Constructs a
BnMenuItem
and binds it to the specified model.
- BnMenuItem(ModelProvider, Path) -
Constructor for class org.beanfabrics.swing.BnMenuItem
- Constructs a
BnMenuItem
and subscribes it for the model at
the specified Path provided by the given provider.
- BnMenuItem(ModelProvider) -
Constructor for class org.beanfabrics.swing.BnMenuItem
- Constructs a
BnMenuItem
and subscribes it for the model at
the root level provided by the given provider.
- BnMenuItemBeanInfo - Class in org.beanfabrics.swing
-
- BnMenuItemBeanInfo() -
Constructor for class org.beanfabrics.swing.BnMenuItemBeanInfo
-
- BnModelObserver - Class in org.beanfabrics
- Observer for the
PresentationModel
object located at the end of a
specified Path
relatively to a ModelProvider
's root. - BnModelObserver() -
Constructor for class org.beanfabrics.BnModelObserver
- Creates a new instance.
- BnModelObserverBeanInfo - Class in org.beanfabrics
-
- BnModelObserverBeanInfo() -
Constructor for class org.beanfabrics.BnModelObserverBeanInfo
-
- BnMouseClickAction - Class in org.beanfabrics.swing
- The
BnMouseClickAction
is a MouseListener
that can
subscribe to an IOperationPM
. - BnMouseClickAction() -
Constructor for class org.beanfabrics.swing.BnMouseClickAction
- Constructs a
BnMouseClickAction
.
- BnMouseClickAction(IOperationPM) -
Constructor for class org.beanfabrics.swing.BnMouseClickAction
- Constructs a
BnMouseClickAction
and binds it to the
specified model.
- BnMouseClickAction(IModelProvider, Path) -
Constructor for class org.beanfabrics.swing.BnMouseClickAction
- Constructs a
BnMouseClickAction
and subscribes it for the
model at the specified Path provided by the given provider.
- BnMouseClickAction(IModelProvider) -
Constructor for class org.beanfabrics.swing.BnMouseClickAction
- Constructs a
BnMouseClickAction
and subscribes it for the
model at the root level provided by the given provider.
- BnMouseClickActionBeanInfo - Class in org.beanfabrics.swing
-
- BnMouseClickActionBeanInfo() -
Constructor for class org.beanfabrics.swing.BnMouseClickActionBeanInfo
-
- BnParentContext - Class in org.beanfabrics.context
- The
BnParentContext
is a context that dynamically adds itself as a
parent context to the target's context. - BnParentContext() -
Constructor for class org.beanfabrics.context.BnParentContext
-
- BnPasswordField - Class in org.beanfabrics.swing
- The
BnPasswordField
is a JPasswordField
that can
subscribe to an ITextPM
. - BnPasswordField() -
Constructor for class org.beanfabrics.swing.BnPasswordField
- Constructs a
BnPasswordField
.
- BnPasswordField(ITextPM) -
Constructor for class org.beanfabrics.swing.BnPasswordField
- Constructs a
BnPasswordField
and binds it to the specified
model.
- BnPasswordField(ModelProvider, Path) -
Constructor for class org.beanfabrics.swing.BnPasswordField
- Constructs a
BnPasswordField
and subscribes it for the model
at the specified Path provided by the given provider.
- BnPasswordField(ModelProvider) -
Constructor for class org.beanfabrics.swing.BnPasswordField
- Constructs a
BnPasswordField
and subscribes it for the model
at the root level provided by the given provider.
- BnPasswordFieldBeanInfo - Class in org.beanfabrics.swing
-
- BnPasswordFieldBeanInfo() -
Constructor for class org.beanfabrics.swing.BnPasswordFieldBeanInfo
-
- BnPlainDocument - Class in org.beanfabrics.swing.internal
- The
BnPlainDocument
is a PlainDocument
which is a
View
on a ITextPM
. - BnPlainDocument() -
Constructor for class org.beanfabrics.swing.internal.BnPlainDocument
-
- BnPlainDocument(ITextPM) -
Constructor for class org.beanfabrics.swing.internal.BnPlainDocument
-
- BnProgressBar - Class in org.beanfabrics.swing
- The
BnProgressBar
is a JProgressBar
that can subscribe to an IIntegerPM
. - BnProgressBar() -
Constructor for class org.beanfabrics.swing.BnProgressBar
- Constructs a
BnProgressBar
.
- BnProgressBar(IIntegerPM) -
Constructor for class org.beanfabrics.swing.BnProgressBar
- Constructs a
BnProgressBar
and binds it to the specified model.
- BnProgressBar(ModelProvider, Path) -
Constructor for class org.beanfabrics.swing.BnProgressBar
- Constructs a
BnProgressBar
and subscribes it for the model at the specified Path provided by the
given provider.
- BnProgressBar(ModelProvider) -
Constructor for class org.beanfabrics.swing.BnProgressBar
- Constructs a
BnProgressBar
and subscribes it for the model at the root level provided by the given
provider.
- BnProgressBarBeanInfo - Class in org.beanfabrics.swing
-
- BnProgressBarBeanInfo() -
Constructor for class org.beanfabrics.swing.BnProgressBarBeanInfo
-
- BnPropertyChangeEvent - Class in org.beanfabrics.event
- An event which indicates that some change has occurred in some
PresentationModel
. - BnPropertyChangeEvent(Object, String, Object, Object) -
Constructor for class org.beanfabrics.event.BnPropertyChangeEvent
- Constructs a
BnPropertyChangeEvent
without a trigger.
- BnPropertyChangeEvent(Object, String, Object, Object, EventObject) -
Constructor for class org.beanfabrics.event.BnPropertyChangeEvent
- Constructs a
BnPropertyChangeEvent
.
- BnPropertyChangeSupport - Class in org.beanfabrics.event
- The
BnPropertyChangeSupport
is a utility class for handling listeners
of bound properties. - BnPropertyChangeSupport(Object) -
Constructor for class org.beanfabrics.event.BnPropertyChangeSupport
- Constructs a
BnPropertyChangeSupport
.
- BnPushButtonDecorator - Class in org.beanfabrics.swt
-
- BnPushButtonDecorator(Button) -
Constructor for class org.beanfabrics.swt.BnPushButtonDecorator
- Create the BnPushButtonDecorator
- BnPushButtonDecorator(Composite, int) -
Constructor for class org.beanfabrics.swt.BnPushButtonDecorator
- Create the BnPushButtonDecorator
- BnPushButtonDecorator(Composite) -
Constructor for class org.beanfabrics.swt.BnPushButtonDecorator
- Create the BnPushButtonDecorator
- BnRadioButton - Class in org.beanfabrics.swing
- The
BnRadioButton
is a JRadioButton
that can subscribe
to an IBooleanPM
. - BnRadioButton() -
Constructor for class org.beanfabrics.swing.BnRadioButton
- Constructs a
BnRadioButton
.
- BnRadioButton(IBooleanPM) -
Constructor for class org.beanfabrics.swing.BnRadioButton
- Constructs a
BnRadioButton
and binds it to the specified
model.
- BnRadioButton(ModelProvider, Path) -
Constructor for class org.beanfabrics.swing.BnRadioButton
- Constructs a
BnRadioButton
and subscribes it for the model
at the specified Path provided by the given provider.
- BnRadioButton(ModelProvider) -
Constructor for class org.beanfabrics.swing.BnRadioButton
- Constructs a
BnRadioButton
and subscribes it for the model
at the root level provided by the given provider.
- BnRadioButtonBeanInfo - Class in org.beanfabrics.swing
-
- BnRadioButtonBeanInfo() -
Constructor for class org.beanfabrics.swing.BnRadioButtonBeanInfo
-
- BnSpinnerDecorator - Class in org.beanfabrics.swt
-
- BnSpinnerDecorator(Spinner) -
Constructor for class org.beanfabrics.swt.BnSpinnerDecorator
-
- BnSpinnerDecorator(Composite, int) -
Constructor for class org.beanfabrics.swt.BnSpinnerDecorator
-
- bnTable -
Variable in class org.beanfabrics.swing.customizer.table.ColumnListPanel
-
- BnTable - Class in org.beanfabrics.swing.table
- The
BnTable
is a JTable
that can subscribe to an IListPM
. - BnTable() -
Constructor for class org.beanfabrics.swing.table.BnTable
-
- BnTableBeanInfo - Class in org.beanfabrics.swing.table
-
- BnTableBeanInfo() -
Constructor for class org.beanfabrics.swing.table.BnTableBeanInfo
-
- BnTableCellEditor - Class in org.beanfabrics.swing.table.celleditor
- The
BnTableCellEditor
is a TableCellEditor
for a PresentationModel
object inside a cell
of a BnTable
. - BnTableCellEditor() -
Constructor for class org.beanfabrics.swing.table.celleditor.BnTableCellEditor
-
- BnTableCellRenderer - Class in org.beanfabrics.swing.table.cellrenderer
- The
BnTableCellRenderer
is the general TableCellRenderer
for the BnTable
. - BnTableCellRenderer() -
Constructor for class org.beanfabrics.swing.table.cellrenderer.BnTableCellRenderer
-
- BnTableCustomizer<PM extends BnTableCustomizerPM> - Class in org.beanfabrics.swing.customizer.table
- The
BnTableCustomizer
is a JavaBeans Customizer
for a BnTable
. - BnTableCustomizer(PM) -
Constructor for class org.beanfabrics.swing.customizer.table.BnTableCustomizer
-
- BnTableCustomizer() -
Constructor for class org.beanfabrics.swing.customizer.table.BnTableCustomizer
-
- BnTableCustomizerPanel - Class in org.beanfabrics.swing.customizer.table
- The
BnTableCustomizerPanel
is a View on a BnTableCustomizerPM
. - BnTableCustomizerPanel() -
Constructor for class org.beanfabrics.swing.customizer.table.BnTableCustomizerPanel
-
- BnTableCustomizerPanelBeanInfo - Class in org.beanfabrics.swing.customizer.table
-
- BnTableCustomizerPanelBeanInfo() -
Constructor for class org.beanfabrics.swing.customizer.table.BnTableCustomizerPanelBeanInfo
-
- BnTableCustomizerPM - Class in org.beanfabrics.swing.customizer.table
- The
BnTableCustomizerPM
is the presentation model for the BnTableCustomizer
. - BnTableCustomizerPM() -
Constructor for class org.beanfabrics.swing.customizer.table.BnTableCustomizerPM
-
- BnTableDecorator - Class in org.beanfabrics.swt.table
- This is a Beanfabrics view on a
IListPM
using an SWT Table
. - BnTableDecorator(Table) -
Constructor for class org.beanfabrics.swt.table.BnTableDecorator
- Create the BnTable
- BnTableDecorator(Composite, int) -
Constructor for class org.beanfabrics.swt.table.BnTableDecorator
- Create the BnTable
- BnTableDecorator(Composite) -
Constructor for class org.beanfabrics.swt.table.BnTableDecorator
- Create the BnTable
- BnTableModel - Class in org.beanfabrics.swing.table
- The
BnTableModel
is a TableModel
that decorates a IListPM
. - BnTableModel(IListPM, List<BnColumn>, boolean) -
Constructor for class org.beanfabrics.swing.table.BnTableModel
-
- BnTableRowSorter - Class in org.beanfabrics.swing.table
-
- BnTableRowSorter(BnTableModel) -
Constructor for class org.beanfabrics.swing.table.BnTableRowSorter
-
- BnTableSelectionModel - Class in org.beanfabrics.swing.table
- The
BnTableSelectionModel
is a ListSelectionModel
that
decorates a IListPM
. - BnTableSelectionModel(IListPM<? extends PresentationModel>) -
Constructor for class org.beanfabrics.swing.table.BnTableSelectionModel
-
- BnTextArea - Class in org.beanfabrics.swing
- The
BnTextArea
is a JTextArea
that can subscribe to an
ITextPM
. - BnTextArea() -
Constructor for class org.beanfabrics.swing.BnTextArea
- Constructs a
BnTextArea
.
- BnTextArea(ITextPM) -
Constructor for class org.beanfabrics.swing.BnTextArea
- Constructs a
BnTextArea
and binds it to the specified model.
- BnTextArea(ModelProvider, Path) -
Constructor for class org.beanfabrics.swing.BnTextArea
- Constructs a
BnTextArea
and subscribes it for the model at
the specified Path provided by the given provider.
- BnTextArea(ModelProvider) -
Constructor for class org.beanfabrics.swing.BnTextArea
- Constructs a
BnTextArea
and subscribes it for the model at
the root level provided by the given provider.
- BnTextAreaBeanInfo - Class in org.beanfabrics.swing
-
- BnTextAreaBeanInfo() -
Constructor for class org.beanfabrics.swing.BnTextAreaBeanInfo
-
- BnTextDecorator - Class in org.beanfabrics.swt
-
- BnTextDecorator(Text) -
Constructor for class org.beanfabrics.swt.BnTextDecorator
-
- BnTextDecorator(Composite, int) -
Constructor for class org.beanfabrics.swt.BnTextDecorator
-
- BnTextField - Class in org.beanfabrics.swing
- The
BnTextField
is a JTextField
that can subscribe to an
ITextPM
. - BnTextField() -
Constructor for class org.beanfabrics.swing.BnTextField
- Constructs a
BnTextField
.
- BnTextField(ITextPM) -
Constructor for class org.beanfabrics.swing.BnTextField
- Constructs a
BnTextField
and binds it to the specified
model.
- BnTextField(ModelProvider, Path) -
Constructor for class org.beanfabrics.swing.BnTextField
- Constructs a
BnTextField
and subscribes it for the model at
the specified Path provided by the given provider.
- BnTextField(ModelProvider) -
Constructor for class org.beanfabrics.swing.BnTextField
- Constructs a
BnTextField
and subscribes it for the model at
the root level provided by the given provider.
- BnTextFieldBeanInfo - Class in org.beanfabrics.swing
-
- BnTextFieldBeanInfo() -
Constructor for class org.beanfabrics.swing.BnTextFieldBeanInfo
-
- BnTextFieldCellEditor - Class in org.beanfabrics.swing.table.celleditor
-
- BnTextFieldCellEditor() -
Constructor for class org.beanfabrics.swing.table.celleditor.BnTextFieldCellEditor
-
- BnToggleButton - Class in org.beanfabrics.swing
- The
BnToggleButton
is a JToggleButton
that can subscribe
to an IBooleanPM
. - BnToggleButton() -
Constructor for class org.beanfabrics.swing.BnToggleButton
- Constructs a
BnToggleButton
.
- BnToggleButton(IBooleanPM) -
Constructor for class org.beanfabrics.swing.BnToggleButton
- Constructs a
BnToggleButton
and binds it to the specified
model.
- BnToggleButton(ModelProvider, Path) -
Constructor for class org.beanfabrics.swing.BnToggleButton
- Constructs a
BnToggleButton
and subscribes it for the model
at the specified Path provided by the given provider.
- BnToggleButton(ModelProvider) -
Constructor for class org.beanfabrics.swing.BnToggleButton
- Constructs a
BnToggleButton
and subscribes it for the model
at the root level provided by the given provider.
- BnToggleButtonBeanInfo - Class in org.beanfabrics.swing
-
- BnToggleButtonBeanInfo() -
Constructor for class org.beanfabrics.swing.BnToggleButtonBeanInfo
-
- BooleanPM - Class in org.beanfabrics.model
- The
BooleanPM
is a PresentationModel
that contains a
Boolean
value. - BooleanPM() -
Constructor for class org.beanfabrics.model.BooleanPM
- Constructs a BooleanPM.
- BooleanPMCheckBox - Class in org.beanfabrics.swing.internal
- The
BooleanPMCheckBox
is a JCheckBox
that is a view on
an IBooleanPM
. - BooleanPMCheckBox() -
Constructor for class org.beanfabrics.swing.internal.BooleanPMCheckBox
-
- BooleanPMCheckBox(IBooleanPM) -
Constructor for class org.beanfabrics.swing.internal.BooleanPMCheckBox
-
- BooleanPMListCellRenderer - Class in org.beanfabrics.swing.list.cellrenderer
-
- BooleanPMListCellRenderer() -
Constructor for class org.beanfabrics.swing.list.cellrenderer.BooleanPMListCellRenderer
-
- BooleanPMMenuItem - Class in org.beanfabrics.swing.internal
- The
BooleanPMMenuItem
is a JCheckBoxMenuItem
that is a
view on an IBooleanPM
. - BooleanPMMenuItem() -
Constructor for class org.beanfabrics.swing.internal.BooleanPMMenuItem
-
- BooleanPMMenuItem(IBooleanPM) -
Constructor for class org.beanfabrics.swing.internal.BooleanPMMenuItem
-
- BooleanPMRadioButton - Class in org.beanfabrics.swing.internal
- The
BooleanPMRadioButton
is a JRadioButton
that is a
view on an IBooleanPM
. - BooleanPMRadioButton() -
Constructor for class org.beanfabrics.swing.internal.BooleanPMRadioButton
-
- BooleanPMRadioButton(IBooleanPM) -
Constructor for class org.beanfabrics.swing.internal.BooleanPMRadioButton
-
- BooleanPMTableCellRenderer - Class in org.beanfabrics.swing.table.cellrenderer
TableCellRenderer
that renders the value of a IBooleanPM
.- BooleanPMTableCellRenderer() -
Constructor for class org.beanfabrics.swing.table.cellrenderer.BooleanPMTableCellRenderer
-
- BooleanPMToggleButton - Class in org.beanfabrics.swing.internal
- The
BooleanPMToggleButton
is a JToggleButton
that is a
view on an IBooleanPM
. - BooleanPMToggleButton() -
Constructor for class org.beanfabrics.swing.internal.BooleanPMToggleButton
-
- BooleanPMToggleButton(IBooleanPM) -
Constructor for class org.beanfabrics.swing.internal.BooleanPMToggleButton
-
- BOTTOM_LEFT -
Static variable in class com.swtdesigner.SWTResourceManager
- Style constant for placing decorator image in bottom left corner of base
image.
- BOTTOM_RIGHT -
Static variable in class com.swtdesigner.SWTResourceManager
- Style constant for placing decorator image in bottom right corner of base
image.
- build() -
Method in class org.beanfabrics.swing.table.BnColumnBuilder
-
- buildViewConfig() -
Method in class org.beanfabrics.swt.table.ViewConfigBuilder
-
target
that are annotated with the
specified annotationType
.
CellConfig
with the given path.
CellConfigPropertyEditor
is the JavaBeans
PropertyEditor
for a CellConfig
.IllegalArgumentException
if the key is invalid.
IllegalArgumentException
if the key is invalid.
View
on a
ColumnListConfigurationPM
.ColumnListPanel
is a view on a ColumnListPM
.ColumnListPanel
.
ColumnListPM
is a ListPM
for ColumnPM
elements.ColumnPM
is a presentation model presenting a
BnColumn
.ContactFrame
is a View
on a ContactPM
.ContactFrame
.
true
if this collection contains the specified
element.
true
if this the element at the specified index in
the related collection is selected.
Context
is an hierarchical environment for service objects.ContextEvent
object.
ContextOwner
is an interface for classes that can "own" a
Context
and provide public access to it.ConversionException
is thrown to indicate that a
PresentationModel
has attempted to convert a string value to another
type, but that the string does not have the appropriate format.ConversionException
.
ConversionException
with the given message.
ConversionException
with the given cause.
ConversionException
with the given message and
cause.
CompositeValidationState
only if the specified list
of states contains at least one ValidationState
object.
ValidationState
from the specified
message or null
if the message is null
.
BnComboBoxEditor
for this BnComboBox
.
Options
attribute of this PM.
CustomizerBasePanel
is the base class for JavaBeans Customizers in Beanfabrics.DatePM
is a PresentationModel
that contains a
Date
value.DatePM
using the default format.
DatePM.DateFormatProvider
is a factory for the default
DateFormat
used by newly created DatePM
instances.Date
.DecimalPM
is a PresentationModel
that contains a decimal
number.DecimalPM
.
DefaultContext
is the default implementation of the
Context
interface.DefaultContext
.
this
object from the underlying IListPM.
this
object from the underlying IListPM.
this
object from the underlying IListPM.
this
object from the underlying IListPM.
IListPM
element.ElementChangedEvent
.
ElementChangedEvent
.
IListPM
.ElementsAddedEvent
.
IListPM
.ElementsDeselectedEvent
.
IListPM
.ElementsRemovedEvent
.
IListPM
.ElementsReplacedEvent
.
IListPM
.ElementsSelectedEvent
.
EmptyRenderer
is a ListCellRenderer
that renders an
empty area.EmptyRenderer
is a TableCellRenderer
that renders an
empty area.true
when this instance is equal to the given
object.
Throwable
at the ERROR level
Throwable
at the ERROR level
Throwable
at the ERROR level
Throwable
at the ERROR level
ErrorIconPainter
is a helper class for painting an error icon on
top of any component.ErrorIconPainter
with the default settings.
Control
and to indicate an invalid
validation state.ErrorPane
is a panel that shows a message beside an error
icon and - when checking the checkbox - the stack trace of a
Throwable
.Throwable
.
Throwable
.
Throwable
.
Path
.ExceptionUtil
is a singleton that provides access to an
IExceptionHandler
which is used by the Beanfabrics framework to
handle exceptions.ExecutionMethod
is an interface for classes that can be used as a
implementation strategy for OperationPM
objects.File
objects.FilteredModels
is an filtered decorator of an Iterable
object of presentation models.FilteredModelsIterator
is a filtered Iterator
on a
given Iterator
.ElementChangedEvent
to each registered listener.
ElementChangedEvent
with the given index to each
registered listener.
ElementChangedEvent
with the given attributes to each
registered listener.
ElementsAddedEvent
to each registered listener.
ElementsAddedEvent
with the given attributes to each
registered listener.
ElementsDeselectedEvent
to each registered
listener.
ElementsDeselectedEvent
with the given attributes to each
registered listener.
ElementsDeselectedEvent
with the given indices to each
registered listener.
ElementsDeselectedEvent
with the given indices to each
registered listener.
ElementsRemovedEvent
to each registered listener.
ElementsRemovedEvent
with the given attributes to each
registered listener.
ElementsRemovedEvent
with the given attributes to each
registered listener.
ElementsReplacedEvent
to each registered
listener.
ElementsReplacedEvent
with the given attributes to each
registered listener.
ElementsReplacedEvent
with the given attributes to each
registered listener.
ElementsSelectedEvent
to each registered
listener.
ElementsSelectedEvent
with the given attributes to each
registered listener.
ElementsSelectedEvent
with the given indices to each
registered listener.
ElementsSelectedEvent
with the given indices to each
registered listener.
PropertyChangeEvent
to each registered listener.
GenericType
is a facade for a Type
object representing a
Java class.GenericType
for the given Class
.
Validator
.
List
of all superclasses and all interfaces of the
given baseclass, including the baseclass.
Class
and it's
superclasses.
Class
and it's
superclasses that have the given name and are assignable to the given
type.
Class
and it's
superclasses.
Class
and it's
superclasses.
Class
and it's
superclasses that have the given name and have a return type assignable
to the given type.
Class
and it's superclasses
which are annotated with the given annotationType
.
BigDecimal
.
BigDecimal
.
BigInteger
.
BigInteger
.
Boolean
.
Boolean
.
AbstractDecorator.getControl()
Byte
.
Context
.
Context
.
PropertyEditor
may choose to make available a full custom
Component
that edits its property value.
PropertyEditor
may choose to make available a full custom
Component
that edits its property value.
PropertyEditor
may choose to make available a full custom Component
that edits its property
value.
Date
.
Date
.
DateFormat
DecimalFormat
for the specified
Locale
.
DatePM.DateFormatProvider
that is used to create the default
DateFormat
used by newly created DatePM
instances.
DateFormat
for formatting a Date
to a
String
and converting a String
to a
Date
.
Double
.
GenericType
.
Float
.
IFormat
of this PM used for converting between
BigDecimal
and String
values.
Icon
value of this PM.
Icon
used for comparison.
Icon
value of this PM.
Icon
value of this PM.
Integer
.
null
if there are
no elements.
ModelProvider
for this class.
ModelProvider
for this class.
ModelProvider
for this class.
ModelProvider
for this class.
ModelProvider
for this class.
ModelProvider
for this class.
ModelProvider
for this class.
ModelProvider
for this class.
ModelProvider
for this class.
ModelProvider
for this class.
ModelProvider
for this class.
ModelProvider
for this class.
ModelProvider
for this class.
ModelProvider
for this class.
Logger
instance for a certain Class
.
Long
.
Field
or (getter)-Method
).
GenericType
.
Path
of the configured pM.
null
if the path object is null
.
PresentationModel
of this view.
PresentationModel
of this view.
null
if nothing is found.
null
if nothing is found.
PresentationModel
of this view.
PresentationModel
of this view.
PresentationModel
of this view.
PresentationModel
of this view.
PresentationModel
of this view.
PresentationModel
of this view.
PresentationModel
of this view.
PresentationModel
of this view.
PresentationModel
of this view.
PresentationModel
of this view.
PresentationModel
of this view.
PresentationModel
of this view.
PresentationModel
of this view.
PresentationModel
of this view.
PresentationModel
of this view.
PresentationModel
of this view.
PresentationModel
of this view.
PresentationModel
of this view.
PresentationModel
of this view.
PresentationModel
of this view.
PresentationModel
of this view.
PresentationModel
of this view.
PresentationModel
of this view.
PresentationModel
of this view.
PresentationModel
of this view.
PresentationModel
of this view.
PresentationModel
of this view.
PresentationModel
of this view.
PresentationModel
of this view.
PresentationModel
of this view.
TableModel
.
PresentationModel
of this view.
PresentationModel
of this view.
PresentationModel
of this view.
PresentationModel
of this view.
PresentationModel
of this view.
PresentationModel
of this view.
PresentationModel
of this view.
PresentationModel
of this view.
PropertyInfo
for the property with the given name.
Short
.
Sorter
.
Sorter
.
SortKey
of the specified column or null
if that column is not sorted.
SortKey
objects that
reflect the current sorting state of this list.
SortKey
objects that
reflect the current sorting state of this list.
SortKey
objects that
reflect the current sorting state of this list.
SortKey
s for this table.
SupportMap
of this object.
SupportMap
of this object.
GenericType
.
TypeVariable
as a
GenericType
.
Validator
of this object.
Validator
of this object.
Validator
of this object.
HasComparable
is the interface of classes that do not implement
the Comparable
interface itself but provide access to a comparable
substitute.true
if there are any listeners for the property
with the specified name.
true
if there are any listeners registered at all.
Options
.
true
if the target of this observation's path is not
null
.
IBigDecimalPM
is the interface fo PM components that support a
BigDecimal
value.IBooleanPM
is the interface for PM components that support a
Boolean
value.IconPM
is a PresentationModel
that contains a Swing
Icon
.IconPM.IconComparable
delegates the comparison to the Icon
or, if the Icon is an ImageIcon
to the icon's Image
property.IconPMListCellRenderer
is a ListCellRenderer
for an
IIconPM
.IconPMTableCellRenderer
is a TableCellRenderer
for
an IIconPM
.IconTextPM
is an extended TextPM
that holds an additional
Icon
attribute.IDatePM
is the interface of PresentationModel
components
that contain a Date
value.IExceptionHandler
is the basic interface for an exception
handler that can be installed into the ExceptionUtil
.IFormat
defines the programming interface for formatting
instances of a specific type into Strings and for parsing Strings back into
objects.IconPM
is an interface for PresentationModel
classes that
contain a Swing Icon
.IIntegerPM
is interface for PresentationModel
classes
that contain an numeric integer value.IMapPM
is the minimal interface for a presentation model that
maps key objects to presentation model objects.PresentationModel
object.Interval
represents a closed interval of integer numbers.IOperationPM
represents a PresentationModel
for view
components that can invoke an operation, like buttons and menu items.true
if the sort direction is ascending,
false
otherwise.
true
if this type represents a Class
.
PresentationModel
to synchronize with.
PresentationModel
to synchronize with.
PresentationModel
to synchronize with.
PresentationModel
to synchronize with.
true
if this collection contains no elements.
true
if the given variable is mapped to some value.
true
if this type represents a
ParameterizedType
.
true
if this observation has been started.
true
if this type represents a TypeVariable
.
true
if this type represents a WildcardType
.
Iterator
over all events that caused this event,
starting with this event.
Iterator
of all events that caused this event,
beginning with this event and ending with the original trigger.
ITextPM
is the interface of PM components that support a text
value.IValuePM
is the general interface of PM components that contain
some 'value' and other additional attributes which are generally usefull for
user interface programming, like title, description, mandatory, and editable.Java5SortingTableHeader
is a JTableHeader
that adds a basic sorting ability to the java5
table header.Jdk14Logger
is a Logger
delegator that delegates logging
requests to the Java Logger
.Jdk14Logger
for a given Class
.
JComponent.processKeyBinding(javax.swing.KeyStroke, java.awt.event.KeyEvent, int, boolean)
as "public" method.View
to a
PresentationModel
provided by a IModelProvider
at a given
Path
.IListPM
.ListEvent
s.ListPM
with the specified list of entries.
ListPM
with the specified list of entries.
ListSupport
is a utility class for handling ListListener
objects.ListSupport
for the given source.
Logger
is the interface for several logging delegators available
for Beanfabrics.LoggerFactory
is used for creating (or accessing cached)
Logger
objects.LoginDialog
is a dialog for entering user credentials.LoginPM
is the presentation model of the LoginDialog
.MetadataRegistry
is a registry for presentation model meta data.MetadataRegistry
.
ModelContext
is the context implementation of a
PresentationModel
.ModelContext
for the given presentation model.
IModelProvider
.ModelProvider
.
ModelProvider
for the given presentationModel type.
ModelProvider
with the given presentationModel.
IModelProvider
.ModelProviderEvent
.
ModelProviderEvent
s.PresentationModel
provided by a IModelProvider
at a given
Path
.ModelSubscriberCustomizer
is a Java Beans Customizer
for a ModelSubscriber
.ModelSubscriberCustomizerPanel
is a View
on a ModelSubscriberCustomizerPM
.ModelSubscriberCustomizerPM
is the presentation model for the ModelSubscriberCustomizer
.NopLogger
is a logging delegator the doesn't delegate any log
messages.ExecutionMethod
s that will be executed whenever the
OperationPM.execute()
method is invoked.OperationPMAction
is an Action
that is a view on an
IOperationPM
.OperationPMButton
is a JButton
that is a view on an
IOperationPM
.OperationPMMenuItem
is a JMenuItem
that is a view on an IOperationPM
.Options
.OptionsEvent
.
ListEvent
s.OrderPreservingMap
is a Map
that preserves the oder
in which the elements where added.Graphics
object by using the
given component to calculate the icons loacation.
BooleanPMTableCellRenderer.paintChildren(Graphics)
(where we paint the checkbox).
ParentAddedEvent
.
ParentRemovedEvent
.
null
if the path string is null
.
PathBrowserPanel
is the view on a PathBrowserPM
.PathBrowserPanel
.
PathBrowserPM
is the presentation model of the PathBrowserPanel
.PathChooserDialog
is a view on a PathChooserPM
and
allows choosing a valid Path inside a presentation model.PathChooserPM
is the presentation model of the
PathChooserDialog
.PathEditor
is a PropertyEditor
for a Path
object.PathNode
represents the meta data for a specific node inside a PM's tree-like structure, reachable by a
given Path
relative to a arbitratily defined root node.PathNodePM
is a presentation model presenting a
PathNode
.PathObservation
observes all presentation models that are nodes
along a specified Path
(using a specified presentation model as root
node) and notifies any PropertyChangeListener
whenever the target
node reference changes.PathObservation
along the given Path
starting at the given root node.
PathPanel
is a view on a PathPM
.PathPanel
.
PathPM
is a presentation model presenting a Path
object.ListCellRenderers
which should be added to the BnListCellRenderer
to
support a certain PresentationModel
.PresentationModel
is the basic interface for a presentation model
(PM).KeyEvent
that was not
consumed by the FocusManager
, KeyListeners
, or
the component.
KeyEvent
that was not
consumed by the FocusManager
, KeyListeners
, or
the component.
PropertiesPanel
.
Properties
object.PropertyInfo
is component of a TypeInfo
.ReflectionUtil
is a utility class for doing reflection.AbstractPM
s
attributes.
AbstractPM
s
attributes.
AbstractPM
s
attributes.
AbstractPM
s
attributes.
AbstractPM
s attributes.
AbstractPM
s attributes.
RegexTesterPanel
.
Validator
.
ContextListener
.
ContextListener
.
ModelProviderListener
from the listener list that was
registered for a specific path.
ModelProviderListener
from the listener list that was
registered for a specific path.
Context
from this context.
Context
from this context.
PropertyChangeListener
from this bean.
PropertyChangeListener
from this bean for
the specified property.
PropertyChangeListener
from this bean.
PropertyChangeListener
from this bean for
the specified property.
PropertyChangeListener
.
PropertyChangeListener
for a specific property.
PropertyChangeEvent
.�
PropertyChangeEvent
.
Validator.validate()
.
Validator.validate()
.
ListPM
.
RowNumberTable
is a decorator component that adds row numbers to any JTable
component.RunLoginDialog
is a sample program that demonstrates the use of
the LoginDialog
.Selection
maintains a subset of the elements of a
IListPM
that are selected.SeparatorLabel
is a JLabel
with a horizontal
separator line.ServiceAddedEvent
.
ServiceEntry
describes the attributes of a service entry in a
specific context.ServiceEntry
.
ServiceRemovedEvent
.
BigDecimal
value.
BigDecimal
value.
BigInteger
value.
BigInteger
.
Byte
.
Date
.
Date
.
BigDecimal
value.
BigInteger
value.
Boolean
value.
Date
value.
DatePM.DateFormatProvider
that is used to create the default
DateFormat
used by newly created DatePM
instances.
Double
value.
Float
.
Icon
value of this PM.
Icon
value of this PM.
URL
pointing to the icon of this operation.
URL
to the resource containing an Image
that
should be used as Icon
value of this PM.
URL
to the resource containing an Image
that
should be used as Icon
value of this PM.
URL
pointing to the icon of this operation.
Integer
.
Class
implementing the Logger
.
Long
.
Options
.
PresentationModel
of this view.
PresentationModel
of this view.
PresentationModel
of this view.
PresentationModel
of this view.
PresentationModel
of this view.
PresentationModel
of this view.
PresentationModel
of this view.
PresentationModel
of this view.
PresentationModel
of this view.
PresentationModel
of this view.
PresentationModel
of this view.
PresentationModel
of this view.
PresentationModel
of this view.
PresentationModel
of this view.
PresentationModel
of this view.
PresentationModel
of this view.
PresentationModel
of this view.
PresentationModel
of this view.
PresentationModel
of this view.
PresentationModel
of this view.
PresentationModel
of this view.
PresentationModel
of this view.
PresentationModel
of this view.
PresentationModel
of this view.
PresentationModel
of this view.
PresentationModel
of this view.
PresentationModel
of this view.
PresentationModel
of this view.
PresentationModel
of this view.
PresentationModel
of this view.
PresentationModel
of this view.
PresentationModel
of this view.
PresentationModel
of this view.
PresentationModel
of this view.
PresentationModel
of this view.
PresentationModel
of this view.
PresentationModel
of this view.
PresentationModel
of this view.
PresentationModel
of this view.
PresentationModel
of this view.
true
this TextPM
is only valid if
its text content is contained in its options.
Short
.
Sorter
.
Sorter
.
PropertySupport
by processing all
Property
annotations found in the supported
PresentationModel
.
PropertySupport
by processing only those
Property
annotations that are found in the given Class
and all superclasses of the current PresentationModel
.
String
object for the model being rendered to
value
.
JDialog
with the given message.
JDialog
with the given message and the given
Throwable
.
JDialog
which has the given parent component and the given
title, showing the given message and the given Throwable
.
JDialog
which has the given parent component, the given
modality and the given title, showing the given message and the given
Throwable
.
Slf4jLogger
us a logging delegator that delegates to Simple Logging Facade for Java.Log4JLogger
for a given Class
.
Sorter
provides methods for sorting collections of PM objects by
a list of SortKey
s.Path
relative to the element model.SortKey
for the specified Path
with
the specified sort direction.
List
of Member
s.
Supportable
classes and can
be added to a SupportMap
.Supportable
interface declares the interface for classes that can
be enhanced dynamically by any Support
object.PresentationModel
.
PresentationModel
.
PresentationModel
.
PresentationModel
.
Logger
.
TextPM
is a presentation model for a text value.TextPM.
- TextPM() -
Constructor for class org.beanfabrics.model.TextPM
- Constructs a new
TextPM.
- TextPM.DefaultOptionsValidationRule - Class in org.beanfabrics.model
-
- TextPM.DefaultOptionsValidationRule() -
Constructor for class org.beanfabrics.model.TextPM.DefaultOptionsValidationRule
-
- TextPM.TextComparable - Class in org.beanfabrics.model
- The
TextPM.TextComparable
delegates the comparison to a CollationKey
constructed
from the PM's text using a Collator
. - TextPM.TextComparable() -
Constructor for class org.beanfabrics.model.TextPM.TextComparable
- Constructs a
TextPM.TextComparable
using the locale-sensitve default Collator
.
- TextPM.TextComparable(Collator) -
Constructor for class org.beanfabrics.model.TextPM.TextComparable
- Constructs a
TextPM.TextComparable
using the given Collator
.
- TextPMComboBox - Class in org.beanfabrics.swing.internal
- The
TextPMComboBox
is a JComboBox
that is a view on an ITextPM
. - TextPMComboBox() -
Constructor for class org.beanfabrics.swing.internal.TextPMComboBox
-
- TextPMComboBox(ITextPM) -
Constructor for class org.beanfabrics.swing.internal.TextPMComboBox
-
- TextPMComboBox.TextEditorComboBoxModel - Class in org.beanfabrics.swing.internal
-
- TextPMComboBox.TextEditorComboBoxModel() -
Constructor for class org.beanfabrics.swing.internal.TextPMComboBox.TextEditorComboBoxModel
-
- TextPMListCellRenderer - Class in org.beanfabrics.swing.list.cellrenderer
- The
TextPMListCellRenderer
is a ListCellRenderer
that
renders a ITextPM
. - TextPMListCellRenderer() -
Constructor for class org.beanfabrics.swing.list.cellrenderer.TextPMListCellRenderer
-
- TextPMPasswordField - Class in org.beanfabrics.swing.internal
- The
TextPMPasswordField
is a view on an ITextPM
. - TextPMPasswordField() -
Constructor for class org.beanfabrics.swing.internal.TextPMPasswordField
-
- TextPMPasswordField(ITextPM) -
Constructor for class org.beanfabrics.swing.internal.TextPMPasswordField
-
- TextPMTableCellRenderer - Class in org.beanfabrics.swing.table.cellrenderer
- The
TextPMTableCellRenderer
is a TableCellRenderer
that
renders a ITextPM
. - TextPMTableCellRenderer() -
Constructor for class org.beanfabrics.swing.table.cellrenderer.TextPMTableCellRenderer
-
- TextPMTextArea - Class in org.beanfabrics.swing.internal
- The
TextPMTextArea
is a JTextArea
that is a view on an ITextPM
. - TextPMTextArea(int, int) -
Constructor for class org.beanfabrics.swing.internal.TextPMTextArea
-
- TextPMTextArea() -
Constructor for class org.beanfabrics.swing.internal.TextPMTextArea
-
- TextPMTextArea(ITextPM) -
Constructor for class org.beanfabrics.swing.internal.TextPMTextArea
-
- TextPMTextField - Class in org.beanfabrics.swing.internal
- The
TextPMTextField
is a JTextField
that is a view on an
ITextPM
. - TextPMTextField() -
Constructor for class org.beanfabrics.swing.internal.TextPMTextField
-
- TextPMTextField(int) -
Constructor for class org.beanfabrics.swing.internal.TextPMTextField
-
- TextPMTextField(ITextPM) -
Constructor for class org.beanfabrics.swing.internal.TextPMTextField
-
- THIS_PATH_ELEMENT -
Static variable in class org.beanfabrics.Path
-
- TimeSpanPanel - Class in org.beanfabrics.samples.timespan
-
- TimeSpanPanel() -
Constructor for class org.beanfabrics.samples.timespan.TimeSpanPanel
- Constructs a new
TimeSpanPanel
.
- TimeSpanPanelBeanInfo - Class in org.beanfabrics.samples.timespan
-
- TimeSpanPanelBeanInfo() -
Constructor for class org.beanfabrics.samples.timespan.TimeSpanPanelBeanInfo
-
- TimeSpanPM - Class in org.beanfabrics.samples.timespan
- The TimeSpanPM is a presentation model for editing a period of time.
- TimeSpanPM() -
Constructor for class org.beanfabrics.samples.timespan.TimeSpanPM
-
- TimeSpanPM(Date, Date) -
Constructor for class org.beanfabrics.samples.timespan.TimeSpanPM
-
- title -
Variable in class org.beanfabrics.swing.customizer.AbstractCustomizerPM
-
- TitlePanel - Class in org.beanfabrics.swing.customizer.util
-
- TitlePanel() -
Constructor for class org.beanfabrics.swing.customizer.util.TitlePanel
- Create the panel
- TitlePanelBeanInfo - Class in org.beanfabrics.swing.customizer.util
-
- TitlePanelBeanInfo() -
Constructor for class org.beanfabrics.swing.customizer.util.TitlePanelBeanInfo
-
- TitlePM - Class in org.beanfabrics.swing.customizer.util
- The
TitlePM
is the presentation model for the TitlePanel
. - TitlePM() -
Constructor for class org.beanfabrics.swing.customizer.util.TitlePM
-
- toArray() -
Method in interface org.beanfabrics.model.IListPM
- Returns an array containing all of the elements in this list in proper
sequence (from first to last element).
- toArray() -
Method in class org.beanfabrics.model.ListPM
-
- toArray() -
Method in class org.beanfabrics.model.MapPM
-
- toArray(V[]) -
Method in class org.beanfabrics.util.OrderPreservingMap
-
- toArray() -
Method in class org.beanfabrics.util.OrderPreservingMap
-
- toArray() -
Method in class org.beanfabrics.validation.Validator
-
- toArray(T[]) -
Method in class org.beanfabrics.validation.Validator
-
- toCollection() -
Method in interface org.beanfabrics.model.IListPM
- Returns a new
Collection
of all elements.
- toCollection() -
Method in class org.beanfabrics.model.ListPM
-
- toCollection() -
Method in class org.beanfabrics.model.MapPM
-
- toCollection() -
Method in interface org.beanfabrics.model.SelectedKeys
- Returns a new
Collection
with all selected keys.
- toCollection() -
Method in interface org.beanfabrics.model.Selection
- Returns a new Collection with all selected elements.
- toCollection() -
Method in class org.beanfabrics.util.OrderPreservingMap
-
- toggleSortOrder(int) -
Method in class org.beanfabrics.swing.table.BnTableRowSorter
-
- toMap() -
Method in interface org.beanfabrics.model.IMapPM
- Returns a new
Map
with all elements of this map.
- toMap() -
Method in class org.beanfabrics.model.MapPM
-
- toMap() -
Method in class org.beanfabrics.model.Options
-
- ToolbarButton - Class in org.beanfabrics.swing.customizer.util
- The
ToolbarButton
is a BnButton
with a popup border. - ToolbarButton() -
Constructor for class org.beanfabrics.swing.customizer.util.ToolbarButton
-
- TOP_LEFT -
Static variable in class com.swtdesigner.SWTResourceManager
- Style constant for placing decorator image in top left corner of base
image.
- TOP_RIGHT -
Static variable in class com.swtdesigner.SWTResourceManager
- Style constant for placing decorator image in top right corner of base
image.
- toPathString(List<String>) -
Static method in class org.beanfabrics.Path
- Concatenates the given strings to a path string delimited by dot '.'
- toPathString(String[]) -
Static method in class org.beanfabrics.Path
- Concatenates the given strings to a path string delimited by dot '.'
- toString() -
Method in class org.beanfabrics.event.BnPropertyChangeEvent
-
- toString() -
Method in class org.beanfabrics.event.ListEvent
- Returns a string representation of this event.
- toString() -
Method in class org.beanfabrics.meta.TypeInfo
-
- toString() -
Method in class org.beanfabrics.model.ModelContext
-
- toString() -
Method in class org.beanfabrics.Path
- Returns the canonical String representation of this path.
- toString() -
Method in class org.beanfabrics.support.PropertySupport.FieldDecl
-
- toString() -
Method in class org.beanfabrics.support.PropertySupport.MethodDecl
-
- toString() -
Method in class org.beanfabrics.util.Interval
-
- trace(String) -
Method in class org.beanfabrics.log.Jdk14Logger
- Logs a message at the TRACE level.
- trace(String) -
Method in interface org.beanfabrics.log.Logger
- Logs a message at the TRACE level.
- trace(String) -
Method in class org.beanfabrics.log.NopLogger
- Logs a message at the TRACE level.
- trace(String) -
Method in class org.beanfabrics.log.Slf4jLogger
- Logs a message at the TRACE level.
- tryResolve(Type) -
Method in class org.beanfabrics.util.GenericType
-
- tryResolve(TypeVariable<?>) -
Method in class org.beanfabrics.util.GenericType
-
- tryResolve(TypeVariable<?>) -
Method in class org.beanfabrics.util.VariableMapping
- Tries to resolve the mapped value of the given variable.
- TypeInfo - Class in org.beanfabrics.meta
- The
TypeInfo
represents the structural meta data of a specific PresentationModel
class.
Validatable
interface declares the interface for classes
that can be validated.Validatable
that uses a
Validator
for producing a fresh ValidationState
.ValidationState
.
ValidationState
.
ValidationState
.
ValidationState
.
ValidationState
.
ValidationState
.
ValidationState
.
ValidationSupport
and marks a
method as a validation method.ValidationRule
is a rule that evaluates the current execution
context in respect of a certain set of constraints.ValidationState
is the result of a call to
ValidationRule.validate()
and indicates that this rule has found some
invalid state.Validation
annotations for
PresentationModel
classes.Validator
is responsible for creating a
ValidationState
by evaluating a list of ValidationRule
instances.VariableMapping
maps type variables to type values.View
is the interface for classes that can be bound to a
(specific, see M) PresentationModel
.Throwable
at the WARN level
Throwable
at the WARN level
Throwable
at the WARN level
Throwable
at the WARN level
WeakListAdapter
is a ListAdapter
marked with the
WeakListener
interface.WeakListener
is a marker interface for listener classes.WeakListListener
is a ListListener
marked with the
WeakListener
interface.WeakPropertyChangeListener
is a PropertyChangeListener
marked with the WeakListener
interface.
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |