net.sourceforge.nite.nstyle.handler
Class SplitPaneHandler

java.lang.Object
  extended by net.sourceforge.nite.nstyle.handler.NDisplayObjectHandler
      extended by net.sourceforge.nite.nstyle.handler.JComponentHandler
          extended by net.sourceforge.nite.nstyle.handler.SplitPaneHandler

public class SplitPaneHandler
extends JComponentHandler

Author:
judyr

Constructor Summary
SplitPaneHandler()
           
 
Method Summary
 void addChild(NDisplayObjectHandler child)
          Children of this component should be added to one of the panes of the splitpane.
 
Methods inherited from class net.sourceforge.nite.nstyle.handler.JComponentHandler
addActionReference, getImage, getJComponent, registerAction, setImage, setUpBackgroundColour, setUpFont, setUpForegroundColour, setUpImage, setUpToolTip
 
Methods inherited from class net.sourceforge.nite.nstyle.handler.NDisplayObjectHandler
addActionReference, getActionReferences, getChildren, getClock, getElement, getEndTime, getID, getParent, getSourceID, getStartTime, init, setChildren, setClock, setElement, setEndTime, setID, setParent, setSourceID, setStartTime, setUpTimes
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SplitPaneHandler

public SplitPaneHandler()
Method Detail

addChild

public void addChild(NDisplayObjectHandler child)
Children of this component should be added to one of the panes of the splitpane. Remember that left and right correspond to top and bottom in JSplitPane, depending on whether it is vertical or horizontal

Overrides:
addChild in class JComponentHandler
Parameters:
child - The child to add.
See Also:
net.sourceforge.net.sourceforge.nite.nstyle.handler.NDisplayObjectHandler#addChild(net.sourceforge.net.sourceforge.nite.nstyle.handler.NDisplayObjectHandler)