Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Extension SDK
11g Release 2 (11.1.2.2.0)

E17493-03


oracle.ide
Class IdeUIManager.ThemeInfo

java.lang.Object
  extended by oracle.ide.IdeUIManager.ThemeInfo

All Implemented Interfaces:
java.lang.Comparable
Enclosing class:
IdeUIManager

public static final class IdeUIManager.ThemeInfo
extends java.lang.Object
implements java.lang.Comparable

Provides information about a look-and-feel color theme, for the sake of initializing or configuring an application that supports themes.


Constructor Summary
IdeUIManager.ThemeInfo(java.lang.String name, java.lang.String className)
          Constructs an object describing a look-and-feel color theme.

 

Method Summary
 int compareTo(java.lang.Object o)
           
 boolean equals(java.lang.Object o)
           
 java.lang.String getClassName()
          Returns the name of the theme class.
 java.lang.String getName()
          Returns the human-readable name for this theme.
 int hashCode()
           
 java.lang.String toString()
          Returns the human-readable name for the theme, as a convenience so that is not necessary to wrap the ThemeInfo object before storing it into a component's data model for display to the user.

 

Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait

 

Constructor Detail

IdeUIManager.ThemeInfo

public IdeUIManager.ThemeInfo(java.lang.String name,
                              java.lang.String className)
Constructs an object describing a look-and-feel color theme.
Parameters:
name - the human-readable name describing the color theme
className - the name of the class that implements the color theme

Method Detail

getName

public java.lang.String getName()
Returns the human-readable name for this theme.

getClassName

public java.lang.String getClassName()
Returns the name of the theme class.

compareTo

public int compareTo(java.lang.Object o)
Specified by:
compareTo in interface java.lang.Comparable

equals

public boolean equals(java.lang.Object o)
Overrides:
equals in class java.lang.Object

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object

toString

public java.lang.String toString()
Returns the human-readable name for the theme, as a convenience so that is not necessary to wrap the ThemeInfo object before storing it into a component's data model for display to the user.
Overrides:
toString in class java.lang.Object

Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Extension SDK
11g Release 2 (11.1.2.2.0)

E17493-03


Copyright © 1997, 2012, Oracle. All rights reserved.