de.jreality.plugin.basic
Class ViewPreferences
java.lang.Object
Plugin
de.jreality.plugin.basic.ViewPreferences
- All Implemented Interfaces:
- ActionListener, EventListener
public class ViewPreferences
- extends Plugin
- implements ActionListener
ViewPreferences
public ViewPreferences()
getPluginInfo
public PluginInfo getPluginInfo()
actionPerformed
public void actionPerformed(ActionEvent e)
- Specified by:
actionPerformed
in interface ActionListener
setShowToolBar
public void setShowToolBar(boolean show)
setShowMenuBar
public void setShowMenuBar(boolean show)
storeStates
public void storeStates(Controller c)
throws Exception
- Throws:
Exception
restoreStates
public void restoreStates(Controller c)
throws Exception
- Throws:
Exception
getMainIcon
public Icon getMainIcon()
getMainName
public String getMainName()
getMainPage
public JPanel getMainPage()
getNumSubPages
public int getNumSubPages()
getSubPage
public JPanel getSubPage(int i)
getSubPageIcon
public Icon getSubPageIcon(int i)
getSubPageName
public 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 Exception
- Throws:
Exception
uninstall
public void uninstall(Controller c)
throws Exception
- Throws:
Exception
setFrontendListener
public void setFrontendListener(FrontendListener l)
isExclusiveFullscreen
public boolean isExclusiveFullscreen()