org.gnu.gtk

Class ToggleActionEntry


public class ToggleActionEntry
extends Boxed

Field Summary

Fields inherited from class org.gnu.glib.Boxed

handle

Constructor Summary

ToggleActionEntry(String name, String stockId, String label, String accel, String tooltip, boolean isActive, ToggleActionEntryListener listener)

Method Summary

void
addListener(ToggleActionEntryListener listener)
protected static Handle
allocate()
protected void
finalize()
protected static void
free(Handle entry)
protected static boolean
getActive(Handle entry)
void
removeListener(ToggleActionEntryListener listener)
protected static void
setAccelerator(Handle entry, String accel)
protected static void
setActive(Handle entry, boolean active)
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

ToggleActionEntry

public ToggleActionEntry(String name,
                         String stockId,
                         String label,
                         String accel,
                         String tooltip,
                         boolean isActive,
                         ToggleActionEntryListener listener)

Method Details

addListener

public void addListener(ToggleActionEntryListener listener)


allocate

protected static final Handle allocate()


finalize

protected void finalize()
            throws Throwable


free

protected static final void free(Handle entry)


getActive

protected static final boolean getActive(Handle entry)


removeListener

public void removeListener(ToggleActionEntryListener listener)


setAccelerator

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


setActive

protected static final void setActive(Handle entry,
                                      boolean active)


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)