org.gnu.gtk
public class HandleBox extends Bin
Constructor Summary | |
---|---|
HandleBox()
Create a new HandleBox object. | |
HandleBox(Handle handle)
Construct a HandleBox using a handle to a native resource. |
Method Summary | |
---|---|
void | addListener(HandleBoxListener listener)
Register an object to handle dialog events.
|
Class | getEventListenerClass(String signal) |
EventType | getEventType(String signal) |
static HandleBox | getHandleBox(Handle handle)
Internal static factory method to be used by Java-Gnome only. |
PositionType | getHandlePosition()
Retrieves the handle position. |
ShadowType | getShadowType()
Retrieves the shadow type used by this widget. |
PositionType | getShapEdge()
Retrieves the snap edge of the widget. |
static Type | getType()
Retrieve the runtime type used by the GLib library. |
void | removeListener(HandleBoxListener listener)
Removes a listener
|
void | setHandlePosition(PositionType position)
Sets the side of the handle box where the handle is drawn.
|
void | setShadowType(ShadowType type)
Set the shadow type to be drawn around the border of the handle box.
|
void | setShapEdge(PositionType edge)
Sets the snap edge of the handle box. |
See Also: HandleBoxListener
See Also: addListener
Parameters: position Defines the position of the handle.
Parameters: type The ShadowType to use for the shadow.
Parameters: edge The side for the snap edge.