|
| Components |
|
| |||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||||
public interface IconMap
An interface for obtaining Icon resources. Icons are retrieved based on
a string identifier or optionally by an object identifier.
If an implementation uses a ResourceLocatorInterface
to locate its icons, it is recommended that this implementation return this resource locator
from getResourceLocator().
Icon| Method Summary | |
|---|---|
javax.swing.Icon |
getIcon(java.lang.String iconId)
Return an icon for the specified string identifier. |
javax.swing.Icon |
getObjectIcon(java.lang.Object obj)
Return an icon for the specified object identifier. |
com.sas.net.ResourceLocatorInterface |
getResourceLocator()
Return a resource locator for locating the icons. |
| Method Detail |
|---|
javax.swing.Icon getIcon(java.lang.String iconId)
iconId - identifier for an icon
nulljavax.swing.Icon getObjectIcon(java.lang.Object obj)
null.
obj - the identifier for an icon
nullcom.sas.net.ResourceLocatorInterface getResourceLocator()
null.
null
|
| Components |
|
| |||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||||