Package | Description |
---|---|
vib.segment |
Modifier and Type | Method and Description |
---|---|
Border |
ImageButton.getArmedBorder()
Gets the border to display when the button is pressed and the mouse
is still over the button.
|
Border |
ImageButton.getDisabledBorder()
Gets the border to display when the button is disabled.
|
Border |
ImageButton.getOverBorder()
Gets the border to display when the button is not pressed and the mouse
is over the button.
|
Border |
ImageButton.getUnarmedBorder()
Gets the border to display when the button is not pressed or hilited
because of a mouse-over.
|
Modifier and Type | Method and Description |
---|---|
void |
ImageButton.setArmedBorder(Border border)
Sets the border to display when the button is pressed and the mouse
is still over the button.
|
void |
ImageButton.setDisabledBorder(Border border)
Sets the border to display when the button is disabled.
|
void |
ImageButton.setOverBorder(Border border)
Sets the border to display when the button is not pressed and the mouse
is over the button.
|
void |
ImageButton.setUnarmedBorder(Border border)
Sets the border to display when the button is not pressed or hilited
because of a mouse-over.
|
Copyright © 2015–2021 Fiji. All rights reserved.