net.sourceforge.nite.nstyle.handler
Class OptionPaneHandler

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.OptionPaneHandler

public class OptionPaneHandler
extends JComponentHandler

Author:
judyr An option panel is used to throw up a dialogue box in front of the user where they can type input. Other components like buttons, lists, combo boxes and text fields can be added to these, in fact any jComponent

Constructor Summary
OptionPaneHandler()
           
 
Method Summary
 void addChild(NDisplayObjectHandler child)
          Should be able to add any component to this
 
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

OptionPaneHandler

public OptionPaneHandler()
Method Detail

addChild

public void addChild(NDisplayObjectHandler child)
Should be able to add any component to this

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)