| Package | Description | 
|---|---|
| oracle.ide | 
 Contains classes that allow addins access to the IDE integration objects. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
abstract IdeUIManager.ThemeInfo | 
IdeUIManager.getCurrentTheme(java.lang.String lafClassName)
Returns information about the current color theme for the specified
 look-and-feel. 
 | 
abstract IdeUIManager.ThemeInfo | 
IdeUIManager.getDefaultTheme(java.lang.String lafClassName)
Returns information about the default color theme for the specified
 look-and-feel. 
 | 
abstract IdeUIManager.ThemeInfo[] | 
IdeUIManager.getInstalledThemes(java.lang.String lafClassName)
Returns information about the color themes that are available for
 the specified look-and-feel. 
 |