|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Slider.Button | |
---|---|
com.cosylab.gui.components | |
com.cosylab.gui.components.slider |
Uses of Slider.Button in com.cosylab.gui.components |
---|
Methods in com.cosylab.gui.components that return Slider.Button | |
---|---|
static Slider.Button |
Slider.Button.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static Slider.Button[] |
Slider.Button.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods in com.cosylab.gui.components with parameters of type Slider.Button | |
---|---|
javax.swing.Icon |
Slider.getButtonIcon(Slider.Button b)
Returns the Icon of a desired button. |
java.lang.String |
Slider.getButtonText(Slider.Button b)
Returns the text of a desired button. |
java.lang.String |
Slider.getButtonTooltip(Slider.Button b)
Returns the tooltip of a desired button. |
boolean |
Slider.isButtonVisible(Slider.Button b)
Returns the visibility of a button. |
void |
Slider.setButtonIcon(Slider.Button b,
javax.swing.Icon icon)
Sets a Icon to a desired button. |
void |
Slider.setButtonText(Slider.Button b,
java.lang.String text)
Sets a text to a desired button. |
void |
Slider.setButtonTooltip(Slider.Button b,
java.lang.String tooltip)
Sets a tooltip to a desired button. |
void |
Slider.setButtonVisible(Slider.Button b,
boolean visible)
Toggles the visibility of the specified button. |
Uses of Slider.Button in com.cosylab.gui.components.slider |
---|
Methods in com.cosylab.gui.components.slider that return Slider.Button | |
---|---|
Slider.Button |
NavigationBar.getAutoUpdateButton()
|
Methods in com.cosylab.gui.components.slider with parameters of type Slider.Button | |
---|---|
javax.swing.Icon |
NavigationBar.getButtonIcon(Slider.Button button)
|
java.lang.String |
NavigationBar.getButtonText(Slider.Button button)
Returns the button text. |
java.lang.String |
NavigationBar.getButtonTooltip(Slider.Button button)
Returns the button tooltip. |
boolean |
NavigationBar.isButtonVisible(Slider.Button button)
Returns the visibility of the button. |
void |
NavigationBar.setAutoUpdateButton(Slider.Button autoUpdateButton)
|
void |
NavigationBar.setButtonIcon(Slider.Button button,
javax.swing.Icon icon)
|
void |
NavigationBar.setButtonText(Slider.Button button,
java.lang.String text)
Sets text for buttons. |
void |
NavigationBar.setButtonTooltip(Slider.Button button,
java.lang.String tooltip)
Sets tooltips for buttons. |
void |
NavigationBar.setButtonVisible(Slider.Button button,
boolean visible)
Sets the visibility of the button. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |