mailpuccino
Class HTMLHandler

java.lang.Object
  extended bymailpuccino.ContentHandler
      extended bymailpuccino.HTMLHandler
All Implemented Interfaces:
ComponentType

public class HTMLHandler
extends ContentHandler


Field Summary
(package private) static java.lang.String[] Extensions
           
(package private) static javax.swing.Icon HTMLIcon
           
 
Fields inherited from class mailpuccino.ContentHandler
Content, Description, Part, ViewFrame
 
Constructor Summary
HTMLHandler()
           
 
Method Summary
 java.lang.String getDescription()
           
 java.lang.String[] getExtensions()
           
 java.lang.String getFileName()
           
 javax.swing.Icon getIcon()
           
 java.lang.String getType()
           
 java.awt.Component getView()
           
 
Methods inherited from class mailpuccino.ContentHandler
cleanUp, launch, performLaunch, showSaveDialog
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

HTMLIcon

static javax.swing.Icon HTMLIcon

Extensions

static java.lang.String[] Extensions
Constructor Detail

HTMLHandler

public HTMLHandler()
Method Detail

getType

public java.lang.String getType()

getDescription

public java.lang.String getDescription()
Specified by:
getDescription in class ContentHandler

getIcon

public javax.swing.Icon getIcon()
Specified by:
getIcon in class ContentHandler

getExtensions

public java.lang.String[] getExtensions()
Specified by:
getExtensions in class ContentHandler

getView

public java.awt.Component getView()
Specified by:
getView in class ContentHandler

getFileName

public java.lang.String getFileName()
Overrides:
getFileName in class ContentHandler