org.gnu.gtk
Class AccelMap

java.lang.Object
  |
  +--org.gnu.glib.Boxed
        |
        +--org.gnu.gtk.AccelMap

public class AccelMap
extends Boxed


Constructor Summary
AccelMap()
           
 
Method Summary
static void load(java.lang.String filename)
          Loads a file previously saved with the same method, parses the file for accelerator specifications, and propogates them accordingly.
static void save(java.lang.String filename)
          Saves the current accelerator specification (accelerator path, key, and modifiers) to the filename specified.
 
Methods inherited from class org.gnu.glib.Boxed
equals, getHandle
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AccelMap

public AccelMap()
Method Detail

load

public static void load(java.lang.String filename)
Loads a file previously saved with the same method, parses the file for accelerator specifications, and propogates them accordingly.

Parameters:
filename - The name of the file to read.

save

public static void save(java.lang.String filename)
Saves the current accelerator specification (accelerator path, key, and modifiers) to the filename specified.

Parameters:
filename - The name of the file to write.

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