net.sf.jzeno.settings
Class MenuProperties

java.lang.Object
  extended by net.sf.jzeno.settings.MenuProperties

public class MenuProperties
extends java.lang.Object

Configuration properties for the menu bar.


Nested Class Summary
static class MenuProperties.MenuSpec
           
 
Method Summary
static MenuProperties getInstance()
           
 java.util.List getMenuSpecs()
           
 java.util.List getRootSpecs()
           
 void saveProperties()
           Save the current menu specification to menu.properties.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getInstance

public static MenuProperties getInstance()

saveProperties

public void saveProperties()

Save the current menu specification to menu.properties.


getMenuSpecs

public java.util.List getMenuSpecs()

getRootSpecs

public java.util.List getRootSpecs()