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 |
|
Class |
|
EventType |
|
static Type |
|
boolean |
|
boolean | |
void | |
boolean |
|
void | |
void |
|
void |
|
public DruidPage()
Deprecated. Superceeded by java-gnome 4.0; this method may or may not exist in the new bindings but if it does, it will likely have a different name or signature in order that the presented API is a more algorithmic mapping of the underlying native libraries.
Construct a new DruidPage.
public DruidPage(Handle handle)
Deprecated. Superceeded by java-gnome 4.0; this method may or may not exist in the new bindings but if it does, it will likely have a different name or signature in order that the presented API is a more algorithmic mapping of the underlying native libraries.
Constructs a new DruidPage object form a native resource.
- Parameters:
handle
- The handle to the native resource.
public void addListener(DruidPageChangeListener listener)
Deprecated. Superceeded by java-gnome 4.0; this method may or may not exist in the new bindings but if it does, it will likely have a different name or signature in order that the presented API is a more algorithmic mapping of the underlying native libraries.
Register an object to handle DruidPageChange events.
- See Also:
DruidPageChangeListener
public void addListener(DruidPageSetupListener listener)
Deprecated. Superceeded by java-gnome 4.0; this method may or may not exist in the new bindings but if it does, it will likely have a different name or signature in order that the presented API is a more algorithmic mapping of the underlying native libraries.
Register an object to handle DruidPageSetup events.
- See Also:
DruidPageSetupListener
public Class getEventListenerClass(String signal)
public EventType getEventType(String signal)
public static Type getType()
Deprecated. Superceeded by java-gnome 4.0; this method may or may not exist in the new bindings but if it does, it will likely have a different name or signature in order that the presented API is a more algorithmic mapping of the underlying native libraries.
Retrieve the runtime type used by the GLib library.
public boolean pageBack()
public boolean pageCancel()
public void pageFinish()
public boolean pageNext()
public void pagePrepare()
public void removeListener(DruidPageChangeListener listener)
Deprecated. Superceeded by java-gnome 4.0; this method may or may not exist in the new bindings but if it does, it will likely have a different name or signature in order that the presented API is a more algorithmic mapping of the underlying native libraries.
Removes a listener
- See Also:
addListener(DruidPageChangeListener)
public void removeListener(DruidPageSetupListener listener)
Deprecated. Superceeded by java-gnome 4.0; this method may or may not exist in the new bindings but if it does, it will likely have a different name or signature in order that the presented API is a more algorithmic mapping of the underlying native libraries.
Removes a listener
- See Also:
addListener(DruidPageSetupListener)