| java.lang.Object org.w3c.jigadmin.editors.ResourceCell
ResourceCell | public class ResourceCell (Code) | | A wrapper of classname, used in dnd feature.
version: $Revision: 1.6 $ author: Benoît Mahé (bmahe@w3.org) |
Method Summary | |
public boolean | isContainer() Return true if the Resource wrapped by this cell is a container. | public boolean | isFilter() Return true if the Resource wrapped by this cell is a filter. | public boolean | isFrame() Return true if the Resource wrapped by this cell is a frame. | public boolean | isIndexer() Return true if the Resource wrapped by this cell is an Indexer. | public boolean | isMetaDataFrame() Return true if the Resource wrapped by this cell is a MetaDataFrame. | public boolean | isResource() Return true if the Resource wrapped by this cell is a resource. | public String | toString() |
ResourceCell | public ResourceCell(String name, String spec)(Code) | | Constructor.
Parameters: name - the resource classname Parameters: spec - INDEXER_S, CONTAINER_S, RESOURCE_S, FRAME_S or FILTER_S |
isContainer | public boolean isContainer()(Code) | | Return true if the Resource wrapped by this cell is a container.
a boolean |
isFilter | public boolean isFilter()(Code) | | Return true if the Resource wrapped by this cell is a filter.
a boolean |
isFrame | public boolean isFrame()(Code) | | Return true if the Resource wrapped by this cell is a frame.
a boolean |
isIndexer | public boolean isIndexer()(Code) | | Return true if the Resource wrapped by this cell is an Indexer.
a boolean |
isMetaDataFrame | public boolean isMetaDataFrame()(Code) | | Return true if the Resource wrapped by this cell is a MetaDataFrame.
a boolean |
isResource | public boolean isResource()(Code) | | Return true if the Resource wrapped by this cell is a resource.
a boolean |
toString | public String toString()(Code) | | Return the classname
a String. |
|
|