|
||||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.productivity.tools.ui.views.RichDocumentType
This class uses a type safe enum pattern to encapsulate the type of a rich document. This class defines
built-in document types that are supported in RichDocumentView
.
Field Summary | |
---|---|
static RichDocumentType |
BLANK_TYPE
BLANK_TYPE is the value defined for a blank document. |
static RichDocumentType |
DOCUMENT_TYPE
DOCUMENT_TYPE is the value defined for a word processing application. |
static RichDocumentType |
PRESENTATION_TYPE
PRESENTATION_TYPE is the value defined for a presentation application. |
static RichDocumentType |
SPREADSHEET_TYPE
SPREADSHEET_TYPE is the value defined for a spreadsheet application. |
Method Summary | |
---|---|
boolean |
equals(java.lang.Object obj)
|
int |
hashCode()
|
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Field Detail |
public static final RichDocumentType BLANK_TYPE
public static final RichDocumentType DOCUMENT_TYPE
public static final RichDocumentType SPREADSHEET_TYPE
public static final RichDocumentType PRESENTATION_TYPE
Method Detail |
public boolean equals(java.lang.Object obj)
public int hashCode()
public java.lang.String toString()
|
||||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |