org.egothor.analyzer.pdf.nativewrapper
Class PDFMetaInfo

java.lang.Object
  extended byjavax.swing.text.EditorKit
      extended byjavax.swing.text.DefaultEditorKit
          extended byjavax.swing.text.StyledEditorKit
              extended byjavax.swing.text.html.HTMLEditorKit
                  extended byorg.egothor.analyzer.pdf.nativewrapper.PDFMetaInfo
All Implemented Interfaces:
javax.accessibility.Accessible, java.lang.Cloneable, java.io.Serializable

public class PDFMetaInfo
extends javax.swing.text.html.HTMLEditorKit

Version:
0.0.1
Author:
Edmond Nolan
See Also:
Serialized Form

Nested Class Summary
 
Nested classes inherited from class javax.swing.text.html.HTMLEditorKit
javax.swing.text.html.HTMLEditorKit.HTMLFactory, javax.swing.text.html.HTMLEditorKit.HTMLTextAction, javax.swing.text.html.HTMLEditorKit.InsertHTMLTextAction, javax.swing.text.html.HTMLEditorKit.LinkController, javax.swing.text.html.HTMLEditorKit.Parser, javax.swing.text.html.HTMLEditorKit.ParserCallback
 
Nested classes inherited from class javax.swing.text.StyledEditorKit
javax.swing.text.StyledEditorKit.AlignmentAction, javax.swing.text.StyledEditorKit.BoldAction, javax.swing.text.StyledEditorKit.FontFamilyAction, javax.swing.text.StyledEditorKit.FontSizeAction, javax.swing.text.StyledEditorKit.ForegroundAction, javax.swing.text.StyledEditorKit.ItalicAction, javax.swing.text.StyledEditorKit.StyledTextAction, javax.swing.text.StyledEditorKit.UnderlineAction
 
Nested classes inherited from class javax.swing.text.DefaultEditorKit
javax.swing.text.DefaultEditorKit.BeepAction, javax.swing.text.DefaultEditorKit.CopyAction, javax.swing.text.DefaultEditorKit.CutAction, javax.swing.text.DefaultEditorKit.DefaultKeyTypedAction, javax.swing.text.DefaultEditorKit.InsertBreakAction, javax.swing.text.DefaultEditorKit.InsertContentAction, javax.swing.text.DefaultEditorKit.InsertTabAction, javax.swing.text.DefaultEditorKit.PasteAction
 
Field Summary
static java.lang.String AUTHOR
          AUTHOR is a constant for "Author"
static java.lang.String BLANK
          BLANK is a constant for " "
static java.lang.String CREATION_DATE
          CREATION_DATE is a constant for "CreationDate"
static java.lang.String CREATOR
          CREATOR is a constant for "Creator"
static java.lang.String KEYWORDS
          KEYWORDS is a constant for "Keywords"
static java.lang.String PRODUCER
          PRODUCER is a constant for "Producer"
static java.lang.String SUBJECT
          SUBJECT is a constant for "Subject"
 
Fields inherited from class javax.swing.text.html.HTMLEditorKit
BOLD_ACTION, COLOR_ACTION, DEFAULT_CSS, FONT_CHANGE_BIGGER, FONT_CHANGE_SMALLER, IMG_ALIGN_BOTTOM, IMG_ALIGN_MIDDLE, IMG_ALIGN_TOP, IMG_BORDER, ITALIC_ACTION, LOGICAL_STYLE_ACTION, PARA_INDENT_LEFT, PARA_INDENT_RIGHT
 
Fields inherited from class javax.swing.text.DefaultEditorKit
backwardAction, beepAction, beginAction, beginLineAction, beginParagraphAction, beginWordAction, copyAction, cutAction, defaultKeyTypedAction, deleteNextCharAction, deletePrevCharAction, downAction, endAction, endLineAction, EndOfLineStringProperty, endParagraphAction, endWordAction, forwardAction, insertBreakAction, insertContentAction, insertTabAction, nextWordAction, pageDownAction, pageUpAction, pasteAction, previousWordAction, readOnlyAction, selectAllAction, selectionBackwardAction, selectionBeginAction, selectionBeginLineAction, selectionBeginParagraphAction, selectionBeginWordAction, selectionDownAction, selectionEndAction, selectionEndLineAction, selectionEndParagraphAction, selectionEndWordAction, selectionForwardAction, selectionNextWordAction, selectionPreviousWordAction, selectionUpAction, selectLineAction, selectParagraphAction, selectWordAction, upAction, writableAction
 
Constructor Summary
PDFMetaInfo()
           
 
Method Summary
 java.lang.String getAuthor()
           
 java.lang.String getCreationDate()
           
 java.lang.String getCreator()
           
 java.util.Hashtable getHashtable()
           
 java.lang.String getKeywords()
           
 java.lang.String getMetaHTMLFileName()
           
 javax.swing.text.html.HTMLEditorKit.Parser getParser()
           
 java.lang.String getProducer()
           
 java.lang.String getSubject()
           
 void setMetaHTMLFileName(java.lang.String aStr)
           
 
Methods inherited from class javax.swing.text.html.HTMLEditorKit
clone, createDefaultDocument, createInputAttributes, deinstall, getAccessibleContext, getActions, getContentType, getDefaultCursor, getInputAttributes, getLinkCursor, getStyleSheet, getViewFactory, insertHTML, install, read, setDefaultCursor, setLinkCursor, setStyleSheet, write
 
Methods inherited from class javax.swing.text.StyledEditorKit
getCharacterAttributeRun
 
Methods inherited from class javax.swing.text.DefaultEditorKit
createCaret, read, write
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

BLANK

public static final java.lang.String BLANK
BLANK is a constant for " "

See Also:
Constant Field Values

SUBJECT

public static final java.lang.String SUBJECT
SUBJECT is a constant for "Subject"

See Also:
Constant Field Values

CREATION_DATE

public static final java.lang.String CREATION_DATE
CREATION_DATE is a constant for "CreationDate"

See Also:
Constant Field Values

PRODUCER

public static final java.lang.String PRODUCER
PRODUCER is a constant for "Producer"

See Also:
Constant Field Values

KEYWORDS

public static final java.lang.String KEYWORDS
KEYWORDS is a constant for "Keywords"

See Also:
Constant Field Values

AUTHOR

public static final java.lang.String AUTHOR
AUTHOR is a constant for "Author"

See Also:
Constant Field Values

CREATOR

public static final java.lang.String CREATOR
CREATOR is a constant for "Creator"

See Also:
Constant Field Values
Constructor Detail

PDFMetaInfo

public PDFMetaInfo()
Method Detail

getParser

public javax.swing.text.html.HTMLEditorKit.Parser getParser()

getMetaHTMLFileName

public java.lang.String getMetaHTMLFileName()

setMetaHTMLFileName

public void setMetaHTMLFileName(java.lang.String aStr)

getSubject

public java.lang.String getSubject()

getCreationDate

public java.lang.String getCreationDate()

getProducer

public java.lang.String getProducer()

getKeywords

public java.lang.String getKeywords()

getAuthor

public java.lang.String getAuthor()

getCreator

public java.lang.String getCreator()

getHashtable

public java.util.Hashtable getHashtable()


Copyright © 2004 Egothor Developers. All Rights Reserved. Build date 20050710