ch.elca.el4j.services.gui.swing.frames
Class ToolWindowTabConfiguration
java.lang.Object
ch.elca.el4j.services.gui.swing.frames.ContentConfiguration
ch.elca.el4j.services.gui.swing.frames.ToolWindowTabConfiguration
public class ToolWindowTabConfiguration
- extends ContentConfiguration
This class holds information about the tab configuration.
- Author:
- Stefan Wismer (SWI)
- File-location:
- ToolWindowTabConfiguration
- Last check-in date:
- 2009-08-04 15:48:31 +0200 (Di, 04. Aug 2009) by swismer for revision 3884
Field Summary |
protected org.noos.xing.mydoggy.ToolWindowAnchor |
m_anchor
|
Method Summary |
org.noos.xing.mydoggy.ToolWindowAnchor |
getAnchor()
|
void |
setAnchor(org.noos.xing.mydoggy.ToolWindowAnchor anchor)
|
Methods inherited from class ch.elca.el4j.services.gui.swing.frames.ContentConfiguration |
getComponent, getConstraints, getIcon, getId, getTitle, getToolTip, setComponent, setConstraints, setIcon, setId, setTitle, setToolTip |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
m_anchor
protected org.noos.xing.mydoggy.ToolWindowAnchor m_anchor
ToolWindowTabConfiguration
public ToolWindowTabConfiguration(String id,
String title,
Icon icon,
JComponent component,
org.noos.xing.mydoggy.ToolWindowAnchor anchor)
- See Also:
ToolWindowManager.registerToolWindow(String, String, Icon, java.awt.Component, ToolWindowAnchor)
getAnchor
public org.noos.xing.mydoggy.ToolWindowAnchor getAnchor()
- Returns:
- Returns the anchor.
setAnchor
public void setAnchor(org.noos.xing.mydoggy.ToolWindowAnchor anchor)
- Parameters:
anchor
- Is the anchor to set.
Copyright © 2005-2011 ELCA. All Rights Reserved.