de.jreality.plugin.basic
Class PropertyPreferences

java.lang.Object
  extended by Plugin
      extended by de.jreality.plugin.basic.PropertyPreferences

public class PropertyPreferences
extends Plugin

This plugin provides access to the user preferences that control saving and loading of plugin properties.

Author:
G. Paul Peters, Mar 10, 2010

Constructor Summary
PropertyPreferences()
           
 
Method Summary
 javax.swing.Icon getMainIcon()
           
 java.lang.String getMainName()
           
 javax.swing.JPanel getMainPage()
           
 int getNumSubPages()
           
 PluginInfo getPluginInfo()
           
 javax.swing.JPanel getSubPage(int i)
           
 javax.swing.Icon getSubPageIcon(int i)
           
 java.lang.String getSubPageName(int i)
           
 void install(Controller controller)
           
 void setPropertiesListener(PropertiesListener l)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PropertyPreferences

public PropertyPreferences()
Method Detail

install

public void install(Controller controller)
             throws java.lang.Exception
Throws:
java.lang.Exception

getPluginInfo

public PluginInfo getPluginInfo()

setPropertiesListener

public void setPropertiesListener(PropertiesListener l)

getMainIcon

public javax.swing.Icon getMainIcon()

getMainName

public java.lang.String getMainName()

getMainPage

public javax.swing.JPanel getMainPage()

getNumSubPages

public int getNumSubPages()

getSubPage

public javax.swing.JPanel getSubPage(int i)

getSubPageIcon

public javax.swing.Icon getSubPageIcon(int i)

getSubPageName

public java.lang.String getSubPageName(int i)