org.noos.xing.mydoggy.plaf.ui.cmp.multisplit
Class DockableLeaf

java.lang.Object
  extended by org.noos.xing.mydoggy.plaf.ui.cmp.multisplit.MultiSplitLayout.Node
      extended by org.noos.xing.mydoggy.plaf.ui.cmp.multisplit.MultiSplitLayout.Leaf
          extended by org.noos.xing.mydoggy.plaf.ui.cmp.multisplit.DockableLeaf

public class DockableLeaf
extends MultiSplitLayout.Leaf

Author:
Angelo De Caro (angelo.decaro@gmail.com)

Constructor Summary
DockableLeaf()
           
DockableLeaf(String name)
           
DockableLeaf(String name, String dockableId)
           
 
Method Summary
 void addDockable(String dockableId)
           
 String getDockable()
           
 List<String> getDockables()
           
 int getNameValue()
           
 void setDockables(List<String> dockables)
           
 
Methods inherited from class org.noos.xing.mydoggy.plaf.ui.cmp.multisplit.MultiSplitLayout.Leaf
getName, print, setName, toString
 
Methods inherited from class org.noos.xing.mydoggy.plaf.ui.cmp.multisplit.MultiSplitLayout.Node
getBounds, getParent, getWeight, isResetted, nextSibling, previousSibling, resetBounds, setBounds, setParent, setWeight
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DockableLeaf

public DockableLeaf()

DockableLeaf

public DockableLeaf(String name)

DockableLeaf

public DockableLeaf(String name,
                    String dockableId)
Method Detail

getDockable

public String getDockable()

getDockables

public List<String> getDockables()

setDockables

public void setDockables(List<String> dockables)

addDockable

public void addDockable(String dockableId)

getNameValue

public int getNameValue()


Copyright © 2012. All Rights Reserved.