org.gnu.gnome
Class Program

java.lang.Object
  extended by org.gnu.glib.Struct
      extended by org.gnu.gnome.Program

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.Program.

public class Program
extends org.gnu.glib.Struct

This class takes care of handling application and library initialization and command line parsing.


Method Summary
 java.lang.String getAppID()
          Deprecated.  
 java.lang.String getName()
          Deprecated.  
static org.gnu.glib.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.
 java.lang.String getVersion()
          Deprecated.  
static Program initGnome(java.lang.String appId, java.lang.String appVersion, java.lang.String[] argv)
          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.
static Program initGnome(java.lang.String appId, java.lang.String appVersion, java.lang.String[] argv, java.lang.String prefix, java.lang.String sysconfdir, java.lang.String datadir, java.lang.String libdir)
          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.
static Program initGnomeUI(java.lang.String appId, java.lang.String appVersion, java.lang.String[] argv)
          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.
static Program initGnomeUI(java.lang.String appId, java.lang.String appVersion, java.lang.String[] argv, java.lang.String prefix, java.lang.String sysconfdir, java.lang.String datadir, java.lang.String libdir)
          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.
 
Methods inherited from class org.gnu.glib.Struct
equals, getHandle, getNullHandle, hashCode
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

initGnomeUI

public static Program initGnomeUI(java.lang.String appId,
                                  java.lang.String appVersion,
                                  java.lang.String[] argv,
                                  java.lang.String prefix,
                                  java.lang.String sysconfdir,
                                  java.lang.String datadir,
                                  java.lang.String libdir)
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.

Initialize the gnome application specifying the directories used by the app.


initGnomeUI

public static Program initGnomeUI(java.lang.String appId,
                                  java.lang.String appVersion,
                                  java.lang.String[] argv)
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.

Initialize the gnome application using the default directories for the app.


initGnome

public static Program initGnome(java.lang.String appId,
                                java.lang.String appVersion,
                                java.lang.String[] argv,
                                java.lang.String prefix,
                                java.lang.String sysconfdir,
                                java.lang.String datadir,
                                java.lang.String libdir)
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.

Initialize the gnome application specifying the directories use by the app.


initGnome

public static Program initGnome(java.lang.String appId,
                                java.lang.String appVersion,
                                java.lang.String[] argv)
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.

Initialize the gnome application using the default directories for the app.


getAppID

public java.lang.String getAppID()
Deprecated. 

getName

public java.lang.String getName()
Deprecated. 

getVersion

public java.lang.String getVersion()
Deprecated. 

getType

public static org.gnu.glib.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.