|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use IListPM | |
|---|---|
| org.beanfabrics.event | |
| org.beanfabrics.model | |
| org.beanfabrics.swing.list | |
| org.beanfabrics.swing.table | |
| Uses of IListPM in org.beanfabrics.event |
|---|
| Constructors in org.beanfabrics.event with parameters of type IListPM | |
|---|---|
ElementChangedEvent(IListPM source,
int index)
|
|
ElementChangedEvent(IListPM source,
int index,
java.util.EventObject cause)
|
|
ElementsAddedEvent(IListPM source,
int beginIndex,
int length)
|
|
ElementsDeselectedEvent(IListPM source,
int beginIndex,
int length)
|
|
ElementsRemovedEvent(IListPM source,
int beginIndex,
int length,
java.util.Collection<? extends PresentationModel> removed)
|
|
ElementsReplacedEvent(IListPM source,
int beginIndex,
int length,
java.util.Collection<? extends PresentationModel> replaced)
|
|
ElementsSelectedEvent(IListPM source,
int beginIndex,
int length)
|
|
ListEvent(IListPM source)
|
|
ListSupport(IListPM source)
|
|
| Uses of IListPM in org.beanfabrics.model |
|---|
| Subinterfaces of IListPM in org.beanfabrics.model | |
|---|---|
interface |
IMapPM<K,V extends PresentationModel>
|
| Classes in org.beanfabrics.model that implement IListPM | |
|---|---|
class |
ListPM<T extends PresentationModel>
The ListPM is a list of presentation models. |
class |
MapPM<K,V extends PresentationModel>
The MapPM is a map of presentation models. |
| Uses of IListPM in org.beanfabrics.swing.list |
|---|
| Methods in org.beanfabrics.swing.list that return IListPM | |
|---|---|
IListPM |
BnListModel.getListCell()
|
IListPM |
BnList.getPresentationModel()
Returns the PresentationModel with that this component is
synchronized. |
| Methods in org.beanfabrics.swing.list with parameters of type IListPM | |
|---|---|
void |
BnList.setPresentationModel(IListPM pModel)
Sets the PresentationModel to synchronize this component with. |
| Constructors in org.beanfabrics.swing.list with parameters of type IListPM | |
|---|---|
BnListModel(IListPM listCell,
CellConfig cellConfig)
|
|
BnListSelectionModel(IListPM<? extends PresentationModel> aList)
|
|
| Uses of IListPM in org.beanfabrics.swing.table |
|---|
| Methods in org.beanfabrics.swing.table that return IListPM | |
|---|---|
IListPM<? extends PresentationModel> |
BnTable.getPresentationModel()
Returns the PresentationModel with that this component is
synchronized. |
IListPM |
BnTableModel.getPresentationModel()
Returns the underlying presentation model of this TableModel. |
| Methods in org.beanfabrics.swing.table with parameters of type IListPM | |
|---|---|
void |
BnTable.setPresentationModel(IListPM<? extends PresentationModel> pModel)
Sets the PresentationModel to synchronize this component with. |
| Constructors in org.beanfabrics.swing.table with parameters of type IListPM | |
|---|---|
BnTableModel(IListPM aListModel,
java.util.List<BnColumn> colDefs,
boolean editingAllowed)
|
|
BnTableSelectionModel(IListPM<? extends PresentationModel> pModel)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||