T
- public abstract class AbstractViewerFactory<T> extends java.lang.Object implements ViewerFactory<T>
Modifier | Constructor and Description |
---|---|
protected |
AbstractViewerFactory(java.lang.String viewerName,
java.lang.String dataTypeName,
java.lang.String mimeType,
boolean editable) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getDataTypeName() |
java.lang.String |
getMimetype() |
java.lang.String |
getViewerName() |
boolean |
isEditable() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
createViewer
isApplicable
protected AbstractViewerFactory(java.lang.String viewerName, java.lang.String dataTypeName, java.lang.String mimeType, boolean editable)
public java.lang.String getViewerName()
getViewerName
in interface ViewerFactory<T>
public java.lang.String getDataTypeName()
getDataTypeName
in interface ViewerFactory<T>
public java.lang.String getMimetype()
getMimetype
in interface ViewerFactory<T>
public boolean isEditable()
isEditable
in interface ViewerFactory<T>