public class IconForAsamOds
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
static java.lang.String |
getPictureFileName(ApplicationElement ae)
getPictureFileName returns the filename of the images which represents
the element with the name of the input parameter.
|
static java.lang.String |
getPictureFileName(BaseElement be)
getPictureFileName returns the filename of the images which represents
the element with the name of the input parameter.
|
static java.lang.String |
getPictureFileName(InstanceElement ie)
getPictureFileName returns the filename of the images which represents
the element with the name of the input parameter.
|
static java.lang.String |
getPictureFileName(java.lang.String baseType)
getPictureFileName returns the filename of the images which represents
the element with the name of the input parameter.
|
static javax.swing.Icon |
getPictureIcon(ApplicationElement ae)
getPictureIcon returns the icon which represents
the element with the name of the input parameter.
|
static javax.swing.Icon |
getPictureIcon(BaseElement be)
getPictureIcon returns the icon which represents
the element with the name of the input parameter.
|
static javax.swing.Icon |
getPictureIcon(InstanceElement ie)
getPictureIcon returns the icon which represents
the element with the name of the input parameter.
|
static javax.swing.Icon |
getPictureIcon(java.lang.String baseType)
getPictureIcon returns the icon which represents
the element with the name of the input parameter.
|
public static java.lang.String getPictureFileName(java.lang.String baseType)
String
- baseType The base element type.public static java.lang.String getPictureFileName(BaseElement be)
BaseElement
- be The base element.public static java.lang.String getPictureFileName(ApplicationElement ae)
ApplicationElement
- ae The application element.public static java.lang.String getPictureFileName(InstanceElement ie)
InsatnceElement
- ie The instance element.public static javax.swing.Icon getPictureIcon(java.lang.String baseType)
String
- baseType The base element type.public static javax.swing.Icon getPictureIcon(BaseElement be)
BaseElement
- be The base element.public static javax.swing.Icon getPictureIcon(ApplicationElement ae)
ApplicationElement
- ae The application element.public static javax.swing.Icon getPictureIcon(InstanceElement ie)
InstanceElement
- ie The application element.