org.gnu.glade

Class LibGladeStubs

public class LibGladeStubs extends Object

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 probably does not exist in java-gnome 4.0, but have a look in org.gnome.glade.

LibGladeStubs: a utility that reads a Glade definition file and parses it for signal handler references. It then generates a Java file which loads the Glade file and defines stubs for the signal handlers.
Constructor Summary
LibGladeStubs(String path)
Method Summary
static voidexecute(String path)
voidgenerate()

Constructor Detail

LibGladeStubs

public LibGladeStubs(String path)

Method Detail

execute

public static void execute(String path)

generate

public void generate()