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

Quick Search    Search Deep

ulu.view
Interface JAFable  view JAFable download JAFable.java

All Superinterfaces:
ContentSource, Handler, Invokable, Item, Propertied, Referrer, java.io.Serializable, Typed, UContained

public interface JAFable
extends Item

interface indicating that an Item is compliant with the Java Activation Framework (JAF) and can supply a DataSource.


Field Summary
 
Fields inherited from interface ulu.view.Item
METHOD_ADD_TO_SCRAPBOOK
 
Fields inherited from interface ulu.view.UContained
PROP_PARENT
 
Fields inherited from interface ulu.view.Propertied
PROP_DISPLAY_LOD, PROP_NAME
 
Fields inherited from interface ulu.view.Typed
PROP_TYPE
 
Fields inherited from interface ulu.view.ContentSource
PROP_CONTENT_URL
 
Method Summary
 javax.activation.DataSource getDataSource()
          provide a DataSource from which input and output streams can be derived
 
Methods inherited from interface ulu.view.Item
getParentView, setParentView
 
Methods inherited from interface ulu.view.UContained
getParent, setParent
 
Methods inherited from interface ulu.view.Propertied
addProp, clearProps, getName, getProp, properties, removeProp, setName
 
Methods inherited from interface ulu.view.Invokable
addMethod, clearMethods, getDefaultMethod, getMethod, methods, removeMethod, setDefaultMethod
 
Methods inherited from interface ulu.view.Referrer
getReference, setReference
 
Methods inherited from interface ulu.view.Typed
getType, setType
 
Methods inherited from interface ulu.view.Handler
invoke
 
Methods inherited from interface ulu.view.ContentSource
getContent
 

Method Detail

getDataSource

public javax.activation.DataSource getDataSource()
provide a DataSource from which input and output streams can be derived