public interface UIResources
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 . |
javax.swing.ImageIcon getProcessorIcon(java.lang.String nodeType)
null
.nodeType
- the node typejavax.swing.ImageIcon getBaseProcessorIcon(java.lang.String nodeType)
null
. The base icon does not include
any background.nodeType
- the node typejavax.swing.ImageIcon getDocumentOutputWindowIcon(java.lang.String displayType)
null
.displayType
- the display typejavax.swing.ImageIcon getModelOutputWindowIcon(java.lang.String modelType)
null
.displayType
- the display type(C) Copyright IBM Corp. 1994, 2015. All Rights Reserved.