A B C D E F G H I J K L M N O P R S T U V W

A

AbstractBean - Class in org.beanfabrics
Implements common behaviors of beans.
AbstractBean() - Constructor for class org.beanfabrics.AbstractBean
 
AbstractOperationPM - Class in org.beanfabrics.model
 
AbstractOperationPM() - Constructor for class org.beanfabrics.model.AbstractOperationPM
 
AbstractPM - Class in org.beanfabrics.model
 
AbstractPM() - Constructor for class org.beanfabrics.model.AbstractPM
 
AbstractPM.PropertiesValidationRule - Class in org.beanfabrics.model
This rule defines that this object is invalid if any of its properties (that are NOT instances of IOperationPM) is invalid.
AbstractPM.PropertiesValidationRule() - Constructor for class org.beanfabrics.model.AbstractPM.PropertiesValidationRule
 
AbstractValuePM - Class in org.beanfabrics.model
 
AbstractValuePM() - Constructor for class org.beanfabrics.model.AbstractValuePM
 
AbstractValuePM.DefaultValidationRule - Class in org.beanfabrics.model
 
AbstractValuePM.DefaultValidationRule() - Constructor for class org.beanfabrics.model.AbstractValuePM.DefaultValidationRule
 
accept(PresentationModel) - Method in interface org.beanfabrics.model.PresentationModelFilter
 
accept(PresentationModelFilter, PresentationModelVisitor) - Method in class org.beanfabrics.support.PropertySupport
 
accept(Field) - Method in interface org.beanfabrics.util.ReflectionUtil.FieldFilter
 
accept(Method) - Method in interface org.beanfabrics.util.ReflectionUtil.MethodFilter
 
actionPerformed(ActionEvent) - Method in class org.beanfabrics.swing.internal.OperationPMAction
 
add(T) - Method in class org.beanfabrics.model.ListPM
 
add(int, T) - Method in class org.beanfabrics.model.ListPM
 
add(ValidationRule) - Method in class org.beanfabrics.validation.Validator
add(int, ValidationRule) - Method in class org.beanfabrics.validation.Validator
Inserts the specified rule at the specified position in this validator.
addAll(Collection<T>) - Method in class org.beanfabrics.model.ListPM
 
addAll() - Method in interface org.beanfabrics.model.Selection
Change the selection to be equal the complete reference collection.
addAll(Collection<? extends ValidationRule>) - Method in class org.beanfabrics.validation.Validator
addCellEditorListener(CellEditorListener) - Method in class org.beanfabrics.swing.table.celleditor.BnTableCellEditor
addColumn() - Method in class org.beanfabrics.swing.table.BnColumnBuilder
 
addColumn(BnColumn) - Method in class org.beanfabrics.swing.table.BnTable
 
addContextListener(ContextListener) - Method in interface org.beanfabrics.context.Context
 
addContextListener(ContextListener) - Method in class org.beanfabrics.context.DefaultContext
 
addExecutionMethod(ExecutionMethod) - Method in class org.beanfabrics.model.OperationPM
 
addInterval(int, int) - Method in interface org.beanfabrics.model.Selection
Change the selection to be the set union of the current selection and the elements with indices between beginIndex and endIndex inclusive.
addListListener(ListListener) - Method in class org.beanfabrics.event.ListSupport
 
addListListener(ListListener) - Method in interface org.beanfabrics.model.IListPM
Adds a ListListener to this model.
addListListener(ListListener) - Method in class org.beanfabrics.model.ListPM
 
addListListener(ListListener) - Method in class org.beanfabrics.model.MapPM
 
addListSelectionListener(ListSelectionListener) - Method in class org.beanfabrics.swing.list.BnListSelectionModel
addListSelectionListener(ListSelectionListener) - Method in class org.beanfabrics.swing.table.BnTableSelectionModel
addModelProviderListener(Path, ModelProviderListener) - Method in interface org.beanfabrics.IModelProvider
Adds a ModelProviderListener to the listener list.
addModelProviderListener(Path, ModelProviderListener) - Method in class org.beanfabrics.ModelProvider
Adds a ModelProviderListener to the listener list.
addOptionsListener(OptionsListener) - Method in class org.beanfabrics.model.Options
 
addParent(Context) - Method in interface org.beanfabrics.context.Context
 
addParent(Context) - Method in class org.beanfabrics.context.DefaultContext
 
addPropertyChangeListener(PropertyChangeListener) - Method in class org.beanfabrics.AbstractBean
Adds a PropertyChangeListener to the listener list.
addPropertyChangeListener(String, PropertyChangeListener) - Method in class org.beanfabrics.AbstractBean
Adds a PropertyChangeListener to the listener list for a specific property.
addPropertyChangeListener(PropertyChangeListener) - Method in interface org.beanfabrics.Bean
Adds a PropertyChangeListener to the listener list.
addPropertyChangeListener(String, PropertyChangeListener) - Method in interface org.beanfabrics.Bean
Adds a PropertyChangeListener to the listener list for a specific property.
addPropertyChangeListener(PropertyChangeListener) - Method in class org.beanfabrics.event.BnPropertyChangeSupport
Add a PropertyChangeListener to the listener listCell.
addPropertyChangeListener(String, PropertyChangeListener) - Method in class org.beanfabrics.event.BnPropertyChangeSupport
Add a PropertyChangeListener for a specific property.
addSelectionInterval(int, int) - Method in class org.beanfabrics.swing.list.BnListSelectionModel
addSelectionInterval(int, int) - Method in class org.beanfabrics.swing.table.BnTableSelectionModel
addService(Class<? super T>, T) - Method in interface org.beanfabrics.context.Context
 
addService(Class<? super T>, T) - Method in class org.beanfabrics.context.DefaultContext
 
ALIGNMENT_CENTER - Static variable in class org.beanfabrics.swing.table.BnColumnBuilder
 
ALIGNMENT_LEADING - Static variable in class org.beanfabrics.swing.table.BnColumnBuilder
 
ALIGNMENT_LEFT - Static variable in class org.beanfabrics.swing.table.BnColumnBuilder
 
ALIGNMENT_RIGHT - Static variable in class org.beanfabrics.swing.table.BnColumnBuilder
 
ALIGNMENT_TRAILING - Static variable in class org.beanfabrics.swing.table.BnColumnBuilder
 
allRowsChanged() - Method in class org.beanfabrics.swing.table.BnTableRowSorter
 
allRowsChanged() - Method in class org.beanfabrics.swing.table.BnTableRowSorter2
 
AnnotatedClassProcessor - Interface in org.beanfabrics.support
 
AnnotatedFieldProcessor - Interface in org.beanfabrics.support
 
AnnotatedMethodProcessor - Interface in org.beanfabrics.support
 
AnnotationProcessor - Interface in org.beanfabrics.support
 

B

Bean - Interface in org.beanfabrics
Basic interface for classes that can be observed by PropertyChangeListener objects.
BigDecimalPM - Class in org.beanfabrics.model
The BigDecimalPM is a presentation model for a BigDecimal value.
BigDecimalPM() - Constructor for class org.beanfabrics.model.BigDecimalPM
 
BigDecimalPM.DefaultValidationRule - Class in org.beanfabrics.model
 
BigDecimalPM.DefaultValidationRule() - Constructor for class org.beanfabrics.model.BigDecimalPM.DefaultValidationRule
 
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.
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.
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.
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.
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
 
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.
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
 
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.
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.
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.
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
 
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.
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.
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.
BnParentContext - Class in org.beanfabrics.context
ModelSubscriber Context that will become a parent context of the bound object'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.
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
 
BnPropertyChangeEvent - Class in org.beanfabrics.event
 
BnPropertyChangeEvent(Object, String, Object, Object) - Constructor for class org.beanfabrics.event.BnPropertyChangeEvent
 
BnPropertyChangeEvent(Object, String, Object, Object, EventObject) - Constructor for class org.beanfabrics.event.BnPropertyChangeEvent
 
BnPropertyChangeSupport - Class in org.beanfabrics.event
This is a utility class that can be used by beans that support bound properties.
BnPropertyChangeSupport(Object) - Constructor for class org.beanfabrics.event.BnPropertyChangeSupport
Constructs a PropertyChangeSupport.
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.
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
 
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
 
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
 
BnTableRowSorter2 - Class in org.beanfabrics.swing.table
 
BnTableRowSorter2(BnTableModel) - Constructor for class org.beanfabrics.swing.table.BnTableRowSorter2
 
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.
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.
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.
BooleanPM - Class in org.beanfabrics.model
The BooleanPM is a presentation model for a Boolean value.
BooleanPM() - Constructor for class org.beanfabrics.model.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
 
build() - Method in class org.beanfabrics.swing.table.BnColumnBuilder
 

C

callAnnotatedMethods(Object, Class) - Static method in class org.beanfabrics.util.ReflectionUtil
Calls all methods of target that are annotated with the specified annotationType.
cancelCellEditing() - Method in class org.beanfabrics.swing.table.celleditor.BnTableCellEditor
CellConfig - Class in org.beanfabrics.swing.list
 
CellConfig() - Constructor for class org.beanfabrics.swing.list.CellConfig
 
CellConfig(Path) - Constructor for class org.beanfabrics.swing.list.CellConfig
Constructs a CellConfig with the given path.
changed(OptionsEvent) - Method in interface org.beanfabrics.event.OptionsListener
 
check() - Method in class org.beanfabrics.model.AbstractOperationPM
check() - Method in interface org.beanfabrics.model.IOperationPM
 
checkHorizontalKey(int) - Method in class org.beanfabrics.swing.ErrorIconPainter
Checks if the given integer is a valid key for horizontal alignment and throws an IllegalArgumentException if the key is invalid.
checkVerticalKey(int) - Method in class org.beanfabrics.swing.ErrorIconPainter
Checks if the given integer is a valid key for vertical alignment and throws an IllegalArgumentException if the key is invalid.
clear() - Method in class org.beanfabrics.model.ListPM
 
clear() - Method in class org.beanfabrics.model.MapPM
 
clear() - Method in class org.beanfabrics.model.Options
 
clear() - Method in class org.beanfabrics.util.OrderPreservingMap
 
clear() - Method in class org.beanfabrics.validation.Validator
clearSelection() - Method in class org.beanfabrics.swing.list.BnListSelectionModel
clearSelection() - Method in class org.beanfabrics.swing.table.BnTableSelectionModel
clone() - Method in class org.beanfabrics.util.OrderPreservingMap
 
columnMarginChanged(ChangeEvent) - Method in class org.beanfabrics.swing.table.BnTable
 
compareTo(Object) - Method in class org.beanfabrics.model.TextPM.TextComparable
CompositeValidationState - Class in org.beanfabrics.validation
 
CompositeValidationState(String, ValidationState...) - Constructor for class org.beanfabrics.validation.CompositeValidationState
 
CompositeValidationState(String, Collection<ValidationState>) - Constructor for class org.beanfabrics.validation.CompositeValidationState
 
concat(Path...) - Static method in class org.beanfabrics.Path
Concatenates the given path objects to a new path.
connect() - Method in class org.beanfabrics.swing.list.BnList
 
connect() - Method in class org.beanfabrics.swing.table.BnTable
 
contains(T) - Method in interface org.beanfabrics.model.IListPM
Returns true if this collection contains the specified element.
contains(T) - Method in class org.beanfabrics.model.ListPM
 
contains(V) - Method in class org.beanfabrics.model.MapPM
 
contains(int) - Method in interface org.beanfabrics.model.Selection
Returns true if this the element at the specified index in the related collection is selected.
contains(Object) - Method in class org.beanfabrics.validation.Validator
containsAll(Collection<T>) - Method in class org.beanfabrics.model.ListPM
 
containsAll(Collection<V>) - Method in class org.beanfabrics.util.OrderPreservingMap
 
containsAll(Collection<?>) - Method in class org.beanfabrics.validation.Validator
containsExecutionMethod(ExecutionMethod) - Method in class org.beanfabrics.model.OperationPM
 
containsKey(K) - Method in class org.beanfabrics.model.MapPM
 
containsKey(Object) - Method in class org.beanfabrics.model.Options
 
containsKey(Object) - Method in class org.beanfabrics.util.OrderPreservingMap
 
containsValue(Object) - Method in class org.beanfabrics.model.Options
 
containsValue(Object) - Method in class org.beanfabrics.util.OrderPreservingMap
 
Context - Interface in org.beanfabrics.context
 
ContextEvent - Class in org.beanfabrics.context
 
ContextEvent(Context) - Constructor for class org.beanfabrics.context.ContextEvent
 
ContextListener - Interface in org.beanfabrics.context
 
ContextOwner - Interface in org.beanfabrics.context
A class that implements this interface has a context property.
ConversionException - Exception in org.beanfabrics.model
 
ConversionException() - Constructor for exception org.beanfabrics.model.ConversionException
 
ConversionException(String) - Constructor for exception org.beanfabrics.model.ConversionException
 
ConversionException(Throwable) - Constructor for exception org.beanfabrics.model.ConversionException
 
ConversionException(String, Throwable) - Constructor for exception org.beanfabrics.model.ConversionException
 
convertRowIndexToModel(int) - Method in class org.beanfabrics.swing.table.BnTableRowSorter
 
convertRowIndexToModel(int) - Method in class org.beanfabrics.swing.table.BnTableRowSorter2
 
convertRowIndexToView(int) - Method in class org.beanfabrics.swing.table.BnTableRowSorter
 
convertRowIndexToView(int) - Method in class org.beanfabrics.swing.table.BnTableRowSorter2
 
create(T...) - Static method in class org.beanfabrics.model.Options
 
create(String) - Static method in class org.beanfabrics.validation.ValidationState
Factory-method for creating a ValidationState from the specified message or null if the message is null.
createAutoResizeExtension() - Method in class org.beanfabrics.swing.table.BnTable
 
createBnComboBoxEditor() - Method in class org.beanfabrics.swing.internal.TextPMComboBox
Constructs a new BnComboBoxEditor for this BnComboBox.
createButtonDecorator(JTable, int, JComponent, BnColumn) - Method in class org.beanfabrics.swing.table.celleditor.BnTableCellEditor
 
createDefaultCellRenderer() - Method in class org.beanfabrics.swing.list.BnList
Creates a new default pM renderer.
createDefaultEditors() - Method in class org.beanfabrics.swing.table.BnTable
 
createDefaultFormat() - Method in class org.beanfabrics.model.BigDecimalPM
 
createDefaultFormat() - Method in class org.beanfabrics.model.DatePM
This returns a localized DateFormat for converting a Date to a String and vice versa.
createDefaultFormat() - Method in class org.beanfabrics.model.MoneyPM
 
createDefaultModel() - Method in class org.beanfabrics.swing.internal.TextPMComboBox
 
createDefaultModel() - Method in class org.beanfabrics.swing.internal.TextPMPasswordField
 
createDefaultModel() - Method in class org.beanfabrics.swing.internal.TextPMTextArea
 
createDefaultModel() - Method in class org.beanfabrics.swing.internal.TextPMTextField
 
createDefaultOptions() - Method in class org.beanfabrics.model.BooleanPM
 
createDefaultRenderers() - Method in class org.beanfabrics.swing.table.BnTable
 
createDefaultTableHeader() - Method in class org.beanfabrics.swing.table.BnTable
Returns the default table header object, which is dependent on the Java version.
createDefaultValidationRule() - Method in class org.beanfabrics.model.ListPM
 
createDefaultValidationRule() - Method in class org.beanfabrics.model.MapPM
 
createIntervals(Collection<Integer>) - Static method in class org.beanfabrics.util.Interval
 
createIntervals(int[]) - Static method in class org.beanfabrics.util.Interval
 
createPropertiesValidationRule() - Method in class org.beanfabrics.model.AbstractPM
 
createSimplifiedFormat() - Method in class org.beanfabrics.model.MoneyPM
 

D

DatePM - Class in org.beanfabrics.model
The DatePM is a presentation model for Date objects.
DatePM() - Constructor for class org.beanfabrics.model.DatePM
Constructs a new instance with the default format (just showing the date, not the time).
DatePM.DefaultValidationRule - Class in org.beanfabrics.model
 
DatePM.DefaultValidationRule() - Constructor for class org.beanfabrics.model.DatePM.DefaultValidationRule
 
debug(String) - Method in class org.beanfabrics.log.Jdk14Logger
Logs a message at the DEBUG level.
debug(String) - Method in interface org.beanfabrics.log.Logger
Logs a message at the DEBUG level.
debug(String) - Method in class org.beanfabrics.log.NopLogger
Logs a message at the DEBUG level.
debug(String) - Method in class org.beanfabrics.log.Slf4jLogger
Logs a message at the DEBUG level.
DecimalPM - Class in org.beanfabrics.model
The DecimalPM is a presentation model for decimal numbers.
DecimalPM() - Constructor for class org.beanfabrics.model.DecimalPM
 
DEFAULT_ALIGNEMNT - Static variable in class org.beanfabrics.swing.table.BnColumn
 
DEFAULT_WIDTH - Static variable in class org.beanfabrics.swing.table.BnColumn
 
DEFAULT_WIDTH_FIXED - Static variable in class org.beanfabrics.swing.table.BnColumn
 
DefaultContext - Class in org.beanfabrics.context
 
DefaultContext() - Constructor for class org.beanfabrics.context.DefaultContext
 
disconnect() - Method in class org.beanfabrics.swing.list.BnList
 
disconnect() - Method in class org.beanfabrics.swing.table.BnTable
 
dismiss() - Method in class org.beanfabrics.swing.list.BnListModel
Disconnect this object from the underlying IListPM.
dismiss() - Method in class org.beanfabrics.swing.list.BnListSelectionModel
Disconnect this object from the underlying IListPM.
dismiss() - Method in class org.beanfabrics.swing.table.BnTableModel
Disconnect this object from the underlying IListPM.
dismiss() - Method in class org.beanfabrics.swing.table.BnTableRowSorter
 
dismiss() - Method in class org.beanfabrics.swing.table.BnTableRowSorter2
 
dismiss() - Method in class org.beanfabrics.swing.table.BnTableSelectionModel
Disconnect this object from the underlying IListPM.

E

elementChanged(ElementChangedEvent) - Method in class org.beanfabrics.event.ListAdapter
 
elementChanged(ElementChangedEvent) - Method in interface org.beanfabrics.event.ListListener
Invoked after elements have been changed in some way.
ElementChangedEvent - Class in org.beanfabrics.event
 
ElementChangedEvent(IListPM, int, EventObject) - Constructor for class org.beanfabrics.event.ElementChangedEvent
 
ElementChangedEvent(IListPM, int) - Constructor for class org.beanfabrics.event.ElementChangedEvent
 
elementsAdded(ElementsAddedEvent) - Method in class org.beanfabrics.event.ListAdapter
 
elementsAdded(ElementsAddedEvent) - Method in interface org.beanfabrics.event.ListListener
Invoked after elements have been added to the list.
ElementsAddedEvent - Class in org.beanfabrics.event
 
ElementsAddedEvent(IListPM, int, int) - Constructor for class org.beanfabrics.event.ElementsAddedEvent
 
elementsDeselected(ElementsDeselectedEvent) - Method in class org.beanfabrics.event.ListAdapter
 
elementsDeselected(ElementsDeselectedEvent) - Method in interface org.beanfabrics.event.ListListener
Invoked after elements have been deselected.
ElementsDeselectedEvent - Class in org.beanfabrics.event
 
ElementsDeselectedEvent(IListPM, int, int) - Constructor for class org.beanfabrics.event.ElementsDeselectedEvent
 
elementsRemoved(ElementsRemovedEvent) - Method in class org.beanfabrics.event.ListAdapter
 
elementsRemoved(ElementsRemovedEvent) - Method in interface org.beanfabrics.event.ListListener
Invoked after elements have been removed from the list.
ElementsRemovedEvent - Class in org.beanfabrics.event
 
ElementsRemovedEvent(IListPM, int, int, Collection<? extends PresentationModel>) - Constructor for class org.beanfabrics.event.ElementsRemovedEvent
 
elementsReplaced(ElementsReplacedEvent) - Method in class org.beanfabrics.event.ListAdapter
 
elementsReplaced(ElementsReplacedEvent) - Method in interface org.beanfabrics.event.ListListener
Invoked after elements have been replaced.
ElementsReplacedEvent - Class in org.beanfabrics.event
 
ElementsReplacedEvent(IListPM, int, int, Collection<? extends PresentationModel>) - Constructor for class org.beanfabrics.event.ElementsReplacedEvent
 
elementsSelected(ElementsSelectedEvent) - Method in class org.beanfabrics.event.ListAdapter
 
elementsSelected(ElementsSelectedEvent) - Method in interface org.beanfabrics.event.ListListener
Invoked after elements have been selected.
ElementsSelectedEvent - Class in org.beanfabrics.event
 
ElementsSelectedEvent(IListPM, int, int) - Constructor for class org.beanfabrics.event.ElementsSelectedEvent
 
EmptyRenderer - Class in org.beanfabrics.swing.list.cellrenderer
The EmptyRenderer is a ListCellRenderer that renders an empty area.
EmptyRenderer() - Constructor for class org.beanfabrics.swing.list.cellrenderer.EmptyRenderer
 
EmptyRenderer - Class in org.beanfabrics.swing.table.cellrenderer
The EmptyRenderer is a TableCellRenderer that renders an empty area.
EmptyRenderer() - Constructor for class org.beanfabrics.swing.table.cellrenderer.EmptyRenderer
 
endIndex - Variable in class org.beanfabrics.util.Interval
 
entrySet() - Method in class org.beanfabrics.util.OrderPreservingMap
 
entrySetReference() - Method in class org.beanfabrics.util.OrderPreservingMap
 
equals(Object, Object) - Static method in class org.beanfabrics.AbstractBean
Indicates whether the specified objects are both null or "equal to" each other.
equals(Object) - Method in class org.beanfabrics.meta.PathInfo
 
equals(Object) - Method in class org.beanfabrics.meta.PresentationModelInfo
 
equals(Object) - Method in class org.beanfabrics.meta.PropertyInfo
 
equals(Object, Object) - Static method in class org.beanfabrics.model.Options
 
equals(Object) - Method in class org.beanfabrics.model.SortKey
equals(Object) - Method in class org.beanfabrics.model.TextPM.TextComparable
 
equals(Object) - Method in class org.beanfabrics.Path
Indicates whether some other object is "equal to" this path.
equals(Object) - Method in class org.beanfabrics.swing.table.BnColumn
 
equals(Object) - Method in class org.beanfabrics.validation.CompositeValidationState
 
equals(Object) - Method in class org.beanfabrics.validation.ValidationState
Returns true when this instance is equal to the given object.
error(String) - Method in class org.beanfabrics.log.Jdk14Logger
Logs a message at the ERROR level.
error(String, Throwable) - Method in class org.beanfabrics.log.Jdk14Logger
Logs an Throwable at the ERROR level
error(String) - Method in interface org.beanfabrics.log.Logger
Logs a message at the ERROR level.
error(String, Throwable) - Method in interface org.beanfabrics.log.Logger
Logs an Throwable at the ERROR level
error(String) - Method in class org.beanfabrics.log.NopLogger
Logs a message at the ERROR level.
error(String, Throwable) - Method in class org.beanfabrics.log.NopLogger
Logs an Throwable at the ERROR level
error(String) - Method in class org.beanfabrics.log.Slf4jLogger
Logs a message at the ERROR level.
error(String, Throwable) - Method in class org.beanfabrics.log.Slf4jLogger
Logs an Throwable at the ERROR level
ErrorIconPainter - Class in org.beanfabrics.swing
The ErrorIconPainter is a helper class for painting an error icon on top of any component.
ErrorIconPainter() - Constructor for class org.beanfabrics.swing.ErrorIconPainter
Creates a new ErrorIconPainter with the default settings.
ErrorPane - Class in org.beanfabrics.util
The ErrorPane is a panel that shows a message beside an error icon and - when checking the checkbox - the stack trace of a Throwable.
ErrorPane() - Constructor for class org.beanfabrics.util.ErrorPane
Constructs a new instance of this class with no message and no Throwable.
ErrorPane(Object) - Constructor for class org.beanfabrics.util.ErrorPane
Constructs a new instance of this class with the given message and no Throwable.
ErrorPane(Object, Throwable) - Constructor for class org.beanfabrics.util.ErrorPane
Constructs a new instance of this class with the given message and the given Throwable.
evaluate(PresentationModel, Path) - Static method in class org.beanfabrics.PathEvaluation
Evaluates the given path at the given root and returns the value at the end.
evaluateOrNull(PresentationModel, Path) - Static method in class org.beanfabrics.PathEvaluation
Evaluates the given path at the given root and returns the value at the end if it can be found, null otherwise.
EvaluationException - Exception in org.beanfabrics
An exception that indicates that something went wrong during the evaluation of a Path.
EvaluationException() - Constructor for exception org.beanfabrics.EvaluationException
Creates a new EvaluationException.
EvaluationException(String, Throwable) - Constructor for exception org.beanfabrics.EvaluationException
Creates a new EvaluationException.
EvaluationException(String) - Constructor for exception org.beanfabrics.EvaluationException
Creates a new EvaluationException.
EvaluationException(Throwable) - Constructor for exception org.beanfabrics.EvaluationException
Creates a new EvaluationException.
ExceptionUtil - Class in org.beanfabrics.util
The ExceptionUtil is a singleton that provides access to an IExceptionHandler which is used by the Beanfabrics framework to handle exceptions.
execute() - Method in class org.beanfabrics.model.AbstractOperationPM
execute() - Method in interface org.beanfabrics.model.ExecutionMethod
 
execute() - Method in interface org.beanfabrics.model.IOperationPM
 
execute() - Method in class org.beanfabrics.model.OperationPM
execute() - Method in class org.beanfabrics.swing.internal.BooleanPMMenuItem
 
execute() - Method in class org.beanfabrics.swing.internal.OperationPMAction
 
execute() - Method in class org.beanfabrics.swing.internal.OperationPMButton
 
execute() - Method in class org.beanfabrics.swing.internal.OperationPMMenuItem
 
ExecutionMethod - Interface in org.beanfabrics.model
 

F

FilteredModels - Class in org.beanfabrics.util
The FilteredModels is an filtered decorator of an Iterable object of presentation models.
FilteredModels(Iterable<PresentationModel>, PresentationModelFilter) - Constructor for class org.beanfabrics.util.FilteredModels
 
FilteredModelsIterator - Class in org.beanfabrics.util
The FilteredModelsIterator is a filtered Iterator on a given Iterator.
FilteredModelsIterator(Iterator<PresentationModel>, PresentationModelFilter) - Constructor for class org.beanfabrics.util.FilteredModelsIterator
 
filterProperties(PresentationModelFilter) - Method in class org.beanfabrics.support.PropertySupport
 
findAllPropertyDeclarations(Class) - Static method in class org.beanfabrics.support.PropertySupport
 
findColumn(String) - Method in class org.beanfabrics.swing.table.BnTableModel
 
findService(Class) - Method in interface org.beanfabrics.context.Context
 
findService(Class) - Method in class org.beanfabrics.context.DefaultContext
 
fireActionPerformed(ActionEvent) - Method in class org.beanfabrics.swing.internal.BooleanPMMenuItem
 
fireActionPerformed(ActionEvent) - Method in class org.beanfabrics.swing.internal.OperationPMButton
 
fireActionPerformed(ActionEvent) - Method in class org.beanfabrics.swing.internal.OperationPMMenuItem
 
fireChanged() - Method in class org.beanfabrics.model.Options
 
fireElementChanged(ElementChangedEvent) - Method in class org.beanfabrics.event.ListSupport
 
fireElementChanged(int) - Method in class org.beanfabrics.event.ListSupport
 
fireElementChanged(int, EventObject) - Method in class org.beanfabrics.event.ListSupport
 
fireElementsAdded(ElementsAddedEvent) - Method in class org.beanfabrics.event.ListSupport
 
fireElementsAdded(int, int) - Method in class org.beanfabrics.event.ListSupport
 
fireElementsDeselected(ElementsDeselectedEvent) - Method in class org.beanfabrics.event.ListSupport
 
fireElementsDeselected(int, int) - Method in class org.beanfabrics.event.ListSupport
 
fireElementsDeselected(int[]) - Method in class org.beanfabrics.event.ListSupport
 
fireElementsDeselected(Collection<Integer>) - Method in class org.beanfabrics.event.ListSupport
 
fireElementsRemoved(ElementsRemovedEvent) - Method in class org.beanfabrics.event.ListSupport
 
fireElementsRemoved(int, int, Collection<PresentationModel>) - Method in class org.beanfabrics.event.ListSupport
 
fireElementsRemoved(int, PresentationModel) - Method in class org.beanfabrics.event.ListSupport
 
fireElementsReplaced(ElementsReplacedEvent) - Method in class org.beanfabrics.event.ListSupport
 
fireElementsReplaced(int, int, Collection<PresentationModel>) - Method in class org.beanfabrics.event.ListSupport
 
fireElementsReplaced(int, PresentationModel) - Method in class org.beanfabrics.event.ListSupport
 
fireElementsSelected(ElementsSelectedEvent) - Method in class org.beanfabrics.event.ListSupport
 
fireElementsSelected(int, int) - Method in class org.beanfabrics.event.ListSupport
 
fireElementsSelected(int[]) - Method in class org.beanfabrics.event.ListSupport
 
fireElementsSelected(Collection<Integer>) - Method in class org.beanfabrics.event.ListSupport
 
fireParentAdded(Context) - Method in class org.beanfabrics.context.DefaultContext
 
fireParentRemoved(Context) - Method in class org.beanfabrics.context.DefaultContext
 
firePropertyChange(String, Object, Object) - Method in class org.beanfabrics.event.BnPropertyChangeSupport
 
firePropertyChange(String, Object, Object, EventObject) - Method in class org.beanfabrics.event.BnPropertyChangeSupport
Report a bound property update to any registered listeners.
firePropertyChange(BnPropertyChangeEvent) - Method in class org.beanfabrics.event.BnPropertyChangeSupport
Fire an existing PropertyChangeEvent to any registered listeners.
fireServiceAdded(ServiceEntry) - Method in class org.beanfabrics.context.DefaultContext
 
fireServiceRemoved(ServiceEntry) - Method in class org.beanfabrics.context.DefaultContext
 
fireValueChanged(int, int) - Method in class org.beanfabrics.swing.list.BnListSelectionModel
 
fireValueChanged(int, int) - Method in class org.beanfabrics.swing.table.BnTableSelectionModel
 
fireValueChangedBetween(int, int) - Method in class org.beanfabrics.swing.list.BnListSelectionModel
 
fireValueChangedBetween(int, int) - Method in class org.beanfabrics.swing.table.BnTableSelectionModel
 
FollowUpEvent - Interface in org.beanfabrics.event
 
format(Method) - Static method in class org.beanfabrics.support.SupportUtil
 
format(Field) - Static method in class org.beanfabrics.support.SupportUtil
 

G

GenericsUtil - Class in org.beanfabrics.util
The GenericsUtil is a utility class for accessing generic type information at runtime.
GenericsUtil() - Constructor for class org.beanfabrics.util.GenericsUtil
 
get(K) - Method in class org.beanfabrics.model.MapPM
 
get(Object) - Method in class org.beanfabrics.model.Options
 
get(PresentationModel) - Static method in class org.beanfabrics.support.OnChangeSupport
 
get(PresentationModel) - Static method in class org.beanfabrics.support.OperationSupport
 
get(PresentationModel) - Static method in class org.beanfabrics.support.PropertySupport
 
get(ContextOwner) - Static method in class org.beanfabrics.support.ServiceSupport
 
get(Class<T>) - Method in class org.beanfabrics.support.SupportMap
 
get(PresentationModel) - Static method in class org.beanfabrics.support.ValidationSupport
 
get(Object) - Method in class org.beanfabrics.util.OrderPreservingMap
 
get(int) - Method in class org.beanfabrics.util.OrderPreservingMap
 
get(int) - Method in class org.beanfabrics.validation.Validator
Returns the rule at the specified position in this Validator .
getAlignment() - Method in class org.beanfabrics.swing.table.BnColumn
 
getAll(int, int) - Method in class org.beanfabrics.model.MapPM
 
getAll(int[]) - Method in class org.beanfabrics.model.MapPM
 
getAll(Set<K>) - Method in class org.beanfabrics.util.OrderPreservingMap
 
getAllClasses(Class) - Static method in class org.beanfabrics.util.ReflectionUtil
Returns a List of all superclasses and all interfaces of the given baseclass, including the baseclass.
getAllFields(Class) - Static method in class org.beanfabrics.util.ReflectionUtil
Returns all declared fields of the given Class and it's superclasses.
getAllFields(Class, String, Class) - Static method in class org.beanfabrics.util.ReflectionUtil
Returns all declared fields of the given Class and it's superclasses that have the given name and are assignable to the given type.
getAllFields(Class, Class) - Static method in class org.beanfabrics.util.ReflectionUtil
 
getAllMembers(Class) - Static method in class org.beanfabrics.util.ReflectionUtil
Returns all declared members of the given Class and it's superclasses.
getAllMethods(Class) - Static method in class org.beanfabrics.util.ReflectionUtil
Returns all declared methods of the given Class and it's superclasses.
getAllMethods(Class, String, Class[], Class) - Static method in class org.beanfabrics.util.ReflectionUtil
Returns all declared methods of the given Class and it's superclasses that have the given name and have a return type assignable to the given type.
getAllMethods(Class, Class) - Static method in class org.beanfabrics.util.ReflectionUtil
Returns all Methods of the given Class and it's superclasses which are annotated with the given annotationType.
getAnchorSelectionIndex() - Method in class org.beanfabrics.swing.list.BnListSelectionModel
getAnchorSelectionIndex() - Method in class org.beanfabrics.swing.table.BnTableSelectionModel
getAt(int) - Method in interface org.beanfabrics.model.IListPM
Returns the element at the specified position in this list.
getAt(int) - Method in class org.beanfabrics.model.ListPM
 
getAt(int) - Method in class org.beanfabrics.model.MapPM
 
getBeginIndex() - Method in class org.beanfabrics.event.ElementsAddedEvent
 
getBeginIndex() - Method in class org.beanfabrics.event.ElementsDeselectedEvent
 
getBeginIndex() - Method in class org.beanfabrics.event.ElementsRemovedEvent
 
getBeginIndex() - Method in class org.beanfabrics.event.ElementsReplacedEvent
 
getBeginIndex() - Method in class org.beanfabrics.event.ElementsSelectedEvent
 
getBigDecimal() - Method in class org.beanfabrics.model.BigDecimalPM
 
getBigDecimal() - Method in interface org.beanfabrics.model.IBigDecimalPM
 
getBigDecimal() - Method in class org.beanfabrics.model.MoneyPM
 
getBigInteger() - Method in class org.beanfabrics.model.BigDecimalPM
 
getBigInteger() - Method in interface org.beanfabrics.model.IIntegerPM
 
getBoolean() - Method in class org.beanfabrics.model.BooleanPM
getBoolean() - Method in interface org.beanfabrics.model.IBooleanPM
 
getBundle(Class) - Static method in class org.beanfabrics.util.ResourceBundleFactory
Returns the ResourceBundle for the given class.
getBundleImpl(Class) - Method in class org.beanfabrics.util.ResourceBundleFactory
Returns the ResourceBundle for the given class.
getByte() - Method in interface org.beanfabrics.model.IIntegerPM
 
getByte() - Method in class org.beanfabrics.model.IntegerPM
 
getCause() - Method in class org.beanfabrics.event.BnPropertyChangeEvent
Returns the cause of this event.
getCause() - Method in class org.beanfabrics.event.ElementChangedEvent
 
getCause() - Method in interface org.beanfabrics.event.FollowUpEvent
 
getCellConfig() - Method in class org.beanfabrics.swing.list.BnList
 
getCellConfig() - Method in class org.beanfabrics.swing.list.BnListModel
 
getCellEditorValue() - Method in class org.beanfabrics.swing.table.celleditor.BnCheckBoxCellEditor
 
getCellEditorValue() - Method in class org.beanfabrics.swing.table.celleditor.BnComboBoxCellEditor
 
getCellEditorValue() - Method in class org.beanfabrics.swing.table.celleditor.BnTableCellEditor
getCellEditorValue() - Method in class org.beanfabrics.swing.table.celleditor.BnTextFieldCellEditor
 
getChild(String) - Method in class org.beanfabrics.meta.PathInfo
 
getChildren() - Method in class org.beanfabrics.meta.PathInfo
 
getChildren() - Method in class org.beanfabrics.validation.CompositeValidationState
 
getClickCount() - Method in class org.beanfabrics.swing.BnMouseClickAction
 
getColDefs() - Method in class org.beanfabrics.swing.table.BnTableModel
 
getColumnClass(int) - Method in class org.beanfabrics.swing.table.BnTableModel
 
getColumnCount() - Method in class org.beanfabrics.swing.table.BnTableModel
 
getColumnName() - Method in class org.beanfabrics.swing.table.BnColumn
 
getColumnName(int) - Method in class org.beanfabrics.swing.table.BnTableModel
 
getColumnPath(int) - Method in class org.beanfabrics.swing.table.BnTableModel
 
getColumns() - Method in class org.beanfabrics.swing.table.BnTable
 
getComparable() - Method in class org.beanfabrics.model.BigDecimalPM
 
getComparable() - Method in class org.beanfabrics.model.DatePM
 
getComparable() - Method in class org.beanfabrics.model.IconPM
 
getComparable() - Method in interface org.beanfabrics.model.IValuePM
 
getComparable() - Method in class org.beanfabrics.model.TextPM
 
getContentRoot() - Method in class org.beanfabrics.event.ModelProviderEvent
 
getContext() - Method in interface org.beanfabrics.context.ContextOwner
Returns the Context of this model.
getContext() - Method in class org.beanfabrics.model.AbstractPM
 
getCurrencyFormat(Locale) - Static method in class org.beanfabrics.model.MoneyPM
 
getCurrentCellEditor() - Method in class org.beanfabrics.swing.table.celleditor.BnTableCellEditor
 
getCurrentComponent() - Method in class org.beanfabrics.swing.table.celleditor.BnTableCellEditor
 
getDate() - Method in class org.beanfabrics.model.DatePM
Return the date represented by this object.
getDate() - Method in interface org.beanfabrics.model.IDatePM
Return the date represented by this object.
getDateFormat(Locale) - Static method in class org.beanfabrics.model.DatePM
 
getDecimalFormat(Locale) - Static method in class org.beanfabrics.model.BigDecimalPM
 
getDefaultText() - Method in class org.beanfabrics.model.TextPM
Get the default text value of this model.
getDescription() - Method in class org.beanfabrics.model.AbstractOperationPM
getDescription() - Method in class org.beanfabrics.model.AbstractValuePM
getDescription() - Method in interface org.beanfabrics.model.IOperationPM
 
getDescription() - Method in interface org.beanfabrics.model.IValuePM
 
getDimension() - Method in class org.beanfabrics.swing.ErrorIconPainter
Gets the size of the error icon.
getDistance() - Method in class org.beanfabrics.context.ServiceEntry
 
getDouble() - Method in class org.beanfabrics.model.DecimalPM
 
getEditorComponent() - Method in class org.beanfabrics.swing.BnComboBoxEditor
 
getElement(int) - Method in class org.beanfabrics.Path
Returns the element at the specified index.
getElementAt(int) - Method in class org.beanfabrics.swing.internal.TextPMComboBox.TextEditorComboBoxModel
 
getElementAt(int) - Method in class org.beanfabrics.swing.list.BnListModel
 
getElements() - Method in class org.beanfabrics.Path
Returns a collection of this path's elements.
getErrorIcon() - Method in class org.beanfabrics.swing.ErrorIconPainter
Gets the error icon that is used when the component has no focus.
getErrorIconFocused() - Method in class org.beanfabrics.swing.ErrorIconPainter
Returns the error icon that is used when the component has the focus.
getErrorIconPainter() - Method in class org.beanfabrics.swing.BnIconLabel
 
getErrorIconPainter() - Method in class org.beanfabrics.swing.BnLabel
 
getErrorIconPainter() - Method in class org.beanfabrics.swing.internal.BooleanPMCheckBox
 
getErrorIconPainter() - Method in class org.beanfabrics.swing.internal.BooleanPMRadioButton
 
getErrorIconPainter() - Method in class org.beanfabrics.swing.internal.TextPMComboBox
 
getErrorIconPainter() - Method in class org.beanfabrics.swing.internal.TextPMPasswordField
 
getErrorIconPainter() - Method in class org.beanfabrics.swing.internal.TextPMTextArea
 
getErrorIconPainter() - Method in class org.beanfabrics.swing.internal.TextPMTextField
 
getErrorIconPainter() - Method in class org.beanfabrics.swing.list.cellrenderer.BooleanPMListCellRenderer
 
getErrorIconPainter() - Method in class org.beanfabrics.swing.list.cellrenderer.IconPMListCellRenderer
 
getErrorIconPainter() - Method in class org.beanfabrics.swing.list.cellrenderer.TextPMListCellRenderer
 
getErrorIconPainter() - Method in class org.beanfabrics.swing.table.cellrenderer.BooleanPMTableCellRenderer
 
getErrorIconPainter() - Method in class org.beanfabrics.swing.table.cellrenderer.IconPMTableCellRenderer
 
getErrorIconPainter() - Method in class org.beanfabrics.swing.table.cellrenderer.TextPMTableCellRenderer
 
getExecutionMethods() - Method in class org.beanfabrics.model.OperationPM
 
getExpectedModelType() - Method in class org.beanfabrics.ViewClassDecorator
 
getFieldTypeArguments(Class<?>, String, Class<?>) - Static method in class org.beanfabrics.util.GenericsUtil
Get the actual type arguments a field has used to parameterize it's generic type.
getFieldValue(Object, Field) - Static method in class org.beanfabrics.util.ReflectionUtil
 
getFirst() - Method in interface org.beanfabrics.model.SelectedKeys
Returns the first (topmost) selected key.
getFirst() - Method in interface org.beanfabrics.model.Selection
Returns the first selected element in the reference collection.
getFloat() - Method in class org.beanfabrics.model.DecimalPM
 
getFormat() - Method in class org.beanfabrics.model.BigDecimalPM
Returns the format.
getFormat() - Method in class org.beanfabrics.model.DatePM
Return the format to be used by this object to check the input and convert the input to a Date and vice versa.
getFormat() - Method in interface org.beanfabrics.model.IDatePM
Return the format to be used by this object to check the input and convert the input to a Date and vice versa.
getHorizontalAlignment() - Method in class org.beanfabrics.swing.ErrorIconPainter
Returns the horizontal alignment of the icon.
getIcon() - Method in class org.beanfabrics.model.AbstractOperationPM
getIcon() - Method in class org.beanfabrics.model.IconPM
 
getIcon() - Method in class org.beanfabrics.model.IconTextPM
 
getIcon() - Method in interface org.beanfabrics.model.IIconPM
 
getIcon() - Method in interface org.beanfabrics.model.IOperationPM
 
getIndex() - Method in class org.beanfabrics.event.ElementChangedEvent
 
getIndexes() - Method in interface org.beanfabrics.model.Selection
Returns the indexes of all selected elements in the reference collection.
getIndexes(int, int) - Method in interface org.beanfabrics.model.Selection
Returns the indexes of the selected elements with indices between beginIndex and endIndex inclusive.
getInstalledEditors() - Method in class org.beanfabrics.swing.table.celleditor.BnTableCellEditor
 
getInstalledRenderers() - Method in class org.beanfabrics.swing.list.cellrenderer.BnListCellRenderer
 
getInstalledRenderers() - Method in class org.beanfabrics.swing.table.cellrenderer.BnTableCellRenderer
 
getInstance() - Static method in class org.beanfabrics.model.PMManager
 
getInstance() - Static method in class org.beanfabrics.util.ExceptionUtil
 
getInstance() - Static method in class org.beanfabrics.util.ResourceBundleFactory
Returns the ResourceBundleFactory.
getInteger() - Method in interface org.beanfabrics.model.IIntegerPM
 
getInteger() - Method in class org.beanfabrics.model.IntegerPM
 
getItem() - Method in class org.beanfabrics.swing.BnComboBoxEditor
 
getJavaType() - Method in class org.beanfabrics.meta.PresentationModelInfo
 
getKey(V) - Method in class org.beanfabrics.model.MapPM
 
getKey(int) - Method in class org.beanfabrics.model.MapPM
 
getKey(String) - Method in class org.beanfabrics.model.Options
 
getKey(int) - Method in class org.beanfabrics.util.OrderPreservingMap
 
getKeys(int, int) - Method in class org.beanfabrics.model.MapPM
 
getKeys(int[]) - Method in class org.beanfabrics.model.MapPM
 
getKeys(Collection<?>) - Method in class org.beanfabrics.model.MapPM
Returns a set of all keys of the elements in the given collection.
getLastElement() - Method in class org.beanfabrics.Path
Returns the last element of this path or null if there are no elements.
getLastEntry() - Method in class org.beanfabrics.PathEvaluation
 
getLeadSelectionIndex() - Method in class org.beanfabrics.swing.list.BnListSelectionModel
getLeadSelectionIndex() - Method in class org.beanfabrics.swing.table.BnTableSelectionModel
getLength() - Method in class org.beanfabrics.event.ElementsAddedEvent
 
getLength() - Method in class org.beanfabrics.event.ElementsDeselectedEvent
 
getLength() - Method in class org.beanfabrics.event.ElementsRemovedEvent
 
getLength() - Method in class org.beanfabrics.event.ElementsReplacedEvent
 
getLength() - Method in class org.beanfabrics.event.ElementsSelectedEvent
 
getListCell() - Method in class org.beanfabrics.swing.list.BnListModel
 
getListCellRendererComponent(JList, Object, int, boolean, boolean) - Method in class org.beanfabrics.swing.list.cellrenderer.BnListCellRenderer
 
getListCellRendererComponent(JList, Object, int, boolean, boolean) - Method in class org.beanfabrics.swing.list.cellrenderer.BooleanPMListCellRenderer
getListCellRendererComponent(JList, Object, int, boolean, boolean) - Method in class org.beanfabrics.swing.list.cellrenderer.EmptyRenderer
 
getListCellRendererComponent(JList, Object, int, boolean, boolean) - Method in class org.beanfabrics.swing.list.cellrenderer.IconPMListCellRenderer
 
getListCellRendererComponent(JList, Object, int, boolean, boolean) - Method in class org.beanfabrics.swing.list.cellrenderer.TextPMListCellRenderer
 
getListPropertySupport() - Method in class org.beanfabrics.model.MapPM
 
getLogger(Class) - Static method in class org.beanfabrics.log.LoggerFactory
Returns a the Logger instance for a certain Class.
getLong() - Method in interface org.beanfabrics.model.IIntegerPM
 
getLong() - Method in class org.beanfabrics.model.IntegerPM
 
getMargin() - Method in class org.beanfabrics.swing.ErrorIconPainter
Returns the margin of the error icon.
getMaxIndex() - Method in interface org.beanfabrics.model.Selection
Returns the element index of the last selected element in the reference collection.
getMaxSelectionIndex() - Method in class org.beanfabrics.swing.list.BnListSelectionModel
getMaxSelectionIndex() - Method in class org.beanfabrics.swing.table.BnTableSelectionModel
getMaxValue() - Method in interface org.beanfabrics.model.IIntegerPM
 
getMaxValue() - Method in class org.beanfabrics.model.IntegerPM
 
getMessage() - Method in class org.beanfabrics.validation.ValidationState
Returns the message for this instance.
getMetadata() - Method in class org.beanfabrics.model.PMManager
 
getMethodReturnTypeArguments(Class<?>, String, Class<?>[], Class<?>) - Static method in class org.beanfabrics.util.GenericsUtil
Get the actual type arguments a method has used to parameterize it's generic type.
getMinIndex() - Method in interface org.beanfabrics.model.Selection
Returns the element index of the first selected element in the reference collection.
getMinSelectionIndex() - Method in class org.beanfabrics.swing.list.BnListSelectionModel
getMinSelectionIndex() - Method in class org.beanfabrics.swing.table.BnTableSelectionModel
getMinValue() - Method in interface org.beanfabrics.model.IIntegerPM
 
getMinValue() - Method in class org.beanfabrics.model.IntegerPM
 
getModel() - Method in class org.beanfabrics.swing.table.BnTableRowSorter
 
getModel() - Method in class org.beanfabrics.swing.table.BnTableRowSorter2
 
getModelInfo() - Method in class org.beanfabrics.meta.PathInfo
 
getModelProvider() - Method in class org.beanfabrics.BnModelObserver
Returns the provider.
getModelProvider() - Method in class org.beanfabrics.context.BnParentContext
Returns the provider.
getModelProvider() - Method in class org.beanfabrics.Link
Returns the provider.
getModelProvider() - Method in interface org.beanfabrics.ModelSubscriber
Returns the provider.
getModelProvider() - Method in class org.beanfabrics.swing.BnAction
Returns the provider.
getModelProvider() - Method in class org.beanfabrics.swing.BnButton
Returns the provider.
getModelProvider() - Method in class org.beanfabrics.swing.BnCheckBox
Returns the provider.
getModelProvider() - Method in class org.beanfabrics.swing.BnCheckBoxMenuItem
Returns the provider.
getModelProvider() - Method in class org.beanfabrics.swing.BnComboBox
Returns the provider.
getModelProvider() - Method in class org.beanfabrics.swing.BnIconLabel
Returns the provider.
getModelProvider() - Method in class org.beanfabrics.swing.BnLabel
Returns the provider.
getModelProvider() - Method in class org.beanfabrics.swing.BnMenuItem
Returns the provider.
getModelProvider() - Method in class org.beanfabrics.swing.BnPasswordField
Returns the provider.
getModelProvider() - Method in class org.beanfabrics.swing.BnRadioButton
Returns the provider.
getModelProvider() - Method in class org.beanfabrics.swing.BnTextArea
Returns the provider.
getModelProvider() - Method in class org.beanfabrics.swing.BnTextField
Returns the provider.
getModelProvider() - Method in class org.beanfabrics.swing.BnToggleButton
Returns the provider.
getModelProvider() - Method in class org.beanfabrics.swing.list.BnList
Returns the provider.
getModelProvider() - Method in class org.beanfabrics.swing.table.BnTable
Returns the provider.
getModelRowCount() - Method in class org.beanfabrics.swing.table.BnTableRowSorter
 
getModelRowCount() - Method in class org.beanfabrics.swing.table.BnTableRowSorter2
 
getName() - Method in class org.beanfabrics.meta.PathInfo
 
getName() - Method in class org.beanfabrics.meta.PresentationModelInfo
 
getName() - Method in class org.beanfabrics.meta.PropertyInfo
 
getName() - Method in class org.beanfabrics.PathEvaluation.Entry
 
getName(PresentationModel) - Method in class org.beanfabrics.support.PropertySupport
 
getName() - Method in class org.beanfabrics.support.PropertySupport.PropertyDeclaration
 
getOffset() - Method in class org.beanfabrics.swing.ErrorIconPainter
Returns the icon's offset position.
getOperationPath() - Method in class org.beanfabrics.swing.table.BnColumn
 
getOptions() - Method in interface org.beanfabrics.model.ITextPM
 
getOptions() - Method in class org.beanfabrics.model.TextPM
 
getOrigin() - Method in class org.beanfabrics.context.ServiceEntry
 
getOwner() - Method in class org.beanfabrics.meta.PropertyInfo
 
getOwner() - Method in class org.beanfabrics.PathEvaluation.Entry
 
getParent() - Method in class org.beanfabrics.context.ParentAddedEvent
 
getParent() - Method in class org.beanfabrics.context.ParentRemovedEvent
 
getParent() - Method in class org.beanfabrics.meta.PathInfo
 
getParent() - Method in class org.beanfabrics.Path
Returns the path to the parent node of this path.
getParents() - Method in interface org.beanfabrics.context.Context
 
getParents() - Method in class org.beanfabrics.context.DefaultContext
 
getPath() - Method in class org.beanfabrics.BnModelObserver
Returns the path.
getPath() - Method in class org.beanfabrics.context.BnParentContext
Returns the path.
getPath() - Method in class org.beanfabrics.event.ModelProviderEvent
 
getPath() - Method in class org.beanfabrics.Link
Returns the path.
getPath() - Method in class org.beanfabrics.meta.PathInfo
 
getPath() - Method in interface org.beanfabrics.ModelSubscriber
Returns the path.
getPath() - Method in class org.beanfabrics.PathEvaluation
 
getPath() - Method in class org.beanfabrics.swing.BnAction
Returns the path.
getPath() - Method in class org.beanfabrics.swing.BnButton
Returns the path.
getPath() - Method in class org.beanfabrics.swing.BnCheckBox
Returns the path.
getPath() - Method in class org.beanfabrics.swing.BnCheckBoxMenuItem
Returns the path.
getPath() - Method in class org.beanfabrics.swing.BnComboBox
Returns the path.
getPath() - Method in class org.beanfabrics.swing.BnIconLabel
Returns the path.
getPath() - Method in class org.beanfabrics.swing.BnLabel
Returns the path.
getPath() - Method in class org.beanfabrics.swing.BnMenuItem
Returns the path.
getPath() - Method in class org.beanfabrics.swing.BnPasswordField
Returns the path.
getPath() - Method in class org.beanfabrics.swing.BnRadioButton
Returns the path.
getPath() - Method in class org.beanfabrics.swing.BnTextArea
Returns the path.
getPath() - Method in class org.beanfabrics.swing.BnTextField
Returns the path.
getPath() - Method in class org.beanfabrics.swing.BnToggleButton
Returns the path.
getPath() - Method in class org.beanfabrics.swing.list.BnList
Returns the path.
getPath() - Method in class org.beanfabrics.swing.list.CellConfig
Returns the Path of the configured pM.
getPath() - Method in class org.beanfabrics.swing.table.BnColumn
 
getPath() - Method in class org.beanfabrics.swing.table.BnTable
Returns the path.
getPathInfo(Class<? extends PresentationModel>) - Method in class org.beanfabrics.meta.MetadataRegistry
 
getPathInfo(PresentationModelInfo) - Method in class org.beanfabrics.meta.MetadataRegistry
 
getPathInfo(Path) - Method in class org.beanfabrics.meta.PathInfo
 
getPathString() - Method in class org.beanfabrics.Path
Returns the canonical String representation of this path.
getPathString(Path) - Static method in class org.beanfabrics.Path
Returns the canonical path string of the given path object, or null if the path object is null.
getPresentationModel() - Method in class org.beanfabrics.BnModelObserver
Returns the PresentationModel with that this component is synchronized.
getPresentationModel() - Method in class org.beanfabrics.context.BnParentContext
Returns the PresentationModel with that this component is synchronized.
getPresentationModel() - Method in interface org.beanfabrics.IModelProvider
Returns the presentation model hold by this container.
getPresentationModel(Path) - Method in interface org.beanfabrics.IModelProvider
Returns the presentation model found at the end of the specified path or null if nothing is found.
getPresentationModel() - Method in class org.beanfabrics.ModelProvider
 
getPresentationModel(Path) - Method in class org.beanfabrics.ModelProvider
Returns the presentation model found at the end of the specified path or null if nothing is found.
getPresentationModel() - Method in class org.beanfabrics.swing.BnIconLabel
Returns the PresentationModel with that this component is synchronized.
getPresentationModel() - Method in class org.beanfabrics.swing.BnLabel
Returns the PresentationModel with that this component is synchronized.
getPresentationModel() - Method in class org.beanfabrics.swing.internal.BnPlainDocument
Returns the PresentationModel with that this component is synchronized.
getPresentationModel() - Method in class org.beanfabrics.swing.internal.BooleanPMCheckBox
Returns the PresentationModel with that this component is synchronized.
getPresentationModel() - Method in class org.beanfabrics.swing.internal.BooleanPMMenuItem
Returns the PresentationModel with that this component is synchronized.
getPresentationModel() - Method in class org.beanfabrics.swing.internal.BooleanPMRadioButton
Returns the PresentationModel with that this component is synchronized.
getPresentationModel() - Method in class org.beanfabrics.swing.internal.BooleanPMToggleButton
Returns the PresentationModel with that this component is synchronized.
getPresentationModel() - Method in class org.beanfabrics.swing.internal.OperationPMAction
Returns the PresentationModel with that this component is synchronized.
getPresentationModel() - Method in class org.beanfabrics.swing.internal.OperationPMButton
Returns the PresentationModel with that this component is synchronized.
getPresentationModel() - Method in class org.beanfabrics.swing.internal.OperationPMMenuItem
Returns the PresentationModel with that this component is synchronized.
getPresentationModel() - Method in class org.beanfabrics.swing.internal.TextPMComboBox
Returns the PresentationModel with that this component is synchronized.
getPresentationModel() - Method in class org.beanfabrics.swing.internal.TextPMPasswordField
Returns the PresentationModel with that this component is synchronized.
getPresentationModel() - Method in class org.beanfabrics.swing.internal.TextPMTextArea
Returns the PresentationModel with that this component is synchronized.
getPresentationModel() - Method in class org.beanfabrics.swing.internal.TextPMTextField
Returns the PresentationModel with that this component is synchronized.
getPresentationModel() - Method in class org.beanfabrics.swing.list.BnList
Returns the PresentationModel with that this component is synchronized.
getPresentationModel() - Method in class org.beanfabrics.swing.table.BnTable
Returns the PresentationModel with that this component is synchronized.
getPresentationModel() - Method in class org.beanfabrics.swing.table.BnTableModel
Returns the underlying presentation model of this TableModel.
getPresentationModel() - Method in interface org.beanfabrics.View
Returns the PresentationModel with that this component is synchronized.
getPresentationModelInfo(Class<? extends PresentationModel>) - Method in class org.beanfabrics.meta.MetadataRegistry
 
getPresentationModelType() - Method in interface org.beanfabrics.IModelProvider
Returns the type of the presentation model object.
getPresentationModelType() - Method in class org.beanfabrics.ModelProvider
Returns the type of the presentation model object.
getProperties() - Method in class org.beanfabrics.meta.PresentationModelInfo
 
getProperties(PresentationModelFilter) - Method in class org.beanfabrics.support.PropertySupport
 
getProperties() - Method in class org.beanfabrics.support.PropertySupport
 
getProperty(String) - Method in class org.beanfabrics.meta.PresentationModelInfo
 
getProperty(String) - Method in class org.beanfabrics.support.PropertySupport
 
getProperty(Path) - Method in class org.beanfabrics.support.PropertySupport
 
getPropertyChangeSupport() - Method in class org.beanfabrics.AbstractBean
getPropertyChangeSupport() - Method in interface org.beanfabrics.Bean
 
getPropertyNames() - Method in class org.beanfabrics.support.PropertySupport
 
getPropertyType(String) - Method in class org.beanfabrics.support.PropertySupport
 
getRemoved() - Method in class org.beanfabrics.event.ElementsRemovedEvent
 
getReplaced() - Method in class org.beanfabrics.event.ElementsReplacedEvent
 
getResolvedLength() - Method in class org.beanfabrics.PathEvaluation
 
getResolvedPath() - Method in class org.beanfabrics.PathEvaluation
 
getResult() - Method in class org.beanfabrics.PathEvaluation
 
getRoot() - Method in class org.beanfabrics.meta.PathInfo
 
getRoot() - Method in class org.beanfabrics.PathEvaluation
 
getRowCount() - Method in class org.beanfabrics.swing.table.BnTableModel
 
getRowModel(JTable, int) - Method in class org.beanfabrics.swing.table.celleditor.BnTableCellEditor
 
getSelectedItem() - Method in class org.beanfabrics.swing.internal.TextPMComboBox.TextEditorComboBoxModel
 
getSelectedKeys() - Method in class org.beanfabrics.model.MapPM
 
getSelection() - Method in interface org.beanfabrics.model.IListPM
Returns the selection of this list.
getSelection() - Method in class org.beanfabrics.model.ListPM
 
getSelection() - Method in class org.beanfabrics.model.MapPM
 
getSelectionMode() - Method in class org.beanfabrics.swing.list.BnListSelectionModel
getSelectionMode() - Method in class org.beanfabrics.swing.table.BnTableSelectionModel
getService(Class<? extends T>) - Method in interface org.beanfabrics.context.Context
 
getService(Class<? extends T>) - Method in class org.beanfabrics.context.DefaultContext
 
getService() - Method in class org.beanfabrics.context.ServiceEntry
 
getServiceEntries() - Method in interface org.beanfabrics.context.Context
 
getServiceEntries() - Method in class org.beanfabrics.context.DefaultContext
 
getServiceEntry() - Method in class org.beanfabrics.context.ServiceAddedEvent
 
getServiceEntry() - Method in class org.beanfabrics.context.ServiceRemovedEvent
 
getShort() - Method in interface org.beanfabrics.model.IIntegerPM
 
getShort() - Method in class org.beanfabrics.model.IntegerPM
 
getSimplifiedFormat() - Method in class org.beanfabrics.model.MoneyPM
 
getSize() - Method in class org.beanfabrics.swing.internal.TextPMComboBox.TextEditorComboBoxModel
 
getSize() - Method in class org.beanfabrics.swing.list.BnListModel
 
getSortKey(int) - Method in class org.beanfabrics.swing.table.BnTableModel
Returns the SortKey of the specified column or null if that column is not sorted.
getSortKeys() - Method in interface org.beanfabrics.model.IListPM
Returns the (immutable) collection of SortKey objects that reflect the current sorting state of this list.
getSortKeys() - Method in class org.beanfabrics.model.ListPM
Returns the (immutable) collection of SortKey objects that reflect the current sorting state of this list.
getSortKeys() - Method in class org.beanfabrics.model.MapPM
Returns the (immutable) collection of SortKey objects that reflect the current sorting state of this list.
getSortKeys() - Method in class org.beanfabrics.swing.table.BnTableRowSorter
 
getSortKeys() - Method in class org.beanfabrics.swing.table.BnTableRowSorter2
 
getSortPath() - Method in class org.beanfabrics.model.SortKey
Returns the sort path.
getSubPath(int) - Method in class org.beanfabrics.Path
Returns a new path that is a subpath of this path.
getSubPath(int, int) - Method in class org.beanfabrics.Path
Returns a new path that is a subpath of this path.
getSupportMap() - Method in class org.beanfabrics.model.AbstractPM
 
getSupportMap() - Method in interface org.beanfabrics.support.Supportable
 
getTableCellEditorComponent(JTable, Object, boolean, int, int) - Method in class org.beanfabrics.swing.table.celleditor.BnCheckBoxCellEditor
 
getTableCellEditorComponent(JTable, Object, boolean, int, int) - Method in class org.beanfabrics.swing.table.celleditor.BnComboBoxCellEditor
 
getTableCellEditorComponent(JTable, Object, boolean, int, int) - Method in class org.beanfabrics.swing.table.celleditor.BnTableCellEditor
getTableCellEditorComponent(JTable, Object, boolean, int, int) - Method in class org.beanfabrics.swing.table.celleditor.BnTextFieldCellEditor
 
getTableCellRendererComponent(JTable, Object, boolean, boolean, int, int) - Method in class org.beanfabrics.swing.table.cellrenderer.BnTableCellRenderer
getTableCellRendererComponent(JTable, Object, boolean, boolean, int, int) - Method in class org.beanfabrics.swing.table.cellrenderer.BooleanPMTableCellRenderer
 
getTableCellRendererComponent(JTable, Object, boolean, boolean, int, int) - Method in class org.beanfabrics.swing.table.cellrenderer.EmptyRenderer
 
getTableCellRendererComponent(JTable, Object, boolean, boolean, int, int) - Method in class org.beanfabrics.swing.table.cellrenderer.IconPMTableCellRenderer
 
getTableCellRendererComponent(JTable, Object, boolean, boolean, int, int) - Method in class org.beanfabrics.swing.table.cellrenderer.TextPMTableCellRenderer
 
getTarget() - Method in class org.beanfabrics.Observation
Returns the target node specified by this observation's path relative to the root node.
getText() - Method in interface org.beanfabrics.model.ITextPM
Returns the text value of this model.
getText() - Method in class org.beanfabrics.model.TextPM
Returns the text value of this model.
getText(boolean) - Method in class org.beanfabrics.model.TextPM
 
getTitle() - Method in class org.beanfabrics.model.AbstractOperationPM
getTitle() - Method in class org.beanfabrics.model.AbstractValuePM
getTitle() - Method in interface org.beanfabrics.model.IOperationPM
 
getTitle() - Method in interface org.beanfabrics.model.IValuePM
 
getType() - Method in class org.beanfabrics.context.ServiceEntry
 
getType() - Method in class org.beanfabrics.meta.PropertyInfo
 
getType() - Method in class org.beanfabrics.support.PropertySupport.PropertyDeclaration
 
getTypeArguments(Class) - Method in class org.beanfabrics.meta.PathInfo
Returns the type arguments that are used to parameterize the given generic class which must be a supertype of this children modelInfo.
getTypeArguments(Class) - Method in class org.beanfabrics.meta.PresentationModelInfo
 
getTypeArguments(Class) - Method in class org.beanfabrics.meta.PropertyInfo
 
getTypeArguments(Class<T>, Class<? extends T>) - Static method in class org.beanfabrics.util.GenericsUtil
Get the actual type arguments a child class has used to extend a generic class.
getValidationState() - Method in class org.beanfabrics.ValidatableBean
Returns the current validation state of this object.
getValidationState() - Method in interface org.beanfabrics.validation.Validatable
Returns the current validation state of this object.
getValidator() - Method in interface org.beanfabrics.model.IOperationPM
Returns the Validator of this validatable object.
getValidator() - Method in class org.beanfabrics.ValidatableBean
Returns the Validator of this validatable object.
getValidator() - Method in interface org.beanfabrics.validation.Validatable
Returns the Validator of this validatable object.
getValue(int) - Method in class org.beanfabrics.model.Options
 
getValue() - Method in class org.beanfabrics.PathEvaluation.Entry
 
getValueAt(int, int) - Method in class org.beanfabrics.swing.table.BnTableModel
 
getValueIsAdjusting() - Method in class org.beanfabrics.swing.list.BnListSelectionModel
getValueIsAdjusting() - Method in class org.beanfabrics.swing.table.BnTableSelectionModel
getValues() - Method in class org.beanfabrics.model.Options
 
getVerticalAlignment() - Method in class org.beanfabrics.swing.ErrorIconPainter
Returns the vertical alignment of the icon.
getView() - Method in class org.beanfabrics.Link
Returns the view.
getViewRowCount() - Method in class org.beanfabrics.swing.table.BnTableRowSorter
 
getViewRowCount() - Method in class org.beanfabrics.swing.table.BnTableRowSorter2
 
getWidth() - Method in class org.beanfabrics.swing.table.BnColumn
 

H

handleException(String, Throwable) - Method in class org.beanfabrics.util.ExceptionUtil
 
handleException(String, Throwable) - Method in interface org.beanfabrics.util.IExceptionHandler
Handles the given Throwable.
hasChildren() - Method in class org.beanfabrics.meta.PathInfo
 
hasExecutionMethods() - Method in class org.beanfabrics.model.OperationPM
 
hashCode() - Method in class org.beanfabrics.meta.PathInfo
 
hashCode() - Method in class org.beanfabrics.meta.PresentationModelInfo
 
hashCode() - Method in class org.beanfabrics.meta.PropertyInfo
 
hashCode() - Method in class org.beanfabrics.model.SortKey
hashCode() - Method in class org.beanfabrics.Path
Returns the hash code of this path.
hashCode() - Method in class org.beanfabrics.swing.table.BnColumn
 
hashCode() - Method in class org.beanfabrics.validation.CompositeValidationState
 
hashCode() - Method in class org.beanfabrics.validation.ValidationState
hasListeners(String) - Method in class org.beanfabrics.event.BnPropertyChangeSupport
Check if there are any listeners for a specific property.
hasListeners() - Method in class org.beanfabrics.event.BnPropertyChangeSupport
 
hasNext() - Method in class org.beanfabrics.util.FilteredModelsIterator
 
hasProperties() - Method in class org.beanfabrics.meta.PresentationModelInfo
 
hasTarget() - Method in class org.beanfabrics.Observation
Returns true if the target of this observation's path is not null.

I

IBigDecimalPM - Interface in org.beanfabrics.model
 
IBooleanPM - Interface in org.beanfabrics.model
 
IconPM - Class in org.beanfabrics.model
The IconPM is a presentation model for a Swing icon.
IconPM() - Constructor for class org.beanfabrics.model.IconPM
 
IconPMListCellRenderer - Class in org.beanfabrics.swing.list.cellrenderer
The IconPMListCellRenderer is a ListCellRenderer for an IIconPM.
IconPMListCellRenderer() - Constructor for class org.beanfabrics.swing.list.cellrenderer.IconPMListCellRenderer
 
IconPMTableCellRenderer - Class in org.beanfabrics.swing.table.cellrenderer
The IconPMTableCellRenderer is a TableCellRenderer for an IIconPM.
IconPMTableCellRenderer() - Constructor for class org.beanfabrics.swing.table.cellrenderer.IconPMTableCellRenderer
 
IconTextPM - Class in org.beanfabrics.model
 
IconTextPM() - Constructor for class org.beanfabrics.model.IconTextPM
 
IDatePM - Interface in org.beanfabrics.model
 
IExceptionHandler - Interface in org.beanfabrics.util
The IExceptionHandler is the basic interface for an exception handler that can be installed into the ExceptionUtil.
IIconPM - Interface in org.beanfabrics.model
 
IIntegerPM - Interface in org.beanfabrics.model
 
IListPM<T extends PresentationModel> - Interface in org.beanfabrics.model
Minimal interface for presentation models with list-editing capabilities.
IllegalAnnotationException - Exception in org.beanfabrics.support
 
IllegalAnnotationException() - Constructor for exception org.beanfabrics.support.IllegalAnnotationException
 
IllegalAnnotationException(String, Throwable) - Constructor for exception org.beanfabrics.support.IllegalAnnotationException
 
IllegalAnnotationException(String) - Constructor for exception org.beanfabrics.support.IllegalAnnotationException
 
IllegalAnnotationException(Throwable) - Constructor for exception org.beanfabrics.support.IllegalAnnotationException
 
IMapPM<K,V extends PresentationModel> - Interface in org.beanfabrics.model
 
IModelProvider - Interface in org.beanfabrics
A container for an PresentationModel object.
indexOf(T) - Method in interface org.beanfabrics.model.IListPM
Returns the index of the first occurrence of the specified element in this list, or -1 if this list does not contain the element.
indexOf(T) - Method in class org.beanfabrics.model.ListPM
 
indexOf(V) - Method in class org.beanfabrics.model.MapPM
 
indexOf(String) - Method in class org.beanfabrics.model.Options
 
indexOf(Object) - Method in class org.beanfabrics.util.OrderPreservingMap
 
indexOfKey(K) - Method in class org.beanfabrics.model.MapPM
 
indexOfKey(Object) - Method in class org.beanfabrics.util.OrderPreservingMap
 
indicesOf(Collection<? extends T>) - Method in class org.beanfabrics.model.ListPM
Returns a sorted array of all indices of the given elements starting with the smallest index.
indicesOf(Collection) - Method in class org.beanfabrics.model.MapPM
Returns an sorted array of all indices of the given elements starting with the smallest index.
indicesOfKeys(Collection<K>) - Method in class org.beanfabrics.model.MapPM
Returns an sorted array of all indices of the elements with the given keys starting with the smallest index.
info(String) - Method in class org.beanfabrics.log.Jdk14Logger
Logs a message at the INFO level.
info(String) - Method in interface org.beanfabrics.log.Logger
Logs a message at the INFO level.
info(String) - Method in class org.beanfabrics.log.NopLogger
Logs a message at the INFO level.
info(String) - Method in class org.beanfabrics.log.Slf4jLogger
Logs a message at the INFO level.
insertIndexInterval(int, int, boolean) - Method in class org.beanfabrics.swing.list.BnListSelectionModel
insertIndexInterval(int, int, boolean) - Method in class org.beanfabrics.swing.table.BnTableSelectionModel
insertString(int, String, AttributeSet) - Method in class org.beanfabrics.swing.internal.BnPlainDocument
 
install(BnTable) - Static method in class org.beanfabrics.swing.table.BnTableRowSorter
 
install(BnTable) - Static method in class org.beanfabrics.swing.table.BnTableRowSorter2
 
IntegerPM - Class in org.beanfabrics.model
The IntegerPM is a presentation model for integer numbers.
IntegerPM() - Constructor for class org.beanfabrics.model.IntegerPM
 
IntegerPM.DefaultValidationRule - Class in org.beanfabrics.model
 
IntegerPM.DefaultValidationRule() - Constructor for class org.beanfabrics.model.IntegerPM.DefaultValidationRule
 
intersects(Interval) - Method in class org.beanfabrics.util.Interval
 
intersects(Collection<Interval>) - Method in class org.beanfabrics.util.Interval
 
Interval - Class in org.beanfabrics.util
The Interval represents a closed interval of integer numbers.
Interval(int, int) - Constructor for class org.beanfabrics.util.Interval
 
invokeMethod(Object, Method, Object...) - Static method in class org.beanfabrics.util.ReflectionUtil
 
IOperationPM - Interface in org.beanfabrics.model
 
isAscending() - Method in class org.beanfabrics.model.SortKey
Returns true if the sort direction is ascending, false otherwise.
isAssignableFrom(PresentationModelInfo) - Method in class org.beanfabrics.meta.PresentationModelInfo
 
isAutoExecute() - Method in class org.beanfabrics.swing.internal.OperationPMButton
 
isAutoExecute() - Method in class org.beanfabrics.swing.internal.OperationPMMenuItem
 
isCellEditable(int, int) - Method in class org.beanfabrics.swing.table.BnTableModel
 
isCellEditable(EventObject) - Method in class org.beanfabrics.swing.table.celleditor.BnTableCellEditor
isCellEditingAllowed() - Method in class org.beanfabrics.swing.table.BnTable
 
isCellEditingAllowed() - Method in class org.beanfabrics.swing.table.BnTableModel
 
isCompletelyResolved() - Method in class org.beanfabrics.PathEvaluation
 
isConnected() - Method in class org.beanfabrics.swing.internal.BnPlainDocument
Returns whether this component is connected to the target PresentationModel to synchronize with.
isConnected() - Method in class org.beanfabrics.swing.internal.BooleanPMCheckBox
Returns whether this component is connected to the target PresentationModel to synchronize with.
isConnected() - Method in class org.beanfabrics.swing.internal.BooleanPMToggleButton
Returns whether this component is connected to the target PresentationModel to synchronize with.
isConnected() - Method in class org.beanfabrics.swing.internal.TextPMComboBox
Returns whether this component is connected to the target PresentationModel to synchronize with.
isDebugEnabled() - Method in class org.beanfabrics.log.Jdk14Logger
Returns if the DEBUG level is enabled for this instance.
isDebugEnabled() - Method in interface org.beanfabrics.log.Logger
Returns if the DEBUG level is enabled for this instance.
isDebugEnabled() - Method in class org.beanfabrics.log.NopLogger
Returns if the DEBUG level is enabled for this instance.
isDebugEnabled() - Method in class org.beanfabrics.log.Slf4jLogger
Returns if the DEBUG level is enabled for this instance.
isEditable() - Method in class org.beanfabrics.model.AbstractValuePM
isEditable() - Method in interface org.beanfabrics.model.IValuePM
 
isEmpty() - Method in class org.beanfabrics.model.IconPM
 
isEmpty() - Method in class org.beanfabrics.model.IconTextPM
 
isEmpty() - Method in interface org.beanfabrics.model.IListPM
Returns true if this collection contains no elements.
isEmpty() - Method in interface org.beanfabrics.model.IValuePM
Return true if the content of this model is interpreted as empty.
isEmpty() - Method in class org.beanfabrics.model.ListPM
 
isEmpty() - Method in class org.beanfabrics.model.MapPM
 
isEmpty() - Method in class org.beanfabrics.model.Options
 
isEmpty() - Method in class org.beanfabrics.model.TextPM
Return true if the content of this model is interpreted as empty.
isEmpty() - Method in class org.beanfabrics.util.OrderPreservingMap
 
isEmpty() - Method in class org.beanfabrics.validation.Validator
isEnabled() - Method in class org.beanfabrics.model.AbstractOperationPM
isEnabled() - Method in interface org.beanfabrics.model.IOperationPM
 
isErrorEnabled() - Method in class org.beanfabrics.log.Jdk14Logger
Returns if the ERROR level is enabled for this instance.
isErrorEnabled() - Method in interface org.beanfabrics.log.Logger
Returns if the ERROR level is enabled for this instance.
isErrorEnabled() - Method in class org.beanfabrics.log.NopLogger
Returns if the ERROR level is enabled for this instance.
isErrorEnabled() - Method in class org.beanfabrics.log.Slf4jLogger
Returns if the ERROR level is enabled for this instance.
isInfoEnabled() - Method in class org.beanfabrics.log.Jdk14Logger
Returns if the INFO level is enabled for this instance.
isInfoEnabled() - Method in interface org.beanfabrics.log.Logger
Returns if the INFO level is enabled for this instance.
isInfoEnabled() - Method in class org.beanfabrics.log.NopLogger
Returns if the INFO level is enabled for this instance.
isInfoEnabled() - Method in class org.beanfabrics.log.Slf4jLogger
Returns if the INFO level is enabled for this instance.
isLast() - Method in class org.beanfabrics.PathEvaluation.Entry
 
isMandatory() - Method in class org.beanfabrics.model.AbstractValuePM
isMandatory() - Method in interface org.beanfabrics.model.IValuePM
 
isModified() - Method in interface org.beanfabrics.model.ITextPM
Returns if this object was modified (means: if the text value equals the default text).
isModified() - Method in class org.beanfabrics.model.TextPM
Returns if this object was modified (means: if the text value equals the default text).
isReformatOnFocusLostEnabled() - Method in class org.beanfabrics.swing.internal.TextPMPasswordField
 
isReformatOnFocusLostEnabled() - Method in class org.beanfabrics.swing.internal.TextPMTextArea
 
isReformatOnFocusLostEnabled() - Method in class org.beanfabrics.swing.internal.TextPMTextField
 
isRestrictedToOptions() - Method in class org.beanfabrics.model.TextPM
 
isRevalidateElementsOnChangeEnabled() - Method in class org.beanfabrics.model.ListPM
 
isRevalidateElementsOnChangeEnabled() - Method in class org.beanfabrics.model.MapPM
 
isSelectAllOnFocusGainedEnabled() - Method in class org.beanfabrics.swing.internal.TextPMPasswordField
 
isSelectAllOnFocusGainedEnabled() - Method in class org.beanfabrics.swing.internal.TextPMTextArea
 
isSelectAllOnFocusGainedEnabled() - Method in class org.beanfabrics.swing.internal.TextPMTextField
 
isSelectedIndex(int) - Method in class org.beanfabrics.swing.list.BnListSelectionModel
isSelectedIndex(int) - Method in class org.beanfabrics.swing.table.BnTableSelectionModel
isSelectionEmpty() - Method in class org.beanfabrics.swing.list.BnListSelectionModel
isSelectionEmpty() - Method in class org.beanfabrics.swing.table.BnTableSelectionModel
isStarted() - Method in class org.beanfabrics.Observation
Returns true if this observation has been started.
isTraceEnabled() - Method in class org.beanfabrics.log.Jdk14Logger
Returns if the TRACE level is enabled for this instance.
isTraceEnabled() - Method in interface org.beanfabrics.log.Logger
Returns if the TRACE level is enabled for this instance.
isTraceEnabled() - Method in class org.beanfabrics.log.NopLogger
Returns if the TRACE level is enabled for this instance.
isTraceEnabled() - Method in class org.beanfabrics.log.Slf4jLogger
Returns if the TRACE level is enabled for this instance.
isValid() - Method in class org.beanfabrics.ValidatableBean
Returns true if this object is valid.
isValid() - Method in interface org.beanfabrics.validation.Validatable
Returns true if this object is valid.
isWarnEnabled() - Method in class org.beanfabrics.log.Jdk14Logger
Returns if the WARN level is enabled for this instance.
isWarnEnabled() - Method in interface org.beanfabrics.log.Logger
Returns if the WARN level is enabled for this instance.
isWarnEnabled() - Method in class org.beanfabrics.log.NopLogger
Returns if the WARN level is enabled for this instance.
isWarnEnabled() - Method in class org.beanfabrics.log.Slf4jLogger
Returns if the WARN level is enabled for this instance.
isWidthFixed() - Method in class org.beanfabrics.swing.table.BnColumn
 
iterator() - Method in class org.beanfabrics.event.BnPropertyChangeEvent
Returns an Iterator over all events that caused this event, starting with this event.
iterator() - Method in class org.beanfabrics.event.ElementChangedEvent
Returns an Iterator over all events that caused this event, starting with this event.
iterator() - Method in class org.beanfabrics.model.ListPM
 
iterator() - Method in class org.beanfabrics.model.MapPM
 
iterator() - Method in class org.beanfabrics.Path
Returns an iterator over this path's elements.
iterator() - Method in class org.beanfabrics.PathEvaluation
iterator() - Method in class org.beanfabrics.util.FilteredModels
 
iterator() - Method in class org.beanfabrics.validation.Validator
ITextPM - Interface in org.beanfabrics.model
 
IValuePM - Interface in org.beanfabrics.model
 

J

Java5SortingTableHeader - Class in org.beanfabrics.swing.table
The Java5SortingTableHeader is a JTableHeader that adds a basic sorting ability to the java5 table header.
Java5SortingTableHeader() - Constructor for class org.beanfabrics.swing.table.Java5SortingTableHeader
 
Java5SortingTableHeader(TableColumnModel) - Constructor for class org.beanfabrics.swing.table.Java5SortingTableHeader
 
Jdk14Logger - Class in org.beanfabrics.log
A Logger that delegates all logging to the Java Logger.
Jdk14Logger(Class) - Constructor for class org.beanfabrics.log.Jdk14Logger
Constructs a Jdk14Logger for a given Class.

K

KEY_MESSAGE_INVALID_DATE - Static variable in class org.beanfabrics.model.DatePM
 
KEY_MESSAGE_NO_EXECUTION_METHODS - Static variable in class org.beanfabrics.model.OperationPM
 
KEY_MESSAGE_VALUE_NOT_AN_OPTION - Static variable in class org.beanfabrics.model.TextPM
 
KEY_TEXT_FALSE - Static variable in class org.beanfabrics.model.BooleanPM
 
KEY_TEXT_TRUE - Static variable in class org.beanfabrics.model.BooleanPM
 
keyArray() - Method in class org.beanfabrics.util.OrderPreservingMap
 
KeyBindingProcessor - Interface in org.beanfabrics.swing
The KeyBindingProcessor declares the method JComponent.processKeyBinding(javax.swing.KeyStroke, java.awt.event.KeyEvent, int, boolean) as "public" method.
keyiterator() - Method in class org.beanfabrics.model.MapPM
 
keyListIterator(int) - Method in class org.beanfabrics.util.OrderPreservingMap
 
keySet() - Method in class org.beanfabrics.model.MapPM
 
keySet() - Method in class org.beanfabrics.model.Options
 
keySet() - Method in class org.beanfabrics.util.OrderPreservingMap
 
keySetReference() - Method in class org.beanfabrics.util.OrderPreservingMap
 

L

length() - Method in class org.beanfabrics.Path
Returns the length of this path.
Link - Class in org.beanfabrics
The Link is a view decorator that helps connecting a View to a PresentationModel provided by a IModelProvider at a given Path.
Link(View) - Constructor for class org.beanfabrics.Link
Creates a Link for the given view.
ListAdapter - Class in org.beanfabrics.event
 
ListAdapter() - Constructor for class org.beanfabrics.event.ListAdapter
 
ListEvent - Class in org.beanfabrics.event
 
ListEvent(IListPM) - Constructor for class org.beanfabrics.event.ListEvent
 
listIterator(int) - Method in interface org.beanfabrics.model.IListPM
Returns a list iterator of the elements in this list (in proper sequence), starting at the specified position in this list.
listIterator(int) - Method in class org.beanfabrics.model.ListPM
 
listIterator(int) - Method in class org.beanfabrics.model.MapPM
 
listIterator(int) - Method in class org.beanfabrics.util.OrderPreservingMap
 
ListListener - Interface in org.beanfabrics.event
Listener for changes to IListPM objects.
ListPM<T extends PresentationModel> - Class in org.beanfabrics.model
The ListPM is a list of presentation models.
ListPM() - Constructor for class org.beanfabrics.model.ListPM
Constructs an empty list with an initial capacity of ten.
ListPM(int) - Constructor for class org.beanfabrics.model.ListPM
Constructs an empty list with the specified initial capacity.
ListPM(ArrayList<ListPM<T>.Entry>) - Constructor for class org.beanfabrics.model.ListPM
Constructs a ListPM with the specified list of entries.
ListPM(List<ListPM<T>.Entry>) - Constructor for class org.beanfabrics.model.ListPM
Constructs a ListPM with the specified list of entries.
ListPM.DefaultValidationRule - Class in org.beanfabrics.model
This validation rule defines that this model is invalid whenever a list element is invalid.
ListPM.DefaultValidationRule() - Constructor for class org.beanfabrics.model.ListPM.DefaultValidationRule
 
ListSupport - Class in org.beanfabrics.event
 
ListSupport(IListPM) - Constructor for class org.beanfabrics.event.ListSupport
 
Logger - Interface in org.beanfabrics.log
Beanfabrics classes use instances of this logger to log errors, warnings, infos ...
LoggerFactory - Class in org.beanfabrics.log
Beanfabrics classes use this LoggerFactory for producing a Logger instance.
LoggerFactory() - Constructor for class org.beanfabrics.log.LoggerFactory
 

M

main(String[]) - Static method in class org.beanfabrics.swing.table.BnColumnBuilder
 
main(String[]) - Static method in class org.beanfabrics.util.ErrorPane
Main method to test this class.
MapPM<K,V extends PresentationModel> - Class in org.beanfabrics.model
The MapPM is a map of presentation models.
MapPM() - Constructor for class org.beanfabrics.model.MapPM
 
MapPM.DefaultValidationRule - Class in org.beanfabrics.model
 
MapPM.DefaultValidationRule() - Constructor for class org.beanfabrics.model.MapPM.DefaultValidationRule
 
markDirty(int) - Method in class org.beanfabrics.swing.list.BnListSelectionModel
 
markDirty(int) - Method in class org.beanfabrics.swing.table.BnTableSelectionModel
 
MetadataRegistry - Class in org.beanfabrics.meta
The MetadataRegistry is a registry for presentation model meta data.
MetadataRegistry() - Constructor for class org.beanfabrics.meta.MetadataRegistry
 
ModelContext - Class in org.beanfabrics.context
 
ModelContext(PresentationModel) - Constructor for class org.beanfabrics.context.ModelContext
 
modelGained(ModelProviderEvent) - Method in interface org.beanfabrics.event.ModelProviderListener
 
modelLost(ModelProviderEvent) - Method in interface org.beanfabrics.event.ModelProviderListener
 
ModelProvider - Class in org.beanfabrics
The default implementation of a IModelProvider.
ModelProvider() - Constructor for class org.beanfabrics.ModelProvider
Constructs an empty ModelProvider.
ModelProvider(Class<? extends PresentationModel>) - Constructor for class org.beanfabrics.ModelProvider
Constructs an empty ModelProvider for the given presentationModel type.
ModelProvider(PresentationModel) - Constructor for class org.beanfabrics.ModelProvider
Constructs a ModelProvider with the given presentationModel.
ModelProviderEvent - Class in org.beanfabrics.event
 
ModelProviderEvent(Object, PresentationModel, Path) - Constructor for class org.beanfabrics.event.ModelProviderEvent
 
ModelProviderListener - Interface in org.beanfabrics.event
 
modelStructureChanged() - Method in class org.beanfabrics.swing.table.BnTableRowSorter
 
modelStructureChanged() - Method in class org.beanfabrics.swing.table.BnTableRowSorter2
 
ModelSubscriber - Interface in org.beanfabrics
Any class that implements this interface can subscribe to an PresentationModel provided by a IModelProvider at a given Path.
MoneyPM - Class in org.beanfabrics.model
The MoneyPM is a presentation model for a monetary value with a currency format.
MoneyPM() - Constructor for class org.beanfabrics.model.MoneyPM
 
mouseClicked(MouseEvent) - Method in class org.beanfabrics.swing.BnMouseClickAction
 
mouseEntered(MouseEvent) - Method in class org.beanfabrics.swing.BnMouseClickAction
 
mouseExited(MouseEvent) - Method in class org.beanfabrics.swing.BnMouseClickAction
 
mousePressed(MouseEvent) - Method in class org.beanfabrics.swing.BnMouseClickAction
 
mouseReleased(MouseEvent) - Method in class org.beanfabrics.swing.BnMouseClickAction
 

N

newInstance(Class<T>) - Static method in class org.beanfabrics.util.ReflectionUtil
 
next() - Method in class org.beanfabrics.util.FilteredModelsIterator
 
NopLogger - Class in org.beanfabrics.log
A Logger that doesn't write any log entries.
NopLogger() - Constructor for class org.beanfabrics.log.NopLogger
 

O

Observation - Class in org.beanfabrics
The observation observes all presentation models that are nodes along the specified path (using the specified presentation model object as root node) and notifies any PropertyChangeListener whenever a node reference changes.
Observation(PresentationModel, Path) - Constructor for class org.beanfabrics.Observation
Creates a new Observation along the given Path starting at the given root node.
OnChange - Annotation Type in org.beanfabrics.support
 
OnChangeProcessor - Class in org.beanfabrics.support
 
OnChangeProcessor() - Constructor for class org.beanfabrics.support.OnChangeProcessor
 
OnChangeSupport - Class in org.beanfabrics.support
 
OnChangeSupport(PresentationModel) - Constructor for class org.beanfabrics.support.OnChangeSupport
 
onClick(MouseEvent) - Method in class org.beanfabrics.swing.table.Java5SortingTableHeader
Handles the click event and sorts the table.
onEntriesChanged(EventObject) - Method in class org.beanfabrics.model.ListPM
 
onEntriesChanged(EventObject) - Method in class org.beanfabrics.model.MapPM
 
onFocusGained() - Method in class org.beanfabrics.swing.internal.TextPMPasswordField
 
onFocusGained() - Method in class org.beanfabrics.swing.internal.TextPMTextArea
 
onFocusGained() - Method in class org.beanfabrics.swing.internal.TextPMTextField
 
onFocusLost() - Method in class org.beanfabrics.swing.internal.TextPMPasswordField
 
onFocusLost() - Method in class org.beanfabrics.swing.internal.TextPMTextArea
 
onFocusLost() - Method in class org.beanfabrics.swing.internal.TextPMTextField
 
onSortKeysChanged() - Method in class org.beanfabrics.swing.table.BnTableRowSorter2
This method is called whenever the IListPM has changed it's sort keys.
Operation - Annotation Type in org.beanfabrics.support
 
OperationPM - Class in org.beanfabrics.model
The Operation is a presentation model that maintains a list of ExecutionMethods that will be executed whenever the OperationPM.execute() method is invoked.
OperationPM() - Constructor for class org.beanfabrics.model.OperationPM
 
OperationPM.DefaultValidationRule - Class in org.beanfabrics.model
 
OperationPM.DefaultValidationRule() - Constructor for class org.beanfabrics.model.OperationPM.DefaultValidationRule
 
OperationPMAction - Class in org.beanfabrics.swing.internal
The OperationPMAction is an Action that is a view on an IOperationPM.
OperationPMAction() - Constructor for class org.beanfabrics.swing.internal.OperationPMAction
 
OperationPMAction(IOperationPM) - Constructor for class org.beanfabrics.swing.internal.OperationPMAction
 
OperationPMButton - Class in org.beanfabrics.swing.internal
The OperationPMButton is a JButton that is a view on an IOperationPM.
OperationPMButton() - Constructor for class org.beanfabrics.swing.internal.OperationPMButton
 
OperationPMButton(IOperationPM) - Constructor for class org.beanfabrics.swing.internal.OperationPMButton
 
OperationPMMenuItem - Class in org.beanfabrics.swing.internal
The OperationPMMenuItem is a JMenuItem that is a view on an IOperationPM.
OperationPMMenuItem() - Constructor for class org.beanfabrics.swing.internal.OperationPMMenuItem
 
OperationPMMenuItem(IOperationPM) - Constructor for class org.beanfabrics.swing.internal.OperationPMMenuItem
 
OperationProcessor - Class in org.beanfabrics.support
 
OperationProcessor() - Constructor for class org.beanfabrics.support.OperationProcessor
 
OperationSupport - Class in org.beanfabrics.support
 
OperationSupport(PresentationModel) - Constructor for class org.beanfabrics.support.OperationSupport
 
Options<K> - Class in org.beanfabrics.model
Note: keys must be unique keys can be null values must be unique values must not be null
Options() - Constructor for class org.beanfabrics.model.Options
 
OptionsEvent - Class in org.beanfabrics.event
 
OptionsEvent(Options) - Constructor for class org.beanfabrics.event.OptionsEvent
 
OptionsListener - Interface in org.beanfabrics.event
 
orderedKeys() - Method in class org.beanfabrics.util.OrderPreservingMap
 
orderedKeysReference() - Method in class org.beanfabrics.util.OrderPreservingMap
 
OrderPreservingMap<K,V> - Class in org.beanfabrics.util
The OrderPreservingMap is a Map that preserves the oder in which the elements where added.
OrderPreservingMap() - Constructor for class org.beanfabrics.util.OrderPreservingMap
 
OrderPreservingMap(OrderPreservingMap<K, V>) - Constructor for class org.beanfabrics.util.OrderPreservingMap
 
OrderPreservingMap(Map<K, V>, Collection<K>, Collection<V>) - Constructor for class org.beanfabrics.util.OrderPreservingMap
 
org.beanfabrics - package org.beanfabrics
 
org.beanfabrics.context - package org.beanfabrics.context
 
org.beanfabrics.event - package org.beanfabrics.event
 
org.beanfabrics.log - package org.beanfabrics.log
 
org.beanfabrics.meta - package org.beanfabrics.meta
 
org.beanfabrics.model - package org.beanfabrics.model
 
org.beanfabrics.support - package org.beanfabrics.support
 
org.beanfabrics.swing - package org.beanfabrics.swing
 
org.beanfabrics.swing.internal - package org.beanfabrics.swing.internal
 
org.beanfabrics.swing.list - package org.beanfabrics.swing.list
 
org.beanfabrics.swing.list.cellrenderer - package org.beanfabrics.swing.list.cellrenderer
 
org.beanfabrics.swing.table - package org.beanfabrics.swing.table
 
org.beanfabrics.swing.table.celleditor - package org.beanfabrics.swing.table.celleditor
 
org.beanfabrics.swing.table.cellrenderer - package org.beanfabrics.swing.table.cellrenderer
 
org.beanfabrics.util - package org.beanfabrics.util
 
org.beanfabrics.validation - package org.beanfabrics.validation
 

P

paint(Graphics, Component) - Method in class org.beanfabrics.swing.ErrorIconPainter
Paints the error icon onto the given Graphics object by using the given component to calculate the icons loacation.
paint(Graphics) - Method in class org.beanfabrics.swing.table.cellrenderer.BooleanPMTableCellRenderer
paintChildren(Graphics) - Method in class org.beanfabrics.swing.BnIconLabel
paintChildren(Graphics) - Method in class org.beanfabrics.swing.BnLabel
paintChildren(Graphics) - Method in class org.beanfabrics.swing.internal.BooleanPMCheckBox
paintChildren(Graphics) - Method in class org.beanfabrics.swing.internal.BooleanPMRadioButton
paintChildren(Graphics) - Method in class org.beanfabrics.swing.internal.TextPMComboBox
paintChildren(Graphics) - Method in class org.beanfabrics.swing.internal.TextPMPasswordField
paintChildren(Graphics) - Method in class org.beanfabrics.swing.internal.TextPMTextArea
paintChildren(Graphics) - Method in class org.beanfabrics.swing.internal.TextPMTextField
paintChildren(Graphics) - Method in class org.beanfabrics.swing.list.cellrenderer.BooleanPMListCellRenderer
paintChildren(Graphics) - Method in class org.beanfabrics.swing.list.cellrenderer.IconPMListCellRenderer
paintChildren(Graphics) - Method in class org.beanfabrics.swing.list.cellrenderer.TextPMListCellRenderer
paintChildren(Graphics) - Method in class org.beanfabrics.swing.table.cellrenderer.BooleanPMTableCellRenderer
paintChildren(Graphics) - Method in class org.beanfabrics.swing.table.cellrenderer.IconPMTableCellRenderer
paintChildren(Graphics) - Method in class org.beanfabrics.swing.table.cellrenderer.TextPMTableCellRenderer
paintComponent(Graphics) - Method in class org.beanfabrics.swing.list.cellrenderer.BooleanPMListCellRenderer
 
paintComponent(Graphics) - Method in class org.beanfabrics.swing.table.cellrenderer.BooleanPMTableCellRenderer
This method is called right before BooleanPMTableCellRenderer.paintChildren(Graphics) (where we paint the checkbox).
paintPath(Graphics, int, int, Path, JComponent) - Method in class org.beanfabrics.swing.PathPainter
 
paramString() - Method in class org.beanfabrics.event.ElementChangedEvent
 
paramString() - Method in class org.beanfabrics.event.ElementsAddedEvent
 
paramString() - Method in class org.beanfabrics.event.ElementsDeselectedEvent
 
paramString() - Method in class org.beanfabrics.event.ElementsRemovedEvent
 
paramString() - Method in class org.beanfabrics.event.ElementsReplacedEvent
 
paramString() - Method in class org.beanfabrics.event.ElementsSelectedEvent
 
paramString() - Method in class org.beanfabrics.event.ListEvent
 
parentAdded(ParentAddedEvent) - Method in interface org.beanfabrics.context.ContextListener
 
ParentAddedEvent - Class in org.beanfabrics.context
 
ParentAddedEvent(Context, Context) - Constructor for class org.beanfabrics.context.ParentAddedEvent
 
parentRemoved(ParentRemovedEvent) - Method in interface org.beanfabrics.context.ContextListener
 
ParentRemovedEvent - Class in org.beanfabrics.context
 
ParentRemovedEvent(Context, Context) - Constructor for class org.beanfabrics.context.ParentRemovedEvent
 
parse(String) - Static method in class org.beanfabrics.Path
Returns a Path object that represents a path defined by the given path string, or null if the path string is null.
Path - Class in org.beanfabrics
Immutable representation of a path inside a presentation object model.
Path() - Constructor for class org.beanfabrics.Path
Creates a new identity ("this") path.
Path(String) - Constructor for class org.beanfabrics.Path
Creates a new path from the given path string.
PATH_SEPARATOR - Static variable in class org.beanfabrics.Path
 
PATH_SEPARATOR_CHAR - Static variable in class org.beanfabrics.Path
 
PathEvaluation - Class in org.beanfabrics
 
PathEvaluation(PresentationModel, Path) - Constructor for class org.beanfabrics.PathEvaluation
 
PathEvaluation.Entry - Class in org.beanfabrics
 
PathEvaluation.Entry(PresentationModel, String, PresentationModel, int) - Constructor for class org.beanfabrics.PathEvaluation.Entry
 
PathInfo - Class in org.beanfabrics.meta
 
PathPainter - Class in org.beanfabrics.swing
Experimental.
PathPainter() - Constructor for class org.beanfabrics.swing.PathPainter
 
PMListCellRenderer - Interface in org.beanfabrics.swing.list.cellrenderer
This interface has to be implemented by ListCellRenderers which should be added to the BnListCellRenderer to support a certain PresentationModel.
PMManager - Class in org.beanfabrics.model
 
pModel - Variable in class org.beanfabrics.swing.internal.BnPlainDocument
 
PresentationModel - Interface in org.beanfabrics.model
Base interface for a presentation model.
PresentationModelFilter - Interface in org.beanfabrics.model
 
PresentationModelInfo - Class in org.beanfabrics.meta
 
PresentationModelInfo(Class<? extends PresentationModel>) - Constructor for class org.beanfabrics.meta.PresentationModelInfo
 
PresentationModelVisitor - Interface in org.beanfabrics.model
 
preset() - Method in interface org.beanfabrics.model.ITextPM
Sets the text value as default text.
preset() - Method in class org.beanfabrics.model.TextPM
Sets the text value as default text.
process(PresentationModel, Class, Annotation) - Method in interface org.beanfabrics.support.AnnotatedClassProcessor
 
process(PresentationModel, Field, Annotation) - Method in interface org.beanfabrics.support.AnnotatedFieldProcessor
 
process(PresentationModel, Method, Annotation) - Method in interface org.beanfabrics.support.AnnotatedMethodProcessor
 
process(PresentationModel, Method, Annotation) - Method in class org.beanfabrics.support.OnChangeProcessor
 
process(PresentationModel, Method, Annotation) - Method in class org.beanfabrics.support.OperationProcessor
 
process(PresentationModel, Method, Annotation) - Method in class org.beanfabrics.support.ServiceProcessor
 
process(PresentationModel, Field, Annotation) - Method in class org.beanfabrics.support.ServiceProcessor
 
process(PresentationModel, Method, Annotation) - Method in class org.beanfabrics.support.ValidationProcessor
 
processKeyBinding(KeyStroke, KeyEvent, int, boolean) - Method in class org.beanfabrics.swing.internal.TextPMComboBox
This is invoked as the result of a KeyEvent that was not consumed by the FocusManager, KeyListeners, or the component.
processKeyBinding(KeyStroke, KeyEvent, int, boolean) - Method in class org.beanfabrics.swing.internal.TextPMTextField
 
processKeyBinding(KeyStroke, KeyEvent, int, boolean) - Method in interface org.beanfabrics.swing.KeyBindingProcessor
This is invoked as the result of a KeyEvent that was not consumed by the FocusManager, KeyListeners, or the component.
Processor - Annotation Type in org.beanfabrics.support
 
processPresentationModel(PresentationModel) - Method in class org.beanfabrics.model.PMManager
 
Property - Annotation Type in org.beanfabrics.support
 
PropertyInfo - Class in org.beanfabrics.meta
 
PropertyInfo(PresentationModelInfo, String, PresentationModelInfo) - Constructor for class org.beanfabrics.meta.PropertyInfo
 
PropertySupport - Class in org.beanfabrics.support
 
PropertySupport(PresentationModel) - Constructor for class org.beanfabrics.support.PropertySupport
 
PropertySupport.FieldDecl - Class in org.beanfabrics.support
 
PropertySupport.FieldDecl(String, Field) - Constructor for class org.beanfabrics.support.PropertySupport.FieldDecl
 
PropertySupport.MethodDecl - Class in org.beanfabrics.support
 
PropertySupport.MethodDecl(String, Method) - Constructor for class org.beanfabrics.support.PropertySupport.MethodDecl
 
PropertySupport.PropertyDeclaration - Class in org.beanfabrics.support
 
PropertySupport.PropertyDeclaration(String, Class) - Constructor for class org.beanfabrics.support.PropertySupport.PropertyDeclaration
 
put(K, V) - Method in class org.beanfabrics.model.MapPM
 
put(K, V, int) - Method in class org.beanfabrics.model.MapPM
 
put(K, String) - Method in class org.beanfabrics.model.Options
 
put(Class<? extends Support>, Support) - Method in class org.beanfabrics.support.SupportMap
 
put(K, V) - Method in class org.beanfabrics.util.OrderPreservingMap
 
put(K, V, int) - Method in class org.beanfabrics.util.OrderPreservingMap
 
putAll(Map<K, V>) - Method in class org.beanfabrics.model.MapPM
 
putAll(Options) - Method in class org.beanfabrics.model.Options
 
putAll(Map<K, String>) - Method in class org.beanfabrics.model.Options
 
putAll(Map<? extends K, ? extends V>) - Method in class org.beanfabrics.util.OrderPreservingMap
 
putProperty(String, M, Class<M>) - Method in class org.beanfabrics.support.PropertySupport
 

R

ReflectionUtil - Class in org.beanfabrics.util
The ReflectionUtil is a utility class for doing reflection.
ReflectionUtil() - Constructor for class org.beanfabrics.util.ReflectionUtil
 
ReflectionUtil.FieldFilter - Interface in org.beanfabrics.util
 
ReflectionUtil.MethodFilter - Interface in org.beanfabrics.util
 
reformat() - Method in class org.beanfabrics.model.BigDecimalPM
Parses the content and formats it according to this model's format.
reformat() - Method in interface org.beanfabrics.model.ITextPM
Parses the content and formats it.
reformat() - Method in class org.beanfabrics.model.TextPM
Parses the content and formats it.
refresh() - Method in class org.beanfabrics.support.PropertySupport
 
refresh() - Method in class org.beanfabrics.swing.internal.BnPlainDocument
Configures this component depending on the target AbstractPMs attributes.
refresh() - Method in class org.beanfabrics.swing.internal.BooleanPMMenuItem
Configures this component depending on the target AbstractPMs attributes.
refresh() - Method in class org.beanfabrics.swing.internal.OperationPMAction
Configures this component depending on the target AbstractPMs attributes.
refresh() - Method in class org.beanfabrics.swing.internal.OperationPMButton
Configures this component depending on the target AbstractPMs attributes.
refresh() - Method in class org.beanfabrics.swing.internal.OperationPMMenuItem
Configures this component depending on the target AbstractPMs attributes.
refresh() - Method in class org.beanfabrics.swing.internal.TextPMComboBox
Configures this component depending on the target AbstractPMs attributes.
refresh() - Method in class org.beanfabrics.swing.internal.TextPMComboBox.TextEditorComboBoxModel
 
refresh() - Method in class org.beanfabrics.swing.internal.TextPMPasswordField
Configures the text field depending on the properties attributes
refresh() - Method in class org.beanfabrics.swing.internal.TextPMTextArea
Configures the text field depending on the properties attributes
refresh() - Method in class org.beanfabrics.swing.internal.TextPMTextField
Configures the text field depending on the properties attributes.
remove(T) - Method in class org.beanfabrics.model.ListPM
 
remove(V) - Method in class org.beanfabrics.model.MapPM
 
remove(Object) - Method in class org.beanfabrics.model.Options
 
remove(int, int) - Method in class org.beanfabrics.swing.internal.BnPlainDocument
 
remove() - Method in class org.beanfabrics.util.FilteredModelsIterator
 
remove(Object) - Method in class org.beanfabrics.util.OrderPreservingMap
 
remove(int) - Method in class org.beanfabrics.util.OrderPreservingMap
 
remove(Object) - Method in class org.beanfabrics.validation.Validator
remove(int) - Method in class org.beanfabrics.validation.Validator
Removes the rule at the specified position in this Validator .
removeAll(Collection<? extends T>) - Method in class org.beanfabrics.model.ListPM
 
removeAll(Collection<? extends V>) - Method in class org.beanfabrics.model.MapPM
 
removeAll(Set<K>) - Method in class org.beanfabrics.model.Options
 
removeAll(Collection<?>) - Method in class org.beanfabrics.validation.Validator
removeAllIndices(int[]) - Method in class org.beanfabrics.model.MapPM
 
removeAllKeys(Set<K>) - Method in class org.beanfabrics.model.MapPM
 
removeAllKeys(Set<K>) - Method in class org.beanfabrics.util.OrderPreservingMap
 
removeAt(int) - Method in class org.beanfabrics.model.ListPM
 
removeAt(int) - Method in class org.beanfabrics.model.MapPM
 
removeCellEditorListener(CellEditorListener) - Method in class org.beanfabrics.swing.table.celleditor.BnTableCellEditor
removeContextListener(ContextListener) - Method in interface org.beanfabrics.context.Context
 
removeContextListener(ContextListener) - Method in class org.beanfabrics.context.DefaultContext
 
removeExecutionMethod(ExecutionMethod) - Method in class org.beanfabrics.model.OperationPM
 
removeIndexInterval(int, int) - Method in class org.beanfabrics.swing.list.BnListSelectionModel
removeIndexInterval(int, int) - Method in class org.beanfabrics.swing.table.BnTableSelectionModel
removeInterval(int, int) - Method in interface org.beanfabrics.model.Selection
Change the selection to be the set difference of the current selection and the elements with indices between beginIndex and endIndex inclusive.
removeKey(K) - Method in class org.beanfabrics.model.MapPM
 
removeListListener(ListListener) - Method in class org.beanfabrics.event.ListSupport
 
removeListListener(ListListener) - Method in interface org.beanfabrics.model.IListPM
Removes a ListListener from this model.
removeListListener(ListListener) - Method in class org.beanfabrics.model.ListPM
 
removeListListener(ListListener) - Method in class org.beanfabrics.model.MapPM
 
removeListSelectionListener(ListSelectionListener) - Method in class org.beanfabrics.swing.list.BnListSelectionModel
removeListSelectionListener(ListSelectionListener) - Method in class org.beanfabrics.swing.table.BnTableSelectionModel
removeModelProviderListener(Path, ModelProviderListener) - Method in interface org.beanfabrics.IModelProvider
Removes a ModelProviderListener from the listener list that was registered for a specific path.
removeModelProviderListener(Path, ModelProviderListener) - Method in class org.beanfabrics.ModelProvider
Removes a ModelProviderListener from the listener list that was registered for a specific path.
removeOptionsListener(OptionsListener) - Method in class org.beanfabrics.model.Options
 
removeParent(Context) - Method in interface org.beanfabrics.context.Context
 
removeParent(Context) - Method in class org.beanfabrics.context.DefaultContext
 
removeProperty(String) - Method in class org.beanfabrics.support.PropertySupport
 
removePropertyChangeListener(PropertyChangeListener) - Method in class org.beanfabrics.AbstractBean
Removes a PropertyChangeListener from the listener list.
removePropertyChangeListener(String, PropertyChangeListener) - Method in class org.beanfabrics.AbstractBean
Removes a PropertyChangeListener from the listener list for a specific property.
removePropertyChangeListener(PropertyChangeListener) - Method in interface org.beanfabrics.Bean
Removes a PropertyChangeListener from the listener list.
removePropertyChangeListener(String, PropertyChangeListener) - Method in interface org.beanfabrics.Bean
Removes a PropertyChangeListener from the listener list for a specific property.
removePropertyChangeListener(PropertyChangeListener) - Method in class org.beanfabrics.event.BnPropertyChangeSupport
Remove a PropertyChangeListener from the listener listCell.
removePropertyChangeListener(String, PropertyChangeListener) - Method in class org.beanfabrics.event.BnPropertyChangeSupport
Remove a PropertyChangeListener for a specific property.
removeSelectionInterval(int, int) - Method in class org.beanfabrics.swing.list.BnListSelectionModel
removeSelectionInterval(int, int) - Method in class org.beanfabrics.swing.table.BnTableSelectionModel
removeService(Class) - Method in interface org.beanfabrics.context.Context
 
removeService(Class) - Method in class org.beanfabrics.context.DefaultContext
 
removeServiceEntry(Context, Class) - Method in class org.beanfabrics.context.DefaultContext
 
reorder(Collection<K>) - Method in class org.beanfabrics.util.OrderPreservingMap
 
reorder(K[]) - Method in class org.beanfabrics.util.OrderPreservingMap
 
replace(T, T) - Method in class org.beanfabrics.model.ListPM
 
replace(int, T) - Method in class org.beanfabrics.model.ListPM
 
reset() - Method in interface org.beanfabrics.model.ITextPM
Sets the default text as text value.
reset() - Method in class org.beanfabrics.model.TextPM
Sets the default text as text value.
ResourceBundleFactory - Class in org.beanfabrics.util
The ResourceBundleFactory is a factory for ResourceBundle objects by class key.
ResourceBundleFactory() - Constructor for class org.beanfabrics.util.ResourceBundleFactory
 
retainAll(Collection<?>) - Method in class org.beanfabrics.validation.Validator
retainAllKeys(Set<K>) - Method in class org.beanfabrics.model.MapPM
 
retainAllKeys(Set<K>) - Method in class org.beanfabrics.util.OrderPreservingMap
 
revalidate() - Method in class org.beanfabrics.model.AbstractValuePM
 
revalidate() - Method in class org.beanfabrics.ValidatableBean
Updates the validation state of this object.
revalidate() - Method in interface org.beanfabrics.validation.Validatable
Updates the validation state of this object.
revalidateAllExcept(T) - Method in class org.beanfabrics.model.ListPM
 
revalidateAllExcept(V) - Method in class org.beanfabrics.model.MapPM
 
revalidateElements() - Method in class org.beanfabrics.model.ListPM
Revalidates all elements of this ListPM.
revalidateElements() - Method in class org.beanfabrics.model.MapPM
Revalidates all elements of this map.
revalidateElementsOnChangeEnabled - Variable in class org.beanfabrics.model.ListPM
 
revalidateProperties() - Method in class org.beanfabrics.model.AbstractPM
 
revalidateProperties() - Method in class org.beanfabrics.support.PropertySupport
 
reverseOrder() - Method in class org.beanfabrics.util.OrderPreservingMap
 
rowsDeleted(int, int) - Method in class org.beanfabrics.swing.table.BnTableRowSorter
 
rowsDeleted(int, int) - Method in class org.beanfabrics.swing.table.BnTableRowSorter2
 
rowsInserted(int, int) - Method in class org.beanfabrics.swing.table.BnTableRowSorter
 
rowsInserted(int, int) - Method in class org.beanfabrics.swing.table.BnTableRowSorter2
 
rowsUpdated(int, int) - Method in class org.beanfabrics.swing.table.BnTableRowSorter
 
rowsUpdated(int, int, int) - Method in class org.beanfabrics.swing.table.BnTableRowSorter
 
rowsUpdated(int, int) - Method in class org.beanfabrics.swing.table.BnTableRowSorter2
 
rowsUpdated(int, int, int) - Method in class org.beanfabrics.swing.table.BnTableRowSorter2
 

S

SelectedKeys<E> - Interface in org.beanfabrics.model
 
Selection<T extends PresentationModel> - Interface in org.beanfabrics.model
The Selection maintains a subset of the elements of a IListPM that are selected.
Service - Annotation Type in org.beanfabrics.support
 
serviceAdded(ServiceAddedEvent) - Method in interface org.beanfabrics.context.ContextListener
 
ServiceAddedEvent - Class in org.beanfabrics.context
 
ServiceAddedEvent(Context, ServiceEntry) - Constructor for class org.beanfabrics.context.ServiceAddedEvent
 
ServiceEntry - Class in org.beanfabrics.context
 
ServiceEntry(int, Context, Object, Class) - Constructor for class org.beanfabrics.context.ServiceEntry
 
ServiceProcessor - Class in org.beanfabrics.support
 
ServiceProcessor() - Constructor for class org.beanfabrics.support.ServiceProcessor
 
serviceRemoved(ServiceRemovedEvent) - Method in interface org.beanfabrics.context.ContextListener
 
ServiceRemovedEvent - Class in org.beanfabrics.context
 
ServiceRemovedEvent(Context, ServiceEntry) - Constructor for class org.beanfabrics.context.ServiceRemovedEvent
 
ServiceSupport - Class in org.beanfabrics.support
 
ServiceSupport(ContextOwner) - Constructor for class org.beanfabrics.support.ServiceSupport
 
setAll(Map<K, V>) - Method in class org.beanfabrics.model.MapPM
 
setAnchorSelectionIndex(int) - Method in class org.beanfabrics.swing.list.BnListSelectionModel
setAnchorSelectionIndex(int) - Method in class org.beanfabrics.swing.table.BnTableSelectionModel
setAutoExecute(boolean) - Method in class org.beanfabrics.swing.internal.OperationPMButton
 
setAutoExecute(boolean) - Method in class org.beanfabrics.swing.internal.OperationPMMenuItem
 
setBackground(Color) - Method in class org.beanfabrics.swing.list.cellrenderer.BooleanPMListCellRenderer
 
setBackground(Color) - Method in class org.beanfabrics.swing.table.cellrenderer.BooleanPMTableCellRenderer
 
setBigDecimal(BigDecimal) - Method in class org.beanfabrics.model.BigDecimalPM
 
setBigDecimal(BigDecimal) - Method in interface org.beanfabrics.model.IBigDecimalPM
 
setBigInteger(BigInteger) - Method in class org.beanfabrics.model.BigDecimalPM
 
setBigInteger(BigInteger) - Method in interface org.beanfabrics.model.IIntegerPM
 
setBoolean(Boolean) - Method in class org.beanfabrics.model.BooleanPM
 
setBoolean(Boolean) - Method in interface org.beanfabrics.model.IBooleanPM
 
setByte(Byte) - Method in interface org.beanfabrics.model.IIntegerPM
 
setByte(Byte) - Method in class org.beanfabrics.model.IntegerPM
 
setCellConfig(CellConfig) - Method in class org.beanfabrics.swing.list.BnList
 
setCellEditingAllowed(boolean) - Method in class org.beanfabrics.swing.table.BnTable
 
setCellEditingAllowed(boolean) - Method in class org.beanfabrics.swing.table.BnTableModel
 
setClickCount(int) - Method in class org.beanfabrics.swing.BnMouseClickAction
 
setColDefs(List<BnColumn>) - Method in class org.beanfabrics.swing.table.BnTableModel
 
setColumns(BnColumn[]) - Method in class org.beanfabrics.swing.table.BnTable
 
setCurrentCellEditor(TableCellEditor) - Method in class org.beanfabrics.swing.table.celleditor.BnTableCellEditor
 
setCurrentComponent(JComponent) - Method in class org.beanfabrics.swing.table.celleditor.BnTableCellEditor
 
setDate(Date) - Method in class org.beanfabrics.model.DatePM
Set the Date to be represented by this object.
setDate(Date) - Method in interface org.beanfabrics.model.IDatePM
Set the Date to be represented by this object.
setDefaultBigDecimal(BigDecimal) - Method in class org.beanfabrics.model.BigDecimalPM
 
setDefaultBigInteger(BigInteger) - Method in class org.beanfabrics.model.BigDecimalPM
 
setDefaultBoolean(Boolean) - Method in class org.beanfabrics.model.BooleanPM
 
setDefaultDate(Date) - Method in class org.beanfabrics.model.DatePM
 
setDefaultText(String) - Method in class org.beanfabrics.model.TextPM
Sets the default text value of this model.
setDescription(String) - Method in class org.beanfabrics.model.AbstractOperationPM
setDescription(String) - Method in class org.beanfabrics.model.AbstractValuePM
setDescription(String) - Method in interface org.beanfabrics.model.IOperationPM
 
setDescription(String) - Method in interface org.beanfabrics.model.IValuePM
 
setDocument(Document) - Method in class org.beanfabrics.swing.internal.TextPMPasswordField
 
setDocument(Document) - Method in class org.beanfabrics.swing.internal.TextPMTextArea
 
setDocument(Document) - Method in class org.beanfabrics.swing.internal.TextPMTextField
 
setDouble(Double) - Method in class org.beanfabrics.model.DecimalPM
 
setEditable(boolean) - Method in class org.beanfabrics.model.AbstractValuePM
setEditable(boolean) - Method in interface org.beanfabrics.model.IValuePM
 
setErrorIcon(ImageIcon) - Method in class org.beanfabrics.swing.ErrorIconPainter
Sets the error icon that sould be rendered when the component has no focus.
setErrorIconFocused(ImageIcon) - Method in class org.beanfabrics.swing.ErrorIconPainter
Sets the error icon that sould be rendered when the component has the focus.
setErrorIconPainter(ErrorIconPainter) - Method in class org.beanfabrics.swing.BnIconLabel
 
setErrorIconPainter(ErrorIconPainter) - Method in class org.beanfabrics.swing.BnLabel
 
setErrorIconPainter(ErrorIconPainter) - Method in class org.beanfabrics.swing.internal.BooleanPMCheckBox
 
setErrorIconPainter(ErrorIconPainter) - Method in class org.beanfabrics.swing.internal.BooleanPMRadioButton
 
setErrorIconPainter(ErrorIconPainter) - Method in class org.beanfabrics.swing.internal.TextPMComboBox
 
setErrorIconPainter(ErrorIconPainter) - Method in class org.beanfabrics.swing.internal.TextPMPasswordField
 
setErrorIconPainter(ErrorIconPainter) - Method in class org.beanfabrics.swing.internal.TextPMTextArea
 
setErrorIconPainter(ErrorIconPainter) - Method in class org.beanfabrics.swing.internal.TextPMTextField
 
setErrorIconPainter(ErrorIconPainter) - Method in class org.beanfabrics.swing.list.cellrenderer.BooleanPMListCellRenderer
 
setErrorIconPainter(ErrorIconPainter) - Method in class org.beanfabrics.swing.list.cellrenderer.IconPMListCellRenderer
 
setErrorIconPainter(ErrorIconPainter) - Method in class org.beanfabrics.swing.list.cellrenderer.TextPMListCellRenderer
 
setErrorIconPainter(ErrorIconPainter) - Method in class org.beanfabrics.swing.table.cellrenderer.BooleanPMTableCellRenderer
 
setErrorIconPainter(ErrorIconPainter) - Method in class org.beanfabrics.swing.table.cellrenderer.IconPMTableCellRenderer
 
setErrorIconPainter(ErrorIconPainter) - Method in class org.beanfabrics.swing.table.cellrenderer.TextPMTableCellRenderer
 
setExceptionHandler(IExceptionHandler) - Method in class org.beanfabrics.util.ExceptionUtil
 
setExecutionMethods(Collection<ExecutionMethod>) - Method in class org.beanfabrics.model.OperationPM
 
setFactoryClass(Class<T>) - Static method in class org.beanfabrics.util.ResourceBundleFactory
Sets the type of the default ResourceBundleFactory to use.
setFieldValue(Object, Field, Object) - Static method in class org.beanfabrics.util.ReflectionUtil
 
setFloat(Float) - Method in class org.beanfabrics.model.DecimalPM
 
setForeground(Color) - Method in class org.beanfabrics.swing.list.cellrenderer.BooleanPMListCellRenderer
 
setForeground(Color) - Method in class org.beanfabrics.swing.table.cellrenderer.BooleanPMTableCellRenderer
 
setFormat(DecimalFormat) - Method in class org.beanfabrics.model.BigDecimalPM
Sets the format of this model.
setFormat(DateFormat) - Method in class org.beanfabrics.model.DatePM
Set the format to be used by this object to check the input and convert the input to a Date and vice versa.
setFormat(DateFormat) - Method in interface org.beanfabrics.model.IDatePM
Set the format to be used by this object to check the input and convert the input to a Date and vice versa.
setHorizontalAlignment(int) - Method in class org.beanfabrics.swing.BnLabel
 
setHorizontalAlignment(int) - Method in class org.beanfabrics.swing.ErrorIconPainter
Sets the horizontal alignment of the icon.
setHorizontalAlignment(int) - Method in class org.beanfabrics.swing.internal.TextPMPasswordField
 
setHorizontalAlignment(int) - Method in class org.beanfabrics.swing.internal.TextPMTextField
 
setHorizontalAlignment(int) - Method in class org.beanfabrics.swing.list.cellrenderer.IconPMListCellRenderer
 
setHorizontalAlignment(int) - Method in class org.beanfabrics.swing.list.cellrenderer.TextPMListCellRenderer
 
setHorizontalAlignment(int) - Method in class org.beanfabrics.swing.table.cellrenderer.IconPMTableCellRenderer
 
setHorizontalAlignment(int) - Method in class org.beanfabrics.swing.table.cellrenderer.TextPMTableCellRenderer
 
setHorizontalTextPosition(int) - Method in class org.beanfabrics.swing.internal.BooleanPMCheckBox
 
setHorizontalTextPosition(int) - Method in class org.beanfabrics.swing.internal.BooleanPMRadioButton
 
setIcon(Icon) - Method in class org.beanfabrics.model.AbstractOperationPM
setIcon(Icon) - Method in class org.beanfabrics.model.IconPM
 
setIcon(Icon) - Method in class org.beanfabrics.model.IconTextPM
 
setIcon(Icon) - Method in interface org.beanfabrics.model.IOperationPM
 
setIcon(Icon) - Method in class org.beanfabrics.swing.internal.BooleanPMMenuItem
 
setIcon(Icon) - Method in class org.beanfabrics.swing.internal.OperationPMButton
 
setIcon(Icon) - Method in class org.beanfabrics.swing.internal.OperationPMMenuItem
 
setIconUrl(URL) - Method in class org.beanfabrics.model.AbstractOperationPM
setIconUrl(URL) - Method in class org.beanfabrics.model.IconPM
 
setIconUrl(URL) - Method in class org.beanfabrics.model.IconTextPM
 
setIconUrl(URL) - Method in interface org.beanfabrics.model.IOperationPM
 
setIndexes(int[]) - Method in interface org.beanfabrics.model.Selection
Change the selection to be the elements with the given indices.
setInteger(Integer) - Method in interface org.beanfabrics.model.IIntegerPM
 
setInteger(Integer) - Method in class org.beanfabrics.model.IntegerPM
 
setInterval(int, int) - Method in interface org.beanfabrics.model.Selection
Change the selection to be the elements with indices between beginIndex and endIndex inclusive.
setItem(Object) - Method in class org.beanfabrics.swing.BnComboBoxEditor
 
setLeadSelectionIndex(int) - Method in class org.beanfabrics.swing.list.BnListSelectionModel
setLeadSelectionIndex(int) - Method in class org.beanfabrics.swing.table.BnTableSelectionModel
setLoggerClass(Class) - Static method in class org.beanfabrics.log.LoggerFactory
Set the Class implementing the Logger.
setLong(Long) - Method in interface org.beanfabrics.model.IIntegerPM
 
setLong(Long) - Method in class org.beanfabrics.model.IntegerPM
 
setMandatory(boolean) - Method in class org.beanfabrics.model.AbstractValuePM
setMandatory(boolean) - Method in interface org.beanfabrics.model.IValuePM
 
setMargin(Insets) - Method in class org.beanfabrics.swing.ErrorIconPainter
Sets the margin of the error icon.
setMaxValue(long) - Method in interface org.beanfabrics.model.IIntegerPM
 
setMaxValue(long) - Method in class org.beanfabrics.model.IntegerPM
 
setMinMaxValueRange(long, long) - Method in class org.beanfabrics.model.IntegerPM
 
setMinValue(long) - Method in interface org.beanfabrics.model.IIntegerPM
 
setMinValue(long) - Method in class org.beanfabrics.model.IntegerPM
 
setModelProvider(IModelProvider) - Method in class org.beanfabrics.BnModelObserver
Sets the provider.
setModelProvider(IModelProvider) - Method in class org.beanfabrics.context.BnParentContext
Sets the provider.
setModelProvider(IModelProvider) - Method in class org.beanfabrics.Link
Sets the provider.
setModelProvider(IModelProvider) - Method in interface org.beanfabrics.ModelSubscriber
Sets the provider.
setModelProvider(IModelProvider) - Method in class org.beanfabrics.swing.BnAction
Sets the provider.
setModelProvider(IModelProvider) - Method in class org.beanfabrics.swing.BnButton
Sets the provider.
setModelProvider(IModelProvider) - Method in class org.beanfabrics.swing.BnCheckBox
Sets the provider.
setModelProvider(IModelProvider) - Method in class org.beanfabrics.swing.BnCheckBoxMenuItem
Sets the provider.
setModelProvider(IModelProvider) - Method in class org.beanfabrics.swing.BnComboBox
Sets the provider.
setModelProvider(IModelProvider) - Method in class org.beanfabrics.swing.BnIconLabel
Sets the provider.
setModelProvider(IModelProvider) - Method in class org.beanfabrics.swing.BnLabel
Sets the provider.
setModelProvider(IModelProvider) - Method in class org.beanfabrics.swing.BnMenuItem
Sets the provider.
setModelProvider(IModelProvider) - Method in class org.beanfabrics.swing.BnPasswordField
Sets the provider.
setModelProvider(IModelProvider) - Method in class org.beanfabrics.swing.BnRadioButton
Sets the provider.
setModelProvider(IModelProvider) - Method in class org.beanfabrics.swing.BnTextArea
Sets the provider.
setModelProvider(IModelProvider) - Method in class org.beanfabrics.swing.BnTextField
Sets the provider.
setModelProvider(IModelProvider) - Method in class org.beanfabrics.swing.BnToggleButton
Sets the provider.
setModelProvider(IModelProvider) - Method in class org.beanfabrics.swing.list.BnList
Sets the provider.
setModelProvider(IModelProvider) - Method in class org.beanfabrics.swing.table.BnTable
Sets the provider.
setOffset(Point) - Method in class org.beanfabrics.swing.ErrorIconPainter
Sets the icon's offset position.
setOptions(Options) - Method in interface org.beanfabrics.model.ITextPM
 
setOptions(Options) - Method in class org.beanfabrics.model.TextPM
 
setPath(Path) - Method in class org.beanfabrics.BnModelObserver
Sets the path.
setPath(Path) - Method in class org.beanfabrics.context.BnParentContext
Sets the path.
setPath(Path) - Method in class org.beanfabrics.Link
Sets the path.
setPath(Path) - Method in interface org.beanfabrics.ModelSubscriber
Sets the path.
setPath(Path) - Method in class org.beanfabrics.swing.BnAction
Sets the path.
setPath(Path) - Method in class org.beanfabrics.swing.BnButton
Sets the path.
setPath(Path) - Method in class org.beanfabrics.swing.BnCheckBox
Sets the path.
setPath(Path) - Method in class org.beanfabrics.swing.BnCheckBoxMenuItem
Sets the path.
setPath(Path) - Method in class org.beanfabrics.swing.BnComboBox
Sets the path.
setPath(Path) - Method in class org.beanfabrics.swing.BnIconLabel
Sets the path.
setPath(Path) - Method in class org.beanfabrics.swing.BnLabel
Sets the path.
setPath(Path) - Method in class org.beanfabrics.swing.BnMenuItem
Sets the path.
setPath(Path) - Method in class org.beanfabrics.swing.BnPasswordField
Sets the path.
setPath(Path) - Method in class org.beanfabrics.swing.BnRadioButton
Sets the path.
setPath(Path) - Method in class org.beanfabrics.swing.BnTextArea
Sets the path.
setPath(Path) - Method in class org.beanfabrics.swing.BnTextField
Sets the path.
setPath(Path) - Method in class org.beanfabrics.swing.BnToggleButton
Sets the path.
setPath(Path) - Method in class org.beanfabrics.swing.list.BnList
Sets the path.
setPath(Path) - Method in class org.beanfabrics.swing.table.BnTable
Sets the path.
setPresentationModel(PresentationModel) - Method in class org.beanfabrics.BnModelObserver
Sets the PresentationModel to synchronize this component with.
setPresentationModel(PresentationModel) - Method in class org.beanfabrics.context.BnParentContext
Sets the PresentationModel to synchronize this component with.
setPresentationModel(PresentationModel) - Method in interface org.beanfabrics.IModelProvider
Sets the presentation model root object.
setPresentationModel(PresentationModel) - Method in class org.beanfabrics.ModelProvider
Sets the presentation model root object.
setPresentationModel(IIconPM) - Method in class org.beanfabrics.swing.BnIconLabel
Sets the PresentationModel to synchronize this component with.
setPresentationModel(ITextPM) - Method in class org.beanfabrics.swing.BnLabel
Sets the PresentationModel to synchronize this component with.
setPresentationModel(ITextPM) - Method in class org.beanfabrics.swing.internal.BnPlainDocument
Sets the PresentationModel to synchronize this component with.
setPresentationModel(IBooleanPM) - Method in class org.beanfabrics.swing.internal.BooleanPMCheckBox
Sets the PresentationModel to synchronize this component with.
setPresentationModel(IBooleanPM) - Method in class org.beanfabrics.swing.internal.BooleanPMMenuItem
Sets the PresentationModel to synchronize this component with.
setPresentationModel(IBooleanPM) - Method in class org.beanfabrics.swing.internal.BooleanPMRadioButton
Sets the PresentationModel to synchronize this component with.
setPresentationModel(IBooleanPM) - Method in class org.beanfabrics.swing.internal.BooleanPMToggleButton
Sets the PresentationModel to synchronize this component with.
setPresentationModel(IOperationPM) - Method in class org.beanfabrics.swing.internal.OperationPMAction
Sets the PresentationModel to synchronize this component with.
setPresentationModel(IOperationPM) - Method in class org.beanfabrics.swing.internal.OperationPMButton
Sets the PresentationModel to synchronize this component with.
setPresentationModel(IOperationPM) - Method in class org.beanfabrics.swing.internal.OperationPMMenuItem
Sets the PresentationModel to synchronize this component with.
setPresentationModel(ITextPM) - Method in class org.beanfabrics.swing.internal.TextPMComboBox
Sets the PresentationModel to synchronize this component with.
setPresentationModel(ITextPM) - Method in class org.beanfabrics.swing.internal.TextPMPasswordField
Sets the PresentationModel to synchronize this component with.
setPresentationModel(ITextPM) - Method in class org.beanfabrics.swing.internal.TextPMTextArea
Sets the PresentationModel to synchronize this component with.
setPresentationModel(ITextPM) - Method in class org.beanfabrics.swing.internal.TextPMTextField
Sets the PresentationModel to synchronize this component with.
setPresentationModel(IListPM) - Method in class org.beanfabrics.swing.list.BnList
Sets the PresentationModel to synchronize this component with.
setPresentationModel(IListPM<? extends PresentationModel>) - Method in class org.beanfabrics.swing.table.BnTable
Sets the PresentationModel to synchronize this component with.
setPresentationModel(M) - Method in interface org.beanfabrics.View
Sets the PresentationModel to synchronize this component with.
setPresentationModelType(Class<? extends PresentationModel>) - Method in interface org.beanfabrics.IModelProvider
Sets the type of presentation model object.
setPresentationModelType(Class<? extends PresentationModel>) - Method in class org.beanfabrics.ModelProvider
Sets the type of presentation model object.
setProperties(Object, Properties) - Static method in class org.beanfabrics.util.ReflectionUtil
 
setReformatOnFocusLostEnabled(boolean) - Method in class org.beanfabrics.swing.internal.TextPMPasswordField
 
setReformatOnFocusLostEnabled(boolean) - Method in class org.beanfabrics.swing.internal.TextPMTextArea
 
setReformatOnFocusLostEnabled(boolean) - Method in class org.beanfabrics.swing.internal.TextPMTextField
 
setRestrictedToOptions(boolean) - Method in class org.beanfabrics.model.TextPM
If set to true this TextPM is only valid if it's text content is contained in it's options.
setRevalidateElementsOnChangeEnabled(boolean) - Method in class org.beanfabrics.model.ListPM
 
setRevalidateElementsOnChangeEnabled(boolean) - Method in class org.beanfabrics.model.MapPM
 
setSelectAllOnFocusGainedEnabled(boolean) - Method in class org.beanfabrics.swing.internal.TextPMPasswordField
 
setSelectAllOnFocusGainedEnabled(boolean) - Method in class org.beanfabrics.swing.internal.TextPMTextArea
 
setSelectAllOnFocusGainedEnabled(boolean) - Method in class org.beanfabrics.swing.internal.TextPMTextField
 
setSelectedItem(Object) - Method in class org.beanfabrics.swing.internal.TextPMComboBox.TextEditorComboBoxModel
 
setSelectionInterval(int, int) - Method in class org.beanfabrics.swing.list.BnListSelectionModel
setSelectionInterval(int, int) - Method in class org.beanfabrics.swing.table.BnTableSelectionModel
setSelectionMode(int) - Method in class org.beanfabrics.swing.list.BnListSelectionModel
setSelectionMode(int) - Method in class org.beanfabrics.swing.table.BnTableSelectionModel
setShort(Short) - Method in interface org.beanfabrics.model.IIntegerPM
 
setShort(Short) - Method in class org.beanfabrics.model.IntegerPM
 
setSimplifiedFormat(DecimalFormat) - Method in class org.beanfabrics.model.MoneyPM
 
setSortKeys(List<? extends RowSorter.SortKey>) - Method in class org.beanfabrics.swing.table.BnTableRowSorter
 
setSortKeys(List<? extends RowSorter.SortKey>) - Method in class org.beanfabrics.swing.table.BnTableRowSorter2
 
setState(boolean) - Method in class org.beanfabrics.swing.internal.BooleanPMMenuItem
 
setSuppressRemoveEvent(boolean) - Method in class org.beanfabrics.swing.internal.BnPlainDocument
 
setTarget(PresentationModel) - Method in class org.beanfabrics.Observation
 
setText(String) - Method in interface org.beanfabrics.model.ITextPM
Set the text to be stored in this model.
setText(String) - Method in class org.beanfabrics.model.TextPM
Set the text to be stored in this model.
setText(String) - Method in class org.beanfabrics.swing.internal.BooleanPMMenuItem
 
setText(String) - Method in class org.beanfabrics.swing.internal.BooleanPMToggleButton
 
setText(String) - Method in class org.beanfabrics.swing.internal.OperationPMButton
 
setText(String) - Method in class org.beanfabrics.swing.internal.OperationPMMenuItem
 
setTitle(String) - Method in class org.beanfabrics.model.AbstractOperationPM
setTitle(String) - Method in class org.beanfabrics.model.AbstractValuePM
setTitle(String) - Method in interface org.beanfabrics.model.IOperationPM
 
setTitle(String) - Method in interface org.beanfabrics.model.IValuePM
 
setup(PresentationModel) - Static method in class org.beanfabrics.model.PMManager
 
setup(Method) - Method in class org.beanfabrics.support.OnChangeSupport
 
setup(Method) - Method in class org.beanfabrics.support.OperationSupport
 
setup() - Method in class org.beanfabrics.support.PropertySupport
Setup this PropertySupport by processing all Property annotations found in the supported PresentationModel.
setup(Class) - Method in class org.beanfabrics.support.PropertySupport
Setup this PropertySupport by processing only those Property annotations that are found in the given Class and all superclasses of the supported PresentationModel.
setup(Method) - Method in class org.beanfabrics.support.ServiceSupport
 
setup(Field) - Method in class org.beanfabrics.support.ServiceSupport
 
setup(Method) - Method in class org.beanfabrics.support.ValidationSupport
 
setValidationState(ValidationState) - Method in class org.beanfabrics.ValidatableBean
Replaces the validation state.
setValue(Object) - Method in class org.beanfabrics.swing.table.cellrenderer.IconPMTableCellRenderer
 
setValue(Object) - Method in class org.beanfabrics.swing.table.cellrenderer.TextPMTableCellRenderer
Sets the String object for the model being rendered to value.
setValueAt(Object, int, int) - Method in class org.beanfabrics.swing.table.BnTableModel
 
setValueIsAdjusting(boolean) - Method in class org.beanfabrics.swing.list.BnListSelectionModel
setValueIsAdjusting(boolean) - Method in class org.beanfabrics.swing.table.BnTableSelectionModel
setVerticalAlignment(int) - Method in class org.beanfabrics.swing.ErrorIconPainter
Sets the vertical alignment of the icon.
setWidth(int) - Method in class org.beanfabrics.swing.table.BnColumn
 
setWidthFixed(boolean) - Method in class org.beanfabrics.swing.table.BnColumn
 
shouldSelectCell(EventObject) - Method in class org.beanfabrics.swing.table.celleditor.BnCheckBoxCellEditor
 
shouldSelectCell(EventObject) - Method in class org.beanfabrics.swing.table.celleditor.BnTableCellEditor
showErrorDialog(Object) - Static method in class org.beanfabrics.util.ErrorPane
Show a JDialog with the given message.
showErrorDialog(Object, Throwable) - Static method in class org.beanfabrics.util.ErrorPane
Show a JDialog with the given message and the given Throwable.
showErrorDialog(Component, String, Object, Throwable) - Static method in class org.beanfabrics.util.ErrorPane
Show a JDialog which has the given parent component and the given title, showing the given message and the given Throwable.
showErrorDialog(Component, boolean, String, Object, Throwable) - Static method in class org.beanfabrics.util.ErrorPane
Show a JDialog which has the given parent component, the given modality and the given title, showing the given message and the given Throwable.
size() - Method in interface org.beanfabrics.model.IListPM
Returns the number of elements in this collection.
size() - Method in class org.beanfabrics.model.ListPM
 
size() - Method in class org.beanfabrics.model.MapPM
 
size() - Method in class org.beanfabrics.model.Options
 
size() - Method in class org.beanfabrics.util.OrderPreservingMap
 
size() - Method in class org.beanfabrics.validation.Validator
Slf4jLogger - Class in org.beanfabrics.log
A Logger that delegates all logging to Simple Logging Facade for Java.
Slf4jLogger(Class) - Constructor for class org.beanfabrics.log.Slf4jLogger
Constructs a Log4JLogger for a given Class.
sortBy(boolean, Path...) - Method in interface org.beanfabrics.model.IListPM
 
sortBy(Collection<SortKey>) - Method in interface org.beanfabrics.model.IListPM
 
sortBy(SortKey...) - Method in interface org.beanfabrics.model.IListPM
 
sortBy(boolean, Path...) - Method in class org.beanfabrics.model.ListPM
Sorts the entries of this list pM by comparing the cells at the end of the given paths.
sortBy(Collection<SortKey>) - Method in class org.beanfabrics.model.ListPM
 
sortBy(SortKey...) - Method in class org.beanfabrics.model.ListPM
 
sortBy(boolean, Path...) - Method in class org.beanfabrics.model.MapPM
Sorts the entries of this map by comparing the PresentationModels at the end of the given paths.
sortBy(Collection<SortKey>) - Method in class org.beanfabrics.model.MapPM
 
sortBy(SortKey...) - Method in class org.beanfabrics.model.MapPM
 
sortFields(List<Field>) - Static method in class org.beanfabrics.support.SupportUtil
Sorts the given List of Fields according to their declaring Class and the value of the optional defined SortOrder annotation.
SortKey - Class in org.beanfabrics.model
The SortKey describes the sort order for a field accessible by a particular Path relative to the element model.
SortKey(boolean, Path) - Constructor for class org.beanfabrics.model.SortKey
Creates a new SortKey for the specified Path with the specified sort direction.
sortMembers(List<Member>) - Static method in class org.beanfabrics.support.SupportUtil
Sorts the given List of Members according to their declaring Class and the value of the optional defined SortOrder annotation.
sortMethods(List<Method>) - Static method in class org.beanfabrics.support.SupportUtil
Sorts the given List of Methods according to their declaring Class and the value of the optional defined SortOrder annotation.
SortOrder - Annotation Type in org.beanfabrics.support
 
start() - Method in class org.beanfabrics.Observation
Start this observation (again).
startIndex - Variable in class org.beanfabrics.util.Interval
 
stop() - Method in class org.beanfabrics.Observation
Stops this observation.
stopCellEditing() - Method in class org.beanfabrics.swing.table.celleditor.BnTableCellEditor
Support - Interface in org.beanfabrics.support
Marker interface for classes that support Supportable classes and can be added to a SupportMap.
Supportable - Interface in org.beanfabrics.support
 
SupportMap - Class in org.beanfabrics.support
 
SupportMap(Supportable) - Constructor for class org.beanfabrics.support.SupportMap
 
supportsPresentationModel(PresentationModel) - Method in class org.beanfabrics.swing.list.cellrenderer.BooleanPMListCellRenderer
Returns if this list cell renderer supports a certain PresentationModel.
supportsPresentationModel(PresentationModel) - Method in class org.beanfabrics.swing.list.cellrenderer.IconPMListCellRenderer
Returns if this list cell renderer supports a certain PresentationModel.
supportsPresentationModel(PresentationModel) - Method in interface org.beanfabrics.swing.list.cellrenderer.PMListCellRenderer
Returns if this list cell renderer supports a certain PresentationModel.
supportsPresentationModel(PresentationModel) - Method in class org.beanfabrics.swing.list.cellrenderer.TextPMListCellRenderer
Returns if this list cell renderer supports a certain PresentationModel.
SupportUtil - Class in org.beanfabrics.support
 
SupportUtil() - Constructor for class org.beanfabrics.support.SupportUtil
 
swap(int, int) - Method in interface org.beanfabrics.model.IListPM
Swaps the position of the two elements specified by the given indexes.
swap(T, T) - Method in interface org.beanfabrics.model.IListPM
Swaps the position of the two specified elements.
swap(int, int) - Method in class org.beanfabrics.model.ListPM
 
swap(T, T) - Method in class org.beanfabrics.model.ListPM
 
swap(int, int) - Method in class org.beanfabrics.model.MapPM
 
swap(V, V) - Method in class org.beanfabrics.model.MapPM
Swaps the position of these elements.
SYSPROPKEY_LOGGER - Static variable in class org.beanfabrics.log.LoggerFactory
The key of the system property to set a custom Logger.
SYSPROPKEY_RESOURCE_BUNDLE_FACTORY - Static variable in class org.beanfabrics.util.ResourceBundleFactory
 

T

TextPM - Class in org.beanfabrics.model
The TextPM is a presentation model for a text value.
TextPM(String) - Constructor for class org.beanfabrics.model.TextPM
Constructs a new 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
 
TextPM.TextComparable() - Constructor for class org.beanfabrics.model.TextPM.TextComparable
 
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
 
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
 
toggleSortOrder(int) - Method in class org.beanfabrics.swing.table.BnTableRowSorter2
 
toMap() - Method in class org.beanfabrics.model.Options
 
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.context.ModelContext
 
toString() - Method in class org.beanfabrics.event.BnPropertyChangeEvent
 
toString() - Method in class org.beanfabrics.event.ListEvent
 
toString() - Method in class org.beanfabrics.model.TextPM
 
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.

U

uninstall(BnTable) - Static method in class org.beanfabrics.swing.table.BnTableRowSorter
 
uninstall(BnTable) - Static method in class org.beanfabrics.swing.table.BnTableRowSorter2
 
updateLeadAnchorIndices(int, int) - Method in class org.beanfabrics.swing.list.BnListSelectionModel
 
updateLeadAnchorIndices(int, int) - Method in class org.beanfabrics.swing.table.BnTableSelectionModel
 

V

Validatable - Interface in org.beanfabrics.validation
The Validatable is an interface for classes that can be validated.
ValidatableBean - Class in org.beanfabrics
This is an implementation of Validatable that uses a Validator for producing a fresh ValidationState.
ValidatableBean() - Constructor for class org.beanfabrics.ValidatableBean
Constructs a new instance.
validate() - Method in class org.beanfabrics.model.AbstractPM.PropertiesValidationRule
 
validate() - Method in class org.beanfabrics.model.AbstractValuePM.DefaultValidationRule
 
validate() - Method in class org.beanfabrics.model.BigDecimalPM.DefaultValidationRule
 
validate() - Method in class org.beanfabrics.model.DatePM.DefaultValidationRule
 
validate() - Method in class org.beanfabrics.model.IntegerPM.DefaultValidationRule
 
validate() - Method in class org.beanfabrics.model.ListPM.DefaultValidationRule
 
validate() - Method in class org.beanfabrics.model.MapPM.DefaultValidationRule
 
validate() - Method in class org.beanfabrics.model.OperationPM.DefaultValidationRule
 
validate() - Method in class org.beanfabrics.model.TextPM.DefaultOptionsValidationRule
 
validate() - Method in interface org.beanfabrics.validation.ValidationRule
Produces a fresh ValidationState.
validate() - Method in class org.beanfabrics.validation.Validator
Validates the current context.
Validation - Annotation Type in org.beanfabrics.support
This annotation is processed by the ValidationSupport and marks a method as a validation method.
ValidationProcessor - Class in org.beanfabrics.support
 
ValidationProcessor() - Constructor for class org.beanfabrics.support.ValidationProcessor
 
ValidationRule - Interface in org.beanfabrics.validation
A ValidationRule is a rule that evaluates the current execution context in respect of a certain set of constraints.
ValidationState - Class in org.beanfabrics.validation
The ValidationState is the result of a call to ValidationRule.validate() and indicates that this rule has found some invalid state.
ValidationState(String) - Constructor for class org.beanfabrics.validation.ValidationState
Constructs a new instance with the given message.
ValidationSupport - Class in org.beanfabrics.support
This class supports the processing of Validation annotations for PresentationModel classes.
Validator - Class in org.beanfabrics.validation
The Validator is responsible for creating a ValidationState by evaluating a list of ValidationRule instances.
Validator() - Constructor for class org.beanfabrics.validation.Validator
 
values() - Method in class org.beanfabrics.model.Options
 
values() - Method in class org.beanfabrics.util.OrderPreservingMap
 
valuesReference() - Method in class org.beanfabrics.util.OrderPreservingMap
 
View<M extends PresentationModel> - Interface in org.beanfabrics
Basic interface for classes that represent a view on a presentation model.
ViewClassDecorator - Class in org.beanfabrics
Temporary class that will be deleted soon.
ViewClassDecorator(Class<? extends View>) - Constructor for class org.beanfabrics.ViewClassDecorator
 
visit(PresentationModel) - Method in interface org.beanfabrics.model.PresentationModelVisitor
 

W

warn(String) - Method in class org.beanfabrics.log.Jdk14Logger
Logs a message at the WARN level.
warn(String, Throwable) - Method in class org.beanfabrics.log.Jdk14Logger
Logs an Throwable at the WARN level
warn(String) - Method in interface org.beanfabrics.log.Logger
Logs a message at the WARN level.
warn(String, Throwable) - Method in interface org.beanfabrics.log.Logger
Logs an Throwable at the WARN level
warn(String) - Method in class org.beanfabrics.log.NopLogger
Logs a message at the WARN level.
warn(String, Throwable) - Method in class org.beanfabrics.log.NopLogger
Logs an Throwable at the WARN level
warn(String) - Method in class org.beanfabrics.log.Slf4jLogger
Logs a message at the WARN level.
warn(String, Throwable) - Method in class org.beanfabrics.log.Slf4jLogger
Logs an Throwable at the WARN level
WeakListAdapter - Class in org.beanfabrics.event
 
WeakListAdapter() - Constructor for class org.beanfabrics.event.WeakListAdapter
 
WeakListener - Interface in org.beanfabrics.event
Marker interface that indicates, that marked instances (listeners) should be treated as weak references, that means, that when an instance is found to be only weak reachable and reachable by the listener listCell, it can be removed safely from the listener listCell.
WeakListListener - Interface in org.beanfabrics.event
 
WeakPropertyChangeListener - Interface in org.beanfabrics.event
 
withAlignment(Integer) - Method in class org.beanfabrics.swing.table.BnColumnBuilder
 
withName(String) - Method in class org.beanfabrics.swing.table.BnColumnBuilder
 
withOperationPath(String) - Method in class org.beanfabrics.swing.table.BnColumnBuilder
 
withPath(String) - Method in class org.beanfabrics.swing.table.BnColumnBuilder
 
withWidth(int) - Method in class org.beanfabrics.swing.table.BnColumnBuilder
 
withWidthFixed(boolean) - Method in class org.beanfabrics.swing.table.BnColumnBuilder
 

A B C D E F G H I J K L M N O P R S T U V W

© 2010 by Michael Karneim, http://www.beanfabrics.org