| Prev Class | Next Class | Frames | No Frames |
| Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
java.lang.Objectorg.gnu.gtk.event.GtkEventorg.gnu.gtk.event.ToolBarEventpublic class ToolBarEventextends GtkEventToolBarListenerNested Class Summary | |
static class | |
Constructor Summary | |
| |
Method Summary | |
int |
|
Orientation |
|
ToolBarStyle |
|
int |
|
int |
|
boolean |
|
void |
|
void |
|
void |
|
void |
|
void |
|
public ToolBarEvent(Object source,
EventType type)Deprecated. Superceeded by java-gnome 4.0; Signals all have individual interfaces each with a single method corresponding to the signature of the underlying callback.
Constructor for ToolBarEvent.
- Parameters:
source-type-
public int getButtonNumber()
Deprecated. Superceeded by java-gnome 4.0; Signals all have individual interfaces each with a single method corresponding to the signature of the underlying callback.
- Returns:
- Returns the buttonNumber.
public Orientation getOrientation()
Deprecated. Superceeded by java-gnome 4.0; Signals all have individual interfaces each with a single method corresponding to the signature of the underlying callback.
- Returns:
- Returns the orientation.
public ToolBarStyle getStyle()
Deprecated. Superceeded by java-gnome 4.0; Signals all have individual interfaces each with a single method corresponding to the signature of the underlying callback.
- Returns:
- Returns the style.
public int getX()
Deprecated. Superceeded by java-gnome 4.0; Signals all have individual interfaces each with a single method corresponding to the signature of the underlying callback.
- Returns:
- Returns the x.
public int getY()
Deprecated. Superceeded by java-gnome 4.0; Signals all have individual interfaces each with a single method corresponding to the signature of the underlying callback.
- Returns:
- Returns the y.
public boolean isOfType(ToolBarEvent.Type aType)
Deprecated. Superceeded by java-gnome 4.0; Signals all have individual interfaces each with a single method corresponding to the signature of the underlying callback.
- Returns:
- True if the type of this event is the same as that stated.
public void setButtonNumber(int buttonNumber)
Deprecated. Superceeded by java-gnome 4.0; Signals all have individual interfaces each with a single method corresponding to the signature of the underlying callback.
- Parameters:
buttonNumber- The buttonNumber to set.
public void setOrientation(Orientation orientation)
Deprecated. Superceeded by java-gnome 4.0; Signals all have individual interfaces each with a single method corresponding to the signature of the underlying callback.
- Parameters:
orientation- The orientation to set.
public void setStyle(ToolBarStyle style)
Deprecated. Superceeded by java-gnome 4.0; Signals all have individual interfaces each with a single method corresponding to the signature of the underlying callback.
- Parameters:
style- The style to set.
public void setX(int x)
Deprecated. Superceeded by java-gnome 4.0; Signals all have individual interfaces each with a single method corresponding to the signature of the underlying callback.
- Parameters:
x- The x to set.
public void setY(int y)
Deprecated. Superceeded by java-gnome 4.0; Signals all have individual interfaces each with a single method corresponding to the signature of the underlying callback.
- Parameters:
y- The y to set.