com.tensegrity.skeleton.swing.launch
Class InitFrameLaunchTask.DockContainerViewConfig

java.lang.Object
  extended bycom.tensegrity.skeleton.swing.launch.InitFrameLaunchTask.DockContainerViewConfig
Enclosing class:
InitFrameLaunchTask

public static final class InitFrameLaunchTask.DockContainerViewConfig
extends java.lang.Object

This class configures a view of an existing Container for the dock-mdi framework.

The configuration provides an entry-tag, a special name to identify the view and other settings.


Constructor Summary
InitFrameLaunchTask.DockContainerViewConfig(java.lang.String entrytag, java.lang.String tabpanetag, Container container, javax.swing.Icon icon, java.lang.String displayname)
          Constructs a new DockContainerViewConfig.
InitFrameLaunchTask.DockContainerViewConfig(java.lang.String entrytag, java.lang.String tabpanetag0, java.lang.String tabpanetag1, Container container, javax.swing.Icon icon, java.lang.String displayname)
          Constructs a new DockContainerViewConfig.
 
Method Summary
 Container getContainer()
          Returns the wrapped container.
 java.lang.String getDisplayname()
          Returns the display-name.
 java.lang.String getEntrytag()
          Returns the entry-tag.
 javax.swing.Icon getIcon()
          Returns the icon.
 java.lang.String[] getTabPaneTags()
          Returns the panetabs (for tabpanes).
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InitFrameLaunchTask.DockContainerViewConfig

public InitFrameLaunchTask.DockContainerViewConfig(java.lang.String entrytag,
                                                   java.lang.String tabpanetag,
                                                   Container container,
                                                   javax.swing.Icon icon,
                                                   java.lang.String displayname)
Constructs a new DockContainerViewConfig.

Parameters:
entrytag - the entrytag (name) of the view, Also used in methods like DockMDIComponent#showContainerView(String, String).
tabpanetag - the tab-pane name of the preferred location of this view.
container - the container to place inside the view.
icon - the icon for the container-view.
displayname - the displayname for the view.

InitFrameLaunchTask.DockContainerViewConfig

public InitFrameLaunchTask.DockContainerViewConfig(java.lang.String entrytag,
                                                   java.lang.String tabpanetag0,
                                                   java.lang.String tabpanetag1,
                                                   Container container,
                                                   javax.swing.Icon icon,
                                                   java.lang.String displayname)
Constructs a new DockContainerViewConfig.

Parameters:
entrytag - the entrytag (name) of the view, Also used in methods like DockMDIComponent#showContainerView(String, String).
tabpanetag0 - the tab-pane name of the preferred location of this view in screen-layout 0.
tabpanetag1 - the tab-pane name of the preferred location of this view in screen-layout 1.
container - the container to place inside the view.
icon - the icon for the container-view.
displayname - the displayname for the view.
Method Detail

getContainer

public final Container getContainer()
Returns the wrapped container.

Returns:
the wrapped container.

getDisplayname

public final java.lang.String getDisplayname()
Returns the display-name.

Returns:
the display-name.

getEntrytag

public final java.lang.String getEntrytag()
Returns the entry-tag.

Returns:
the entry-tag.

getIcon

public final javax.swing.Icon getIcon()
Returns the icon.

Returns:
the icon.

getTabPaneTags

public final java.lang.String[] getTabPaneTags()
Returns the panetabs (for tabpanes).

Returns:
the panetabs (for tabpanes).


Copyright © 2005 Tensegrity Software GmbH. All Rights Reserved. Date of creation: 09.06.2006.