mailpuccino
Class PlainTextHandler

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

public class PlainTextHandler
extends ContentHandler


Field Summary
(package private) static javax.swing.Icon ContentIcon
           
(package private) static java.lang.String[] Extensions
           
 
Fields inherited from class mailpuccino.ContentHandler
Content, Description, Part, ViewFrame
 
Constructor Summary
PlainTextHandler()
           
 
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

ContentIcon

static javax.swing.Icon ContentIcon

Extensions

static java.lang.String[] Extensions
Constructor Detail

PlainTextHandler

public PlainTextHandler()
Method Detail

getType

public java.lang.String getType()

getDescription

public java.lang.String getDescription()
Specified by:
getDescription 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

getIcon

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

getFileName

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