com.ibm.productivity.tools.ui.views
Class RichDocumentType

java.lang.Object
  extended bycom.ibm.productivity.tools.ui.views.RichDocumentType

public final class RichDocumentType
extends java.lang.Object

This class uses typesafe enum pattern to encapsulate the type of a rich document. This class defines built-in document types that are supported in RichDocumentView.


This class is not intended to be extended by client.

Since:
8.0.1

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

BLANK_TYPE

public static final RichDocumentType BLANK_TYPE
BLANK_TYPE is the value defined for a blank document.


DOCUMENT_TYPE

public static final RichDocumentType DOCUMENT_TYPE
DOCUMENT_TYPE is the value defined for a word processing application.


SPREADSHEET_TYPE

public static final RichDocumentType SPREADSHEET_TYPE
SPREADSHEET_TYPE is the value defined for a spreadsheet application.


PRESENTATION_TYPE

public static final RichDocumentType PRESENTATION_TYPE
PRESENTATION_TYPE is the value defined for a presentation application.

Method Detail

equals

public boolean equals(java.lang.Object obj)

hashCode

public int hashCode()

toString

public java.lang.String toString()