|
UIX 2.2.16 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--oracle.cabo.image.cache.CompositeButtonKey
Cache key for buttons.
Field Summary | |
static char |
ACCESS_KEY_UNDEFINED
|
Constructor Summary | |
CompositeButtonKey(ImageContext context,
java.util.Dictionary properties)
Creates a key for the specified Dictionary properties. |
|
CompositeButtonKey(ImageContext context,
java.lang.String lookAndFeelId,
java.lang.String name,
java.lang.String text,
java.awt.Color foreground,
java.awt.Color background,
java.awt.Color surroundingColor,
FontProxy font,
boolean disabled,
boolean textAntialias,
char accessKey,
InputStreamProvider startIcon,
InputStreamProvider endIcon,
InputStreamProvider topBackgroundIcon,
InputStreamProvider bottomBackgroundIcon)
|
Method Summary | |
boolean |
equals(java.lang.Object o)
Override of Object.equals(). |
char |
getAccessKey()
|
java.awt.Color |
getBackground()
|
protected InputStreamProvider |
getBottomBackgroundIcon()
Returns the InputStreamProvider for the bottom background icon. |
int |
getDirection()
|
protected InputStreamProvider |
getEndIcon()
Returns the InputStreamProvider for the end icon. |
FontProxy |
getFont()
|
java.awt.Color |
getForeground()
|
java.lang.String |
getLocalName()
Implementation of ImageProviderRequest.getLocalName(). |
java.lang.String |
getName()
|
java.lang.String |
getNamespaceURI()
Implementation of ImageProviderRequest.getNamespaceURI(). |
java.util.Dictionary |
getRenderProperties(ImageContext context)
Implementation of ImageProviderRequest.getRenderProperties(). |
protected InputStreamProvider |
getStartIcon()
Returns the InputStreamProvider for the start icon. |
java.lang.String |
getText()
|
protected InputStreamProvider |
getTopBackgroundIcon()
Returns the InputStreamProvider for the top background icon. |
int |
hashCode()
Override of Object.hashCode(). |
boolean |
isDisabled()
|
boolean |
isTextAntialiased()
|
protected void |
setAccessKey(char accessKey)
|
protected void |
setBackground(java.awt.Color background)
|
protected void |
setDirection(int direction)
|
protected void |
setDisabled(boolean disabled)
|
protected void |
setFont(FontProxy font)
|
protected void |
setForeground(java.awt.Color foreground)
|
protected void |
setName(java.lang.String name)
|
protected void |
setText(java.lang.String text)
|
protected void |
setTextAntialiased(boolean textAntialiased)
|
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Field Detail |
public static final char ACCESS_KEY_UNDEFINED
Constructor Detail |
public CompositeButtonKey(ImageContext context, java.util.Dictionary properties)
public CompositeButtonKey(ImageContext context, java.lang.String lookAndFeelId, java.lang.String name, java.lang.String text, java.awt.Color foreground, java.awt.Color background, java.awt.Color surroundingColor, FontProxy font, boolean disabled, boolean textAntialias, char accessKey, InputStreamProvider startIcon, InputStreamProvider endIcon, InputStreamProvider topBackgroundIcon, InputStreamProvider bottomBackgroundIcon)
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
protected InputStreamProvider getStartIcon()
protected InputStreamProvider getEndIcon()
protected InputStreamProvider getTopBackgroundIcon()
protected InputStreamProvider getBottomBackgroundIcon()
public java.lang.String toString()
toString
in class java.lang.Object
public final java.lang.String getName()
public final java.lang.String getText()
public final java.awt.Color getForeground()
public final java.awt.Color getBackground()
public final FontProxy getFont()
public final int getDirection()
public final char getAccessKey()
public final boolean isDisabled()
public final boolean isTextAntialiased()
protected void setName(java.lang.String name)
protected void setText(java.lang.String text)
protected void setForeground(java.awt.Color foreground)
protected void setBackground(java.awt.Color background)
protected void setFont(FontProxy font)
protected void setDirection(int direction)
protected void setAccessKey(char accessKey)
protected void setDisabled(boolean disabled)
protected void setTextAntialiased(boolean textAntialiased)
|
UIX 2.2.16 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |