|
EchoPoint API - 3.0.0b5 App Webcontainer |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectechopoint.able.ScrollBarProperties
public class ScrollBarProperties
ScrollBarProperties is used to contain
colors for scroll bars. Not that setting the scrollbar
colors may not work an all client agents.
The scroll box is the square box within a scroll bar that can be moved either up and down or left and right on a track to change the position of the content on the screen. The scroll arrows, located at each end of a scroll bar, are the square buttons containing the arrows that move the content on the screen in small increments, either up and down or left and right.
The gutter is the space between the track and the bottom and right edges of the scroll box and scroll arrows of the scroll bar. The scrollbar darkShadowColor appears outside the scrollbar shadowColor. The track is the element of a scroll bar on which the scroll box can slide either up and down or left and right.
The scroll arrows, located at each end of a scroll bar, are the square buttons containing the arrows that move the content on the screen in small increments, either up and down or left and right.
| Constructor Summary | |
|---|---|
ScrollBarProperties()
Constructs a ScrollBarProperties |
|
ScrollBarProperties(Color baseColor)
Constructs a ScrollBarProperties with the specified base
color. |
|
| Method Summary | |
|---|---|
void |
addPropertyChangeListener(PropertyChangeListener l)
Adds a property change listener. |
Color |
getArrowColor()
|
Color |
getBaseColor()
|
Color |
getDarkShadowColor()
|
Color |
getFaceColor()
|
Color |
getHilightColor()
|
Color |
getShadowColor()
|
Color |
getThreeDLightColor()
|
void |
removePropertyChangeListener(PropertyChangeListener l)
Removes a property change listener. |
void |
setArrowColor(Color newValue)
Sets the color of the arrow elements of a scroll arrow. |
void |
setBaseColor(Color newValue)
Sets the color of the main elements of a scroll bar, which include the scroll box, track, and scroll arrows. |
void |
setDarkShadowColor(Color newValue)
Sets the color of the gutter of a scroll bar. |
void |
setFaceColor(Color newValue)
Sets the color of the scroll box and scroll arrows of a scroll bar. |
void |
setHilightColor(Color newValue)
Sets the color of the top and left edges of the scroll box and scroll arrows of a scroll bar. |
void |
setShadowColor(Color newValue)
Sets the color of the bottom and right edges of the scroll box and scroll arrows of a scroll bar. |
void |
setThreeDLightColor(Color newValue)
Sets the color of the top and left edges of the scroll box and scroll arrows of a scroll bar. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ScrollBarProperties()
ScrollBarProperties
public ScrollBarProperties(Color baseColor)
ScrollBarProperties with the specified base
color.
baseColor - - the base color to use| Method Detail |
|---|
public void addPropertyChangeListener(PropertyChangeListener l)
l - The listener to add.public void removePropertyChangeListener(PropertyChangeListener l)
l - The listener to remove.public Color getArrowColor()
public void setArrowColor(Color newValue)
newValue - - The newValue to set.public Color getBaseColor()
public void setBaseColor(Color newValue)
newValue - - The newValue to set.public Color getDarkShadowColor()
public void setDarkShadowColor(Color newValue)
newValue - - The newValue to set.public Color getFaceColor()
public void setFaceColor(Color newValue)
newValue - - The newValue to set.public Color getHilightColor()
public void setHilightColor(Color newValue)
newValue - - The newValue to set.public Color getShadowColor()
public void setShadowColor(Color newValue)
newValue - - The newValue to set.public Color getThreeDLightColor()
public void setThreeDLightColor(Color newValue)
newValue - - The newValue to set.
|
EchoPoint API - 3.0.0b5 App Webcontainer |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||