Package com.togethersoft.openapi.ide.resource

Contains classes and interfaces for obtaining information about types of files (such as "text", "source", "binary" etc) and RwiElements.

See
          Description

Class Diagram Summary
resource 
 

Interface Summary
IdeFileType Defines string constants used to identify the type of a file in IdeResourceManager.
IdeResourceIconType Defines string constants used to identify the type of an icon in IdeResourceManager.
IdeResourceManager Provides a set of methods for obtaining information about types of files and RwiElements.
 

Class Summary
IdeResourceManagerAccess Class IdeResourceManagerAccess provides access to the current IdeResourceManager.
 

Package com.togethersoft.openapi.ide.resource Description

Contains classes and interfaces for obtaining information about types of files (such as "text", "source", "binary" etc) and RwiElements.

Categories of files are defined in the resource.config file (this file associates a file's extension with an appropriate category, for example, .java extesion is a "source", .class is a "binary" etc.)

An icon corresponding to the type of a file or RwiElement can be obtained via IdeResourceManager. This manager also provides a lot of useful methods for obtaining general information such as descriptions, icons, help URLs for files and RwiElements.