net.sf.jzeno.settings
Class TaskBarProperties

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

public class TaskBarProperties
extends java.lang.Object

Configuration properties for the task bar.


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

Method Detail

getInstance

public static TaskBarProperties getInstance()

saveProperties

public void saveProperties()

Save the current menu specification to taskbar.properties.


getTaskSpecs

public java.util.List getTaskSpecs()

getRootSpecs

public java.util.List getRootSpecs()