
The border does not change the bordered object's bounds but decreases the inner size of the object by the border's fringe. Objects inheriting from this class must take care to implement such behavior.
Public Member Functions | |
| Bordered (const BrdSP &b=0) | |
| creates a new object with the given border | |
| const BrdSP & | getBorder () const |
| accesses the component's border | |
| const BrdDSP & | getBorderDelegate () const |
| virtual DelegateID | getDelegateID () const =0 |
| void | setBorder (const BrdSP &b, bool laf=true) |
| changes the component's border | |
| virtual void | updateUI () |
| virtual | ~Bordered () |
|
|
creates a new object with the given border
|
|
|
|
|
|
accesses the component's border
|
|
|
|
|
|
||||||||||||
|
changes the component's border
If
|
|
1.4.3