All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class novocode.netforge.share.MimeTypes

java.lang.Object
   |
   +----novocode.netforge.share.MimeTypes

public final class MimeTypes
extends Object
implements Configurable
The registry for all NetForge programs


Constructor Index

 o MimeTypes(NetForge)

Method Index

 o getBackIcon()
 o getBlankIcon()
 o getConfig()
 o getDirectoryIcon()
 o getIcon(String)
 o getType(String)
 o resetConfig()
 o setConfig(Config)

Constructors

 o MimeTypes
 public MimeTypes(NetForge nf)

Methods

 o getConfig
 public synchronized Config getConfig()
 o setConfig
 public synchronized String setConfig(Config c)
 o resetConfig
 public synchronized void resetConfig()
 o getType
 public ContentType getType(String name)
 o getIcon
 public String getIcon(String type)
 o getBlankIcon
 public String getBlankIcon()
 o getBackIcon
 public String getBackIcon()
 o getDirectoryIcon
 public String getDirectoryIcon()

All Packages  Class Hierarchy  This Package  Previous  Next  Index