|
|||||||||
| Home >> All >> ulu >> [ view overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
ulu.view
Interface Itemable

- public interface Itemable
A delegate interface for something that isn't an Item itself, but knows how to present itself as a custom item to an unc client - possibly as a View with programmatically-defined sub-views.
The ItemFactory knows how to handle Viewable interfaces when wrapping objects into views
This is not a bona fide remote interface suitable for use in jini/RMI networked situations - see the sys.jini.RemoteItemable interface for that (but don't worry about it if you don't use RMI or jini).
| Method Summary | |
Item |
getItem()
get a custom view that represents this object - if you aren't using the interface in a multi-VM environment, ignore the RemoteException, i.e. |
| Method Detail |
getItem
public Item getItem() throws java.rmi.RemoteException
get a custom view that represents this object - if you aren't using the interface in a multi-VM environment, ignore the RemoteException, i.e. just put in a blank try-catch around it.
|
|||||||||
| Home >> All >> ulu >> [ view overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC