Prev Class | Next Class | Frames | No Frames |
Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
GObject
org.gnu.gtk.GtkObject
org.gnu.gtk.Widget
org.gnu.gtk.Container
org.gnu.gtk.Bin
org.gnu.gtk.ToolItem
org.gnu.gtk.SeparatorToolItem
public class SeparatorToolItem
extends ToolItem
Constructor Summary | |
| |
|
Method Summary | |
boolean |
|
static SeparatorToolItem |
|
void |
|
Methods inherited from class org.gnu.gtk.ToolItem | |
getExpand , getHomogeneous , getIconSize , getIsImportant , getOrientation , getProxyMenuItem , getReliefStyle , getToolItem , getToolbarStyle , getUseDragWindow , getVisibleHorizontal , getVisibleVertical , rebuildMenu , retrieveProxyMenuItem , setExpand , setHomogeneous , setIsImportant , setProxyMenuItem , setToolTip , setTooltip , setUseDragWindow , setVisibleHorizontal , setVisibleVertical |
Methods inherited from class org.gnu.gtk.Container | |
add , addListener , getBooleanChildProperty , getBorderWidth , getChildProperty , getChildren , getEventListenerClass , getEventType , getIntChildProperty , getResizeMode , getType , remove , removeListener , resizeChildren , setBooleanChildProperty , setBorderWidth , setChildProperty , setIntChildProperty , setResizeMode |
public SeparatorToolItem()
Deprecated. Superceeded by java-gnome 4.0; a method along these lines may well exist in the new bindings, but if it does it likely has a different name or signature due to the shift to an algorithmic mapping of the underlying native libraries.
Create an empty ToolItem.
public SeparatorToolItem(Handle hndl)
Deprecated. Superceeded by java-gnome 4.0; a method along these lines may well exist in the new bindings, but if it does it likely has a different name or signature due to the shift to an algorithmic mapping of the underlying native libraries.
Construct a new ToolItem object from a handle to a native widget.
public boolean getDrawLine()
Deprecated. Superceeded by java-gnome 4.0; a method along these lines may well exist in the new bindings, but if it does it likely has a different name or signature due to the shift to an algorithmic mapping of the underlying native libraries.
Returns whether the SeparatorToolItem is drawn as a line or just blank.
public static SeparatorToolItem getSeparatorToolItem(Handle handle)
Deprecated. Superceeded by java-gnome 4.0; a method along these lines may well exist in the new bindings, but if it does it likely has a different name or signature due to the shift to an algorithmic mapping of the underlying native libraries.
Internal static factory method to be used by Java-Gnome only.
public void setDrawLine(boolean drawLine)
Deprecated. Superceeded by java-gnome 4.0; a method along these lines may well exist in the new bindings, but if it does it likely has a different name or signature due to the shift to an algorithmic mapping of the underlying native libraries.
Sets whether the SeparatorToolItem is drawn as a line or just blank.
- Parameters:
drawLine
-