ch.elca.el4j.services.gui.swing.frames
Class ToolWindowTabConfiguration

java.lang.Object
  extended by ch.elca.el4j.services.gui.swing.frames.ContentConfiguration
      extended by 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
           
 
Fields inherited from class ch.elca.el4j.services.gui.swing.frames.ContentConfiguration
m_component, m_constraints, m_icon, m_id, m_title, m_toolTip
 
Constructor Summary
ToolWindowTabConfiguration(String id, String title, Icon icon, JComponent component, org.noos.xing.mydoggy.ToolWindowAnchor 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
 

Field Detail

m_anchor

protected org.noos.xing.mydoggy.ToolWindowAnchor m_anchor
Constructor Detail

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)
Method Detail

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.