I - the icon typepublic interface TabTypeManager<I>
| Modifier and Type | Method and Description |
|---|---|
I |
getIcon(java.lang.String type)
Return the icon for a type.
|
java.util.Set<java.lang.String> |
getIconTypes()
Return the supported icon types.
|
boolean |
registerIcon(java.net.URL url,
java.lang.String type)
Register an icon for a type.
|
I getIcon(java.lang.String type)
type - the typejava.util.Set<java.lang.String> getIconTypes()
boolean registerIcon(java.net.URL url,
java.lang.String type)
url - the URL for the icontype - the type