|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CollectionModel | |
org.objectweb.jac.aspects.gui | Provides a simple and generic GUI (Graphical User Interface) aspect. |
org.objectweb.jac.aspects.gui.swing | Provides a simple and generic GUI (Graphical User Interface) aspect using SWING. |
org.objectweb.jac.aspects.gui.web | Provides a simple and generic GUI (Graphical User Interface) aspect generating HTML pages. |
Uses of CollectionModel in org.objectweb.jac.aspects.gui |
Subinterfaces of CollectionModel in org.objectweb.jac.aspects.gui | |
interface |
ExtendedTableModel
Data model for tables. |
Classes in org.objectweb.jac.aspects.gui that implement CollectionModel | |
class |
ComboBoxModel
This is an abstract representation of a combo box. |
class |
LessAbstractListModel
Base class for ListModel and ComboBoxModel. |
class |
ListModel
A generic list data model. |
class |
TableFilter
|
(package private) class |
org.objectweb.jac.aspects.gui.TableMap
In a chain of data manipulators some behaviour is common. |
class |
TableModel
The data model for tables. |
class |
TableSorter
A sorter for TableModels. |
Methods in org.objectweb.jac.aspects.gui that return CollectionModel | |
CollectionModel |
CollectionView.getCollectionModel()
Gets the associated collection model. |
Uses of CollectionModel in org.objectweb.jac.aspects.gui.swing |
Methods in org.objectweb.jac.aspects.gui.swing that return CollectionModel | |
CollectionModel |
CompactList.getCollectionModel()
|
CollectionModel |
AbstractCollection.getCollectionModel()
|
Constructors in org.objectweb.jac.aspects.gui.swing with parameters of type CollectionModel | |
List(ViewFactory factory,
DisplayContext context,
CollectionItem collection,
Object substance,
CollectionModel model,
CollectionItemView itemView)
|
|
CompactList(ViewFactory factory,
DisplayContext context,
CollectionItem collection,
Object substance,
CollectionModel model)
|
|
AbstractCollection(ViewFactory factory,
DisplayContext context,
CollectionItem collection,
Object substance,
CollectionModel model,
CollectionItemView itemView)
|
Uses of CollectionModel in org.objectweb.jac.aspects.gui.web |
Fields in org.objectweb.jac.aspects.gui.web declared as CollectionModel | |
protected CollectionModel |
AbstractCollection.model
|
Methods in org.objectweb.jac.aspects.gui.web that return CollectionModel | |
CollectionModel |
AbstractCollection.getCollectionModel()
|
Constructors in org.objectweb.jac.aspects.gui.web with parameters of type CollectionModel | |
IndicesSelector(ViewFactory factory,
DisplayContext context,
CollectionItem collection,
Object substance,
CollectionModel model,
CollectionItemView itemView)
|
|
List(ViewFactory factory,
DisplayContext context,
CollectionItem collection,
Object substance,
CollectionModel model,
CollectionItemView itemView)
|
|
CompactList(ViewFactory factory,
DisplayContext context,
CollectionItem collection,
Object substance,
CollectionModel model,
CollectionItemView itemView)
|
|
AbstractCollection(ViewFactory factory,
DisplayContext context,
CollectionItem collection,
Object substance,
CollectionModel model,
CollectionItemView itemView)
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |