Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

ulu.view
Interface Itemable  view Itemable download Itemable.java


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.