org.gnu.glade
Class LibGladeStubs

java.lang.Object
  |
  +--org.gnu.glade.LibGladeStubs

public class LibGladeStubs
extends java.lang.Object

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.

Author:
Tom Ball

Constructor Summary
LibGladeStubs(java.lang.String path)
           
 
Method Summary
static void execute(java.lang.String path)
           
 void generate()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LibGladeStubs

public LibGladeStubs(java.lang.String path)
Method Detail

execute

public static void execute(java.lang.String path)

generate

public void generate()

Please send any bug reports, comments, or suggestions for the API or documentation to java-gnome-developer@lists.sf.net