de.jreality.plugin.basic
Class ViewPreferences
java.lang.Object
Plugin
de.jreality.plugin.basic.ViewPreferences
- All Implemented Interfaces:
- java.awt.event.ActionListener, java.util.EventListener
public class ViewPreferences
- extends Plugin
- implements java.awt.event.ActionListener
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ViewPreferences
public ViewPreferences()
getPluginInfo
public PluginInfo getPluginInfo()
actionPerformed
public void actionPerformed(java.awt.event.ActionEvent e)
- Specified by:
actionPerformed
in interface java.awt.event.ActionListener
setShowToolBar
public void setShowToolBar(boolean show)
setShowMenuBar
public void setShowMenuBar(boolean show)
storeStates
public void storeStates(Controller c)
throws java.lang.Exception
- Throws:
java.lang.Exception
restoreStates
public void restoreStates(Controller c)
throws java.lang.Exception
- Throws:
java.lang.Exception
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)
getColorPickerMode
public int getColorPickerMode()
addColorPickerChangedListener
public boolean addColorPickerChangedListener(ViewPreferences.ColorPickerModeChangedListener l)
removeColorPickerChangedListener
public boolean removeColorPickerChangedListener(ViewPreferences.ColorPickerModeChangedListener l)
isResetTextureTransform
public boolean isResetTextureTransform()
install
public void install(Controller c)
throws java.lang.Exception
- Throws:
java.lang.Exception
uninstall
public void uninstall(Controller c)
throws java.lang.Exception
- Throws:
java.lang.Exception
setFrontendListener
public void setFrontendListener(FrontendListener l)
isExclusiveFullscreen
public boolean isExclusiveFullscreen()