org.gnu.gtk.event
public class ToolBarEvent extends GtkEvent
See Also: ToolBarListener
| Nested Class Summary | |
|---|---|
| static class | ToolBarEvent.Type |
| Constructor Summary | |
|---|---|
| ToolBarEvent(Object source, EventType type)
Constructor for ToolBarEvent.
| |
| Method Summary | |
|---|---|
| int | getButtonNumber() |
| Orientation | getOrientation() |
| ToolBarStyle | getStyle() |
| int | getX() |
| int | getY() |
| boolean | isOfType(ToolBarEvent.Type aType) |
| void | setButtonNumber(int buttonNumber) |
| void | setOrientation(Orientation orientation) |
| void | setStyle(ToolBarStyle style) |
| void | setX(int x) |
| void | setY(int y) |
Parameters: source type
Returns: Returns the buttonNumber.
Returns: Returns the orientation.
Returns: Returns the style.
Returns: Returns the x.
Returns: Returns the y.
Returns: True if the type of this event is the same as that stated.
Parameters: buttonNumber The buttonNumber to set.
Parameters: orientation The orientation to set.
Parameters: style The style to set.
Parameters: x The x to set.
Parameters: y The y to set.