Sweet Home 3D 4.1

Uses of Class
com.eteks.sweethome3d.viewcontroller.ContentManager.ContentType

Packages that use ContentManager.ContentType
com.eteks.sweethome3d.applet Instantiates the required classes to run Sweet Home 3D as an applet
com.eteks.sweethome3d.swing Implements views created by Sweet Home 3D controllers with Swing components. 
com.eteks.sweethome3d.viewcontroller Describes controller classes and view interfaces of Sweet Home 3D. 
 

Uses of ContentManager.ContentType in com.eteks.sweethome3d.applet
 

Methods in com.eteks.sweethome3d.applet with parameters of type ContentManager.ContentType
 String AppletContentManager.getPresentationName(String contentName, ContentManager.ContentType contentType)
          Returns the name of the content in parameter.
 boolean AppletContentManager.isAcceptable(String contentName, ContentManager.ContentType contentType)
          Returns true if the content name in parameter is accepted for contentType.
 String AppletContentManager.showOpenDialog(View parentView, String dialogTitle, ContentManager.ContentType contentType)
          Returns the name chosen by user with an open dialog.
 String AppletContentManager.showSaveDialog(View parentView, String dialogTitle, ContentManager.ContentType contentType, String name)
          Returns the name chosen by user with a save dialog.
 

Uses of ContentManager.ContentType in com.eteks.sweethome3d.swing
 

Methods in com.eteks.sweethome3d.swing with parameters of type ContentManager.ContentType
 String FileContentManager.getDefaultFileExtension(ContentManager.ContentType contentType)
          Returns the default file extension of a given content type.
protected  FileFilter[] FileContentManager.getFileFilter(ContentManager.ContentType contentPath)
          Returns the file filters available for a given content type.
protected  File FileContentManager.getLastDirectory(ContentManager.ContentType contentType)
          Returns the last directory used for the given content type.
 String FileContentManager.getPresentationName(String contentPath, ContentManager.ContentType contentType)
          Returns the file name of the file path in parameter.
 boolean FileContentManager.isAcceptable(String contentPath, ContentManager.ContentType contentType)
          Returns true if the file path in parameter is accepted for contentType.
protected  boolean FileContentManager.isDirectory(ContentManager.ContentType contentType)
          Returns true if the given content type is for directories.
protected  void FileContentManager.setLastDirectory(ContentManager.ContentType contentType, File directory)
          Stores the last directory for the given content type.
 String FileContentManager.showOpenDialog(View parentView, String dialogTitle, ContentManager.ContentType contentType)
          Returns the file path chosen by user with an open file dialog.
 String FileContentManager.showSaveDialog(View parentView, String dialogTitle, ContentManager.ContentType contentType, String path)
          Returns the file path chosen by user with a save file dialog.
 

Uses of ContentManager.ContentType in com.eteks.sweethome3d.viewcontroller
 

Methods in com.eteks.sweethome3d.viewcontroller that return ContentManager.ContentType
static ContentManager.ContentType ContentManager.ContentType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static ContentManager.ContentType[] ContentManager.ContentType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in com.eteks.sweethome3d.viewcontroller with parameters of type ContentManager.ContentType
 String ContentManager.getPresentationName(String contentLocation, ContentManager.ContentType contentType)
          Returns a human readable string for a given content location.
 boolean ContentManager.isAcceptable(String contentLocation, ContentManager.ContentType contentType)
          Returns true if the content location in parameter is accepted for contentType.
 String ContentManager.showOpenDialog(View parentView, String dialogTitle, ContentManager.ContentType contentType)
          Returns the content location chosen by user with an open content dialog.
 String ContentManager.showSaveDialog(View parentView, String dialogTitle, ContentManager.ContentType contentType, String location)
          Returns the content location chosen by user with a save content dialog.
 


Sweet Home 3D 4.1

© Copyrights 2006-2013 eTeks - All rights reserved
Distributed under GNU General Public License