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.
-
JDPChiselFramePanel(JDPUser, String)
- Creates a Chisel Frame Panel.
-
JDPChiselFramePanel(JDPUser, String, Component, String)
- Creates a Chisel Frame Panel.
-
getTitle()
- Get the current title of this panel.
-
removeAll()
-
-
setTitle(String)
- Set the new title of this panel.
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).
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.
getTitle
public String getTitle()
- Get the current title of this panel.
- Returns:
- the title of the panel.
setTitle
public void setTitle(String title)
- Set the new title of this panel.
- Parameters:
- panelTitle - the title of the panel.
removeAll
public void removeAll()
- Overrides:
- removeAll in class Container