mailpuccino
Class DefaultHandler

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

public class DefaultHandler
extends ContentHandler


Field Summary
(package private) static javax.swing.Icon ContentIcon
           
 
Fields inherited from class mailpuccino.ContentHandler
Content, Description, Part, ViewFrame
 
Constructor Summary
DefaultHandler()
           
 
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()
           
 void performLaunch()
           
 
Methods inherited from class mailpuccino.ContentHandler
cleanUp, launch, 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
Constructor Detail

DefaultHandler

public DefaultHandler()
Method Detail

getType

public java.lang.String getType()

getDescription

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

getView

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

getExtensions

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

getIcon

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

performLaunch

public void performLaunch()
Overrides:
performLaunch in class ContentHandler

getFileName

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