|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectcom.tensegrity.skeleton.swing.launch.InitFrameLaunchTask.DockContainerViewConfig
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 |
public InitFrameLaunchTask.DockContainerViewConfig(java.lang.String entrytag,
java.lang.String tabpanetag,
Container container,
javax.swing.Icon icon,
java.lang.String displayname)
DockContainerViewConfig.
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.
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)
DockContainerViewConfig.
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 |
public final Container getContainer()
public final java.lang.String getDisplayname()
public final java.lang.String getEntrytag()
public final javax.swing.Icon getIcon()
public final java.lang.String[] getTabPaneTags()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||