Class JDPChiselFramePanel

java.lang.Object
   |
   +----java.awt.Component
           |
           +----java.awt.Container
                   |
                   +----java.awt.Panel
                           |
                           +----JDPChiselFramePanel

public class JDPChiselFramePanel
extends Panel
Class JDPChiselFramePanel represents a class that displays a bordered panel with a title.


Constructor Index

 o JDPChiselFramePanel(JDPUser, String)
Creates a Chisel Frame Panel.
 o JDPChiselFramePanel(JDPUser, String, Component, String)
Creates a Chisel Frame Panel.

Method Index

 o getTitle()
Get the current title of this panel.
 o removeAll()
 o setTitle(String)
Set the new title of this panel.

Constructors

 o JDPChiselFramePanel
 public JDPChiselFramePanel(JDPUser user,
                            String panelTitle,
                            Component insidePanel,
                            String titlePos)
Creates a Chisel Frame Panel.

Parameters:
JDPUser - the global user parameter used to pass handles in JDP.
panelTitle - the text for the panel title.
insidePanel - the child panel to be placed in the middle of this chisel panel.
titlePos - the position of the title (North, South, East, West).
 o JDPChiselFramePanel
 public JDPChiselFramePanel(JDPUser user,
                            String panelTitle)
Creates a Chisel Frame Panel.

Parameters:
JDPUser - the global user parameter used to pass handles in JDP.
panelTitle - the text for the panel title.

Methods

 o getTitle
 public String getTitle()
Get the current title of this panel.

Returns:
the title of the panel.
 o setTitle
 public void setTitle(String title)
Set the new title of this panel.

Parameters:
panelTitle - the title of the panel.
 o removeAll
 public void removeAll()
Overrides:
removeAll in class Container