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.


Constructor Index

 o ChiselPanel()
Constructs a new Tab Panel.
 o ChiselPanel(String)
Constructs a new Tab Panel.

Method Index

 o getBold()
Get whether the title of the Chisel Panel is bold.
 o getMinimumSize()
Gets the minimum size of this component.
 o getTitle()
Get the title of the Chisel Panel.
 o paint(Graphics)
Paints the container.
 o setBold(boolean)
Set whether the title of the Chisel Panel is bold.
 o setTitle(String)
Set the title of the Chisel Panel.
 o validate()
Validates this Container and all of the components contained within it.

Constructors

 o ChiselPanel
 public ChiselPanel()
Constructs a new Tab Panel.

 o ChiselPanel
 public ChiselPanel(String title)
Constructs a new Tab Panel.

Methods

 o setTitle
 public void setTitle(String title)
Set the title of the Chisel Panel.

 o setBold
 public void setBold(boolean bold)
Set whether the title of the Chisel Panel is bold.

 o getBold
 public boolean getBold()
Get whether the title of the Chisel Panel is bold.

 o getTitle
 public String getTitle()
Get the title of the Chisel Panel.

 o validate
 public void validate()
Validates this Container and all of the components contained within it.

Overrides:
validate in class Container
 o paint
 public void paint(Graphics g)
Paints the container.

Overrides:
paint in class Container
 o 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