org.gnu.gtk

Class ActionEntry


public class ActionEntry
extends Boxed

Field Summary

Fields inherited from class org.gnu.glib.Boxed

handle

Constructor Summary

ActionEntry(String name, String stockId, String label)
ActionEntry(String name, String stockId, String label, String accel, String tooltip, ActionEntryListener listener)

Method Summary

void
addListener(ActionEntryListener listener)
protected static Handle
allocate()
BEGINNING OF JNI CODE
protected void
finalize()
protected static void
free(Handle entry)
void
removeListener(ActionEntryListener listener)
protected static void
setAccelerator(Handle entry, String accel)
protected static void
setLabel(Handle entry, String label)
protected static void
setName(Handle entry, String name)
protected static void
setStockId(Handle entry, String stockId)
protected static void
setToolTip(Handle entry, String tooltip)

Methods inherited from class org.gnu.glib.Boxed

equals, getHandle, hashCode, setHandle

Constructor Details

ActionEntry

public ActionEntry(String name,
                   String stockId,
                   String label)


ActionEntry

public ActionEntry(String name,
                   String stockId,
                   String label,
                   String accel,
                   String tooltip,
                   ActionEntryListener listener)

Method Details

addListener

public void addListener(ActionEntryListener listener)


allocate

protected static final Handle allocate()
BEGINNING OF JNI CODE


finalize

protected void finalize()
            throws Throwable


free

protected static final void free(Handle entry)


removeListener

public void removeListener(ActionEntryListener listener)


setAccelerator

protected static final void setAccelerator(Handle entry,
                                           String accel)


setLabel

protected static final void setLabel(Handle entry,
                                     String label)


setName

protected static final void setName(Handle entry,
                                    String name)


setStockId

protected static final void setStockId(Handle entry,
                                       String stockId)


setToolTip

protected static final void setToolTip(Handle entry,
                                       String tooltip)