All Packages Class Hierarchy This Package Previous Next Index
Class com.bulletproof.gui.ChiselPanel
java.lang.Object
|
+----com.bulletproof.gui.Component
|
+----com.bulletproof.gui.Container
|
+----com.bulletproof.gui.Panel
|
+----com.bulletproof.gui.ChiselPanel
- public class ChiselPanel
- extends Panel
Class ChiselPanel represents a panel used to place a border around components.
-
ChiselPanel()
- Constructs a new Tab Panel.
-
ChiselPanel(String)
- Constructs a new Tab Panel.
-
getBold()
- Get whether the title of the Chisel Panel is bold.
-
getMinimumSize()
- Gets the minimum size of this component.
-
getTitle()
- Get the title of the Chisel Panel.
-
paint(Graphics)
-
Paints the container.
-
setBold(boolean)
- Set whether the title of the Chisel Panel is bold.
-
setTitle(String)
- Set the title of the Chisel Panel.
-
validate()
-
Validates this Container and all of the components contained
within it.
ChiselPanel
public ChiselPanel()
- Constructs a new Tab Panel.
ChiselPanel
public ChiselPanel(String title)
- Constructs a new Tab Panel.
setTitle
public void setTitle(String title)
- Set the title of the Chisel Panel.
setBold
public void setBold(boolean bold)
- Set whether the title of the Chisel Panel is bold.
getBold
public boolean getBold()
- Get whether the title of the Chisel Panel is bold.
getTitle
public String getTitle()
- Get the title of the Chisel Panel.
validate
public void validate()
- Validates this Container and all of the components contained
within it.
- Overrides:
- validate in class Container
paint
public void paint(Graphics g)
- Paints the container.
- Overrides:
- paint in class Container
getMinimumSize
public Dimension getMinimumSize()
- Gets the minimum size of this component.
- Overrides:
- getMinimumSize in class Container
All Packages Class Hierarchy This Package Previous Next Index