|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CollectionItemView | |
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 CollectionItemView in org.objectweb.jac.aspects.gui |
Methods in org.objectweb.jac.aspects.gui that return CollectionItemView | |
static CollectionItemView |
GuiAC.getView(CollectionItem collection,
String viewName)
Gets an object view by name. |
Methods in org.objectweb.jac.aspects.gui with parameters of type CollectionItemView | |
static Object |
TableModel.getCellRenderer(View tableView,
Object substance,
MemberItem member,
String header,
CollectionItemView collectionView,
ViewFactory factory,
DisplayContext context)
|
static View |
GenericFactory.getCollectionPane(ViewFactory factory,
DisplayContext context,
Object substance,
ObjectView objectView,
CollectionItemView memberView,
CollectionItem collection)
Builds a view that will display a given collection field of an object. |
Uses of CollectionItemView in org.objectweb.jac.aspects.gui.swing |
Fields in org.objectweb.jac.aspects.gui.swing declared as CollectionItemView | |
protected CollectionItemView |
AbstractCollection.itemView
|
Constructors in org.objectweb.jac.aspects.gui.swing with parameters of type CollectionItemView | |
SwingTableView(ViewFactory factory,
DisplayContext context,
CollectionItem collection,
Object substance,
ExtendedTableModel model,
CollectionItemView itemView)
|
|
List(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)
|
Uses of CollectionItemView in org.objectweb.jac.aspects.gui.web |
Fields in org.objectweb.jac.aspects.gui.web declared as CollectionItemView | |
protected CollectionItemView |
AbstractCollection.itemView
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |