de.jreality.plugin.basic
Class View
java.lang.Object
SideContainerPerspective
de.jreality.plugin.basic.View
- All Implemented Interfaces:
- java.util.EventListener, javax.swing.event.ChangeListener
public class View
- extends SideContainerPerspective
- implements javax.swing.event.ChangeListener
- Author:
- pinkall
Constructor Summary |
View()
|
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
View
public View()
getViewer
public ViewerSwitch getViewer()
getRunningEnvironment
public RunningEnvironment getRunningEnvironment()
stateChanged
public void stateChanged(javax.swing.event.ChangeEvent e)
- Specified by:
stateChanged
in interface javax.swing.event.ChangeListener
getPluginInfo
public PluginInfo getPluginInfo()
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
getIcon
public javax.swing.Icon getIcon()
setIcon
public static void setIcon(javax.swing.Icon mainIcon)
getTitle
public java.lang.String getTitle()
setTitle
public static void setTitle(java.lang.String title)
- Set the window title when before startup.
- Parameters:
title
-
setVisible
public void setVisible(boolean visible)
getSelectionManager
public SelectionManager getSelectionManager()
createViewerMenu
public javax.swing.JMenu createViewerMenu()