jrworkspace by
jTEM

de.jtem.jrworkspace.plugin.pluginmanager
Class EmptyPerspective

java.lang.Object
  extended by de.jtem.jrworkspace.plugin.Plugin
      extended by de.jtem.jrworkspace.plugin.pluginmanager.EmptyPerspective
All Implemented Interfaces:
PerspectiveFlavor

public class EmptyPerspective
extends Plugin
implements PerspectiveFlavor


Constructor Summary
EmptyPerspective()
           
 
Method Summary
 Component getCenterComponent()
          Returns the center component that will be displayed in the center of the hosts main frame
 Icon getIcon()
          An icon for this perspective
 String getTitle()
          The title of the perspective
 void setVisible(boolean visible)
          Is called which this Perspective is about to become visible or hidden
 
Methods inherited from class de.jtem.jrworkspace.plugin.Plugin
equals, getPluginInfo, hashCode, install, restoreStates, storeStates, toString, uninstall
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

EmptyPerspective

public EmptyPerspective()
Method Detail

getCenterComponent

public Component getCenterComponent()
Description copied from interface: PerspectiveFlavor
Returns the center component that will be displayed in the center of the hosts main frame

Specified by:
getCenterComponent in interface PerspectiveFlavor
Returns:
the center panel of the perspective or null if the perspective shall not be displayed

getIcon

public Icon getIcon()
Description copied from interface: PerspectiveFlavor
An icon for this perspective

Specified by:
getIcon in interface PerspectiveFlavor
Returns:
an icon

getTitle

public String getTitle()
Description copied from interface: PerspectiveFlavor
The title of the perspective

Specified by:
getTitle in interface PerspectiveFlavor
Returns:

setVisible

public void setVisible(boolean visible)
Description copied from interface: PerspectiveFlavor
Is called which this Perspective is about to become visible or hidden

Specified by:
setVisible in interface PerspectiveFlavor
Parameters:
visible - a visible flag

jrworkspace by
jTEM

jTEM