Oracle Fusion Middleware Java API Reference for Oracle Extension SDK
12c (12.1.3)
E41664-01
 
- 
- 
Nested Class Summary
Nested Classes 
| Modifier and Type | 
Interface and Description | 
static class  | 
IconProvider.Key
The IconProvider.Key enumerated type is for convenience when
 working with common icon provider keys. 
 | 
 
- 
Method Summary
Methods 
| Modifier and Type | 
Method and Description | 
javax.swing.Icon | 
iconFor(T obj,
       java.lang.String key,
       boolean enabled)
Get the icon for the given object and the given key. 
 | 
 
 
 
- 
- 
Method Detail
- 
iconFor
javax.swing.Icon iconFor(T obj,
                       java.lang.String key,
                       boolean enabled)
Get the icon for the given object and the given key.
- Parameters:
 obj - the object for which to provide an iconkey - the key for which to provide an iconenabled - true if the icon should represent an enabled 
 state, false otherwise 
- Returns:
 - the icon for the given object and the given key
 
 
 
 
 
 
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK
12c (12.1.3)
E41664-01
 
Copyright © 1997, 2014, Oracle. All rights reserved.