Prev Class | Next Class | Frames | No Frames |
Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
Bin
org.gnu.gnome.DruidPage
public class DruidPage
extends Bin
Constructor Summary | |
| |
|
Method Summary | |
void |
|
void |
|
protected boolean | |
protected void | |
Class |
|
EventType |
|
static Type |
|
protected static boolean |
|
protected static boolean |
|
protected static void |
|
protected static int | |
protected static Handle | |
protected static boolean |
|
protected static void |
|
boolean |
|
boolean | |
void | |
boolean |
|
void | |
void |
|
void |
|
public DruidPage()
Construct a new DruidPage.
public DruidPage(Handle handle)
Constructs a new DruidPage object form a native resource.
- Parameters:
handle
- The handle to the native resource.
public void addListener(DruidPageChangeListener listener)
Register an object to handle DruidPageChange events.
- See Also:
DruidPageChangeListener
public void addListener(DruidPageSetupListener listener)
Register an object to handle DruidPageSetup events.
- See Also:
DruidPageSetupListener
public Class getEventListenerClass(String signal)
public EventType getEventType(String signal)
public static Type getType()
Retrieve the runtime type used by the GLib library.
protected static final boolean gnome_druid_page_back(Handle page)
protected static final boolean gnome_druid_page_cancel(Handle page)
protected static final void gnome_druid_page_finish(Handle page)
protected static final int gnome_druid_page_get_type()
protected static final Handle gnome_druid_page_new()
protected static final boolean gnome_druid_page_next(Handle page)
protected static final void gnome_druid_page_prepare(Handle page)
public boolean pageBack()
public boolean pageCancel()
public void pageFinish()
public boolean pageNext()
public void pagePrepare()
public void removeListener(DruidPageChangeListener listener)
Removes a listener
- See Also:
addListener(DruidPageChangeListener)
public void removeListener(DruidPageSetupListener listener)
Removes a listener
- See Also:
addListener(DruidPageSetupListener)