|
jrworkspace by jTEM |
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectde.jtem.jrworkspace.plugin.Plugin
de.jtem.jrworkspace.plugin.sidecontainer.SideContainerPerspective
public abstract class SideContainerPerspective
Constructor Summary | |
---|---|
SideContainerPerspective()
|
|
SideContainerPerspective(boolean hidePanels)
|
Method Summary | |
---|---|
void |
actionPerformed(ActionEvent e)
|
Component |
getCenterComponent()
Returns the center component that will be displayed in the center of the hosts main frame |
JMenu |
getContaintersMenu()
|
JPanel |
getContentPanel()
Returns the panel between the shrink slots When overriding this method you have to be aware of the fact that it will be called from the constructor. |
ShrinkSlot |
getLeftSlot()
|
ShrinkSlot |
getLowerSlot()
|
JMenu |
getPanelsMenu()
|
ShrinkSlot |
getRightSlot()
|
ShrinkSlot |
getUpperSlot()
|
boolean |
isHidePanels()
|
void |
restoreStates(Controller c)
Is called before the installation of this plug-in. |
void |
setHidePanels(boolean hidePanels)
|
void |
setShowBottom(boolean showBottom)
|
void |
setShowLeft(boolean showLeft)
|
void |
setShowRight(boolean showRight)
|
void |
setShowTop(boolean showTop)
|
void |
storeStates(Controller c)
Is called after this plug-in has been uninstalled. |
Methods inherited from class de.jtem.jrworkspace.plugin.Plugin |
---|
equals, getPluginInfo, hashCode, install, toString, uninstall |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Methods inherited from interface de.jtem.jrworkspace.plugin.flavor.PerspectiveFlavor |
---|
getIcon, getTitle, setVisible |
Constructor Detail |
---|
public SideContainerPerspective()
public SideContainerPerspective(boolean hidePanels)
Method Detail |
---|
public void actionPerformed(ActionEvent e)
actionPerformed
in interface ActionListener
public final Component getCenterComponent()
PerspectiveFlavor
getCenterComponent
in interface PerspectiveFlavor
public JMenu getContaintersMenu()
public JPanel getContentPanel()
public ShrinkSlot getLeftSlot()
public ShrinkSlot getLowerSlot()
public JMenu getPanelsMenu()
public ShrinkSlot getRightSlot()
public ShrinkSlot getUpperSlot()
public boolean isHidePanels()
public void restoreStates(Controller c) throws Exception
Plugin
Controller.getProperty(Class, String, Object)
on the controller provided
as argument.
restoreStates
in class Plugin
c
- this applications Controller
Exception
Controller}
public void setHidePanels(boolean hidePanels)
public void setShowBottom(boolean showBottom)
public void setShowLeft(boolean showLeft)
public void setShowRight(boolean showRight)
public void setShowTop(boolean showTop)
public void storeStates(Controller c) throws Exception
Plugin
Controller.storeProperty(Class, String, Object)
on the controller provided
as argument.
storeStates
in class Plugin
Exception
Controller}
|
jrworkspace by jTEM |
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |