com.spss.psapi.session

Interface UIResources



  • public interface UIResources
    This interface provides access to UI-related resources.
    Since:
    PSAPI 15.0.0.1
    Version:
    1.0
    Author:
    Julian Clinton
    • Method Summary

      Methods 
      Modifier and Type Method and Description
      javax.swing.ImageIcon getBaseProcessorIcon(java.lang.String nodeType)
      Returns the base icon used to represent this node type or null.
      javax.swing.ImageIcon getDocumentOutputWindowIcon(java.lang.String displayType)
      Returns the default icon used to represent this display type or null.
      javax.swing.ImageIcon getModelOutputWindowIcon(java.lang.String modelType)
      Returns the default icon used to represent this model type or null.
      javax.swing.ImageIcon getProcessorIcon(java.lang.String nodeType)
      Returns the default icon used to represent this node type or null.
    • Method Detail

      • getProcessorIcon

        javax.swing.ImageIcon getProcessorIcon(java.lang.String nodeType)
        Returns the default icon used to represent this node type or null.
        Parameters:
        nodeType - the node type
        Returns:
        the default image icon
      • getBaseProcessorIcon

        javax.swing.ImageIcon getBaseProcessorIcon(java.lang.String nodeType)
        Returns the base icon used to represent this node type or null. The base icon does not include any background.
        Parameters:
        nodeType - the node type
        Returns:
        the base icon
      • getDocumentOutputWindowIcon

        javax.swing.ImageIcon getDocumentOutputWindowIcon(java.lang.String displayType)
        Returns the default icon used to represent this display type or null.
        Parameters:
        displayType - the display type
        Returns:
        the default image icon
        Since:
        PSAPI 16.1
      • getModelOutputWindowIcon

        javax.swing.ImageIcon getModelOutputWindowIcon(java.lang.String modelType)
        Returns the default icon used to represent this model type or null.
        Parameters:
        displayType - the display type
        Returns:
        the default image icon
        Since:
        PSAPI 16.1

(C) Copyright IBM Corp. 1994, 2015. All Rights Reserved.