|
Oracle UIX API Reference Release 2.1.22.0.0 B12196-01 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--oracle.cabo.image.cache.TabBarKey
Cache key for buttons.
Constructor Summary | |
TabBarKey(ImageContext context,
java.util.Dictionary properties)
Creates a key for the specified Dictionary properties. |
|
TabBarKey(ImageContext context,
Tab[] tabs,
int selectedIndex,
java.awt.Color foreground,
java.awt.Color background,
FontProxy font,
java.awt.Color disabledForeground,
java.awt.Color disabledBackground,
FontProxy disabledFont,
java.awt.Color selectedForeground,
java.awt.Color selectedBackground,
FontProxy selectedFont,
java.awt.Color surroundingColor,
boolean disabled,
boolean textAntialias)
Creates a key for the specified attributes. |
Method Summary | |
boolean |
equals(java.lang.Object o)
Override of Object.equals(). |
java.awt.Color |
getBackground()
|
int |
getDirection()
|
java.awt.Color |
getDisabledBackground()
|
FontProxy |
getDisabledFont()
|
java.awt.Color |
getDisabledForeground()
|
FontProxy |
getFont()
|
java.awt.Color |
getForeground()
|
java.lang.String |
getLocalName()
Implementation of ImageProviderRequest.getLocalName(). |
java.lang.String |
getNamespaceURI()
Implementation of ImageProviderRequest.getNamespaceURI(). |
java.util.Dictionary |
getRenderProperties(ImageContext context)
Implementation of ImageProviderRequest.getRenderProperties(). |
java.awt.Color |
getSelectedBackground()
|
FontProxy |
getSelectedFont()
|
java.awt.Color |
getSelectedForeground()
|
int |
getSelectedIndex()
|
Tab[] |
getTabs()
|
int |
hashCode()
Override of Object.hashCode(). |
boolean |
isDisabled()
|
boolean |
isTextAntialiased()
|
protected void |
setBackground(java.awt.Color background)
|
protected void |
setDirection(int direction)
|
protected void |
setDisabled(boolean disabled)
|
protected void |
setDisabledBackground(java.awt.Color disabledBackground)
|
protected void |
setDisabledFont(FontProxy disabledFont)
|
protected void |
setDisabledForeground(java.awt.Color disabledForeground)
|
protected void |
setFont(FontProxy font)
|
protected void |
setForeground(java.awt.Color foreground)
|
protected void |
setSelectedBackground(java.awt.Color selectedBackground)
|
protected void |
setSelectedFont(FontProxy selectedFont)
|
protected void |
setSelectedForeground(java.awt.Color selectedForeground)
|
protected void |
setSelectedIndex(int selectedIndex)
|
protected void |
setTabs(Tab[] tabs)
|
protected void |
setTextAntialiased(boolean textAntialias)
|
java.lang.String |
toString()
Override of toString(). |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public TabBarKey(ImageContext context, java.util.Dictionary properties)
public TabBarKey(ImageContext context, Tab[] tabs, int selectedIndex, java.awt.Color foreground, java.awt.Color background, FontProxy font, java.awt.Color disabledForeground, java.awt.Color disabledBackground, FontProxy disabledFont, java.awt.Color selectedForeground, java.awt.Color selectedBackground, FontProxy selectedFont, java.awt.Color surroundingColor, boolean disabled, boolean textAntialias)
Method Detail |
public java.lang.String getNamespaceURI()
getNamespaceURI
in interface ImageProviderRequest
public java.lang.String getLocalName()
getLocalName
in interface ImageProviderRequest
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public java.util.Dictionary getRenderProperties(ImageContext context)
getRenderProperties
in interface ImageProviderRequest
oracle.cabo.image.ImageProviderRequest
ImageRenderer
,
ImageConstants
public final Tab[] getTabs()
public final int getSelectedIndex()
public final java.awt.Color getForeground()
public final java.awt.Color getBackground()
public final FontProxy getFont()
public final java.awt.Color getSelectedForeground()
public final java.awt.Color getSelectedBackground()
public final FontProxy getSelectedFont()
public final java.awt.Color getDisabledForeground()
public final java.awt.Color getDisabledBackground()
public final FontProxy getDisabledFont()
public final int getDirection()
public final boolean isDisabled()
public final boolean isTextAntialiased()
protected void setTabs(Tab[] tabs)
protected void setSelectedIndex(int selectedIndex)
protected void setForeground(java.awt.Color foreground)
protected void setBackground(java.awt.Color background)
protected void setFont(FontProxy font)
protected void setSelectedForeground(java.awt.Color selectedForeground)
protected void setSelectedBackground(java.awt.Color selectedBackground)
protected void setSelectedFont(FontProxy selectedFont)
protected void setDisabledForeground(java.awt.Color disabledForeground)
protected void setDisabledBackground(java.awt.Color disabledBackground)
protected void setDisabledFont(FontProxy disabledFont)
protected void setDirection(int direction)
protected void setDisabled(boolean disabled)
protected void setTextAntialiased(boolean textAntialias)
public java.lang.String toString()
toString
in class java.lang.Object
|
Oracle UIX API Reference Release 2.1.22.0.0 B12196-01 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |