org.gnu.gnome

Class DruidPage

public class DruidPage extends Bin

Deprecated: This class is part of the java-gnome 2.x family of libraries, which, due to their inefficiency and complexity, are no longer being maintained and have been abandoned by the java-gnome project. This class may have an equivalent in java-gnome 4.0; have a look for org.gnome.gnome.DruidPage.

This widget is a virtual widget to define the interface to a druid page.
Constructor Summary
DruidPage()
Construct a new DruidPage.
DruidPage(Handle handle)
Constructs a new DruidPage object form a native resource.
Method Summary
voidaddListener(DruidPageChangeListener listener)
Register an object to handle DruidPageChange events.
voidaddListener(DruidPageSetupListener listener)
Register an object to handle DruidPageSetup events.
ClassgetEventListenerClass(String signal)
EventTypegetEventType(String signal)
static TypegetType()
Retrieve the runtime type used by the GLib library.
booleanpageBack()
booleanpageCancel()
voidpageFinish()
booleanpageNext()
voidpagePrepare()
voidremoveListener(DruidPageChangeListener listener)
Removes a listener
voidremoveListener(DruidPageSetupListener listener)
Removes a listener

Constructor Detail

DruidPage

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.

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.

Method Detail

addListener

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

addListener

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

getEventListenerClass

public Class getEventListenerClass(String signal)

getEventType

public EventType getEventType(String signal)

getType

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.

pageBack

public boolean pageBack()

pageCancel

public boolean pageCancel()

pageFinish

public void pageFinish()

pageNext

public boolean pageNext()

pagePrepare

public void pagePrepare()

removeListener

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

removeListener

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