ca.aura.ui.resources
Class ArtefactResource

java.lang.Object
  |
  +--Resource
        |
        +--ca.aura.ui.resources.ArtefactResource

public class ArtefactResource
extends Resource

See Also:
Serialized Form

Method Summary
 java.lang.String getAddCommentMenuItemText()
          get the browse menu item text
 ImageDescriptor getAuraImageDescriptor()
          get the aura image descriptor
 java.lang.String getBrowseMenuItemText()
          get the browse menu item text
static ArtefactResource getDefault()
          get the singleton resource
 ImageDescriptor getDocHighlightImageDescriptor()
          get the highlighted document image descriptor
 ImageDescriptor getDocImageDescriptor()
          get the normal document image descriptor
 ImageDescriptor getFolderImage()
          get the folder image descriptor
 ImageDescriptor getJavaDocHighlightImageDescriptor()
          get the highlighted javadoc ImageDescriptor
 ImageDescriptor getJavaDocImageDescriptor()
          get the normal javadoc ImageDescriptor
 ImageDescriptor getJunitReportHighlightImageDescriptor()
          get the highlighted junit report image
 ImageDescriptor getJunitReportImageDescriptor()
          get the normal junit report image
 java.lang.String getSearchMenuItemText()
          get the search menu item text
 ImageDescriptor getSourceCodeHighlightImageDescriptor()
          get the highlighted source code image descriptor
 ImageDescriptor getSourceCodeImageDescriptor()
          get the normal source code image descriptor
 ImageDescriptor getWebpageHighlightImageDescriptor()
          get the highlighted document image descriptor
 ImageDescriptor getWebpageImageDescriptor()
          get the normal document image descriptor
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getDefault

public static ArtefactResource getDefault()
get the singleton resource


getAuraImageDescriptor

public ImageDescriptor getAuraImageDescriptor()
get the aura image descriptor


getFolderImage

public ImageDescriptor getFolderImage()
get the folder image descriptor


getDocImageDescriptor

public ImageDescriptor getDocImageDescriptor()
get the normal document image descriptor


getDocHighlightImageDescriptor

public ImageDescriptor getDocHighlightImageDescriptor()
get the highlighted document image descriptor


getSourceCodeImageDescriptor

public ImageDescriptor getSourceCodeImageDescriptor()
get the normal source code image descriptor


getSourceCodeHighlightImageDescriptor

public ImageDescriptor getSourceCodeHighlightImageDescriptor()
get the highlighted source code image descriptor


getWebpageImageDescriptor

public ImageDescriptor getWebpageImageDescriptor()
get the normal document image descriptor


getWebpageHighlightImageDescriptor

public ImageDescriptor getWebpageHighlightImageDescriptor()
get the highlighted document image descriptor


getJavaDocImageDescriptor

public ImageDescriptor getJavaDocImageDescriptor()
get the normal javadoc ImageDescriptor


getJavaDocHighlightImageDescriptor

public ImageDescriptor getJavaDocHighlightImageDescriptor()
get the highlighted javadoc ImageDescriptor


getJunitReportImageDescriptor

public ImageDescriptor getJunitReportImageDescriptor()
get the normal junit report image


getJunitReportHighlightImageDescriptor

public ImageDescriptor getJunitReportHighlightImageDescriptor()
get the highlighted junit report image


getBrowseMenuItemText

public java.lang.String getBrowseMenuItemText()
get the browse menu item text


getAddCommentMenuItemText

public java.lang.String getAddCommentMenuItemText()
get the browse menu item text


getSearchMenuItemText

public java.lang.String getSearchMenuItemText()
get the search menu item text



Copyright © 2002 University of Ottawa. All Rights Reserved.