Class BuilderJavaScope

java.lang.Object
All Implemented Interfaces:
Proxy, BuilderScope

public final class BuilderJavaScope extends BuilderCScope implements BuilderScope
The BuilderJavaScope class can be used with a GtkBuilder to refer to Java instance methods from a ui file.

When a ui file contains, for example, the following element:

<signal name="clicked" handler="okButtonClicked"/>

the Java instance method okButtonClicked() will be called on the widget that is being built with the GtkBuilder.