|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.gnu.glib.GObject
org.gnu.gtk.GtkObject
org.gnu.gtk.Widget
org.gnu.gtk.Container
org.gnu.gtk.Layout
org.gnu.gnome.Canvas
org.gnu.gnome.IconList
Constructor Summary | |
IconList(org.gnu.glib.Handle handle)
Deprecated. Construct a new IconList from a handle to a native resource. |
|
IconList(int iconWidth,
org.gnu.gtk.Adjustment adj,
boolean isEditable,
boolean isStaticText)
Deprecated. Construct a new IconList object. |
Method Summary | |
void |
append(java.lang.String iconFilename,
java.lang.String text)
Deprecated. Append an icon to the end of the list. |
void |
clear()
Deprecated. Remove all icons from this list. |
void |
freeze()
Deprecated. Avoid excessive recomputes during insertion and deletion. |
java.lang.String |
getIconFilename(int pos)
Deprecated. Retrieve the filename for an icon in the list. |
int |
getNumIcons()
Deprecated. Get the number of icons in this list |
org.gnu.gtk.SelectionMode |
getSelectionMode()
Deprecated. Retrieve the selection mode for this icon list. |
static org.gnu.glib.Type |
getType()
Deprecated. Retrieve the runtime type used by the GLib library. |
void |
insert(int pos,
java.lang.String iconFilename,
java.lang.String text)
Deprecated. Insert an icon into this list. |
void |
remove(int pos)
Deprecated. Remove an icon from this list. |
void |
selectAll()
Deprecated. Select all icons in the list. |
void |
selectIcon(int pos)
Deprecated. Select an icon in the list. |
void |
setColumnSpacing(int pixels)
Deprecated. Set the column spacing for the list. |
void |
setIconBorderWidth(int pixels)
Deprecated. Set the icon border for the list. |
void |
setIconWidth(int width)
Deprecated. Set the icon width for the list. |
void |
setRowSpacing(int pixels)
Deprecated. Set the row spacing for the list. |
void |
setSelectionMode(org.gnu.gtk.SelectionMode mode)
Deprecated. Set the selection mode for this icon list. |
void |
setSeparators(java.lang.String sep)
Deprecated. Set the text that serves as the separator for this list. |
void |
setTextSpacing(int pixels)
Deprecated. Set the text spacing for the list. |
void |
thaw()
Deprecated. Thaw a previous frozen list. |
void |
unselectAll()
Deprecated. Unselect all icons in the list. |
void |
unselectIcon(int pos)
Deprecated. Unselect an icon in the list. |
Methods inherited from class org.gnu.gnome.Canvas |
getCenterScrollRegion, getColor, getColorPixel, getCurrentCanvasItem, getDither, getFocusedCanvasItem, getGrabbedCanvasItem, getItemAt, getPixelsPerUnit, getRoot, getScrollOffsetX, getScrollOffsetY, getScrollX1, getScrollX2, getScrollY1, getScrollY2, requestRedraw, scrollTo, setCenterScrollRegion, setDither, setPixelsPerUnit, setScrollRegion, setScrollX1, setScrollX2, setScrollY1, setScrollY2, update, windowToWorldX, windowToWorldY, worldToWindowX, worldToWindowY |
Methods inherited from class org.gnu.gtk.Layout |
addChild, getHorizontalAdjustment, getSize, getVerticalAdjustment, moveChild, setHorizontalAdjustment, setSize, setVerticalAdjustment |
Methods inherited from class org.gnu.gtk.Container |
add, addListener, getBorderWidth, getChildren, getEventListenerClass, getEventType, getResizeMode, remove, removeListener, resizeChildren, setBorderWidth, setResizeMode |
Methods inherited from class org.gnu.gtk.Widget |
activate, addListener, addListener, addListener, addListener, addListener, addListener, addListener, addListener, canActivateAccel, createContext, createLayout, destroy, draw, drawArea, drawArea, finish, getAccessible, getColormap, getContext, getData, getDisplay, getModifierStyle, getName, getParent, getParentWindow, getPointer, getRootWindow, getScreen, getSensitive, getStyle, getToplevel, getWindow, grabDefault, grabFocus, hasFocus, hasScreen, hide, hideAll, highlight, intersect, isAncestor, makeWidget, modifyStyle, popColormap, pushColormap, realize, removeListener, removeListener, removeListener, removeListener, removeListener, removeListener, removeListener, removeListener, reparent, setBackgroundColor, setBaseColor, setColormap, setDoubleBuffered, setDragDestination, setDragIcon, setDragIconPixbuf, setDragIconStock, setDragSource, setFont, setForegroundColor, setMinimumSize, setName, setNoDragDestination, setNoDragSource, setSensitive, setTextColor, shapeCombineMask, show, showAll, unHighlight |
Methods inherited from class org.gnu.gtk.GtkObject |
sink |
Methods inherited from class org.gnu.glib.GObject |
addEventHandler, addEventHandler, addEventHandler, addEventHandler, addEventHandler, addEventHandler, addListener, equals, freezeNotify, getBooleanProperty, getData, getDoubleProperty, getFloatProperty, getGObjectFromHandle, getHandle, getIntProperty, getJavaObjectProperty, getLongProperty, getNullHandle, getPixbufProperty, getProperty, getStringProperty, hashCode, hasProperty, notify, removeEventHandler, removeListener, setBooleanProperty, setData, setDoubleProperty, setFloatProperty, setIntProperty, setJavaObjectProperty, setLongProperty, setPixbufProperty, setProperty, setStringProperty, thawNotify |
Methods inherited from class java.lang.Object |
getClass, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public IconList(int iconWidth, org.gnu.gtk.Adjustment adj, boolean isEditable, boolean isStaticText)
public IconList(org.gnu.glib.Handle handle)
Method Detail |
public void freeze()
public void thaw()
public void insert(int pos, java.lang.String iconFilename, java.lang.String text)
pos
- The position for the insertion.iconFilename
- The file name for the icon to insert.text
- The text to display below the icon.public void append(java.lang.String iconFilename, java.lang.String text)
iconFilename
- The file name for the icon to insert.text
- The text to display below the icon.public void remove(int pos)
pos
- The position of the icon to removepublic void clear()
public int getNumIcons()
public void setSelectionMode(org.gnu.gtk.SelectionMode mode)
mode
- The selection mode for this list.public org.gnu.gtk.SelectionMode getSelectionMode()
public void selectIcon(int pos)
pos
- The position of the icon to select.public void unselectIcon(int pos)
pos
- The position of the icon to unselect.public void selectAll()
public void unselectAll()
public void setIconWidth(int width)
width
- The width for icons in the list.public void setRowSpacing(int pixels)
pixels
- The row spacing for the list.public void setColumnSpacing(int pixels)
pixels
- The column spacing for the list.public void setTextSpacing(int pixels)
pixels
- The text spacing for the listpublic void setIconBorderWidth(int pixels)
pixels
- The amount of pixels that surround the icons in the list.public void setSeparators(java.lang.String sep)
public java.lang.String getIconFilename(int pos)
pos
- The position of the icon to retrieve the filename.public static org.gnu.glib.Type getType()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |