|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface BorderSettable
A Widget implementing this interface can get a Border.
| Method Summary | |
|---|---|
Border |
getBorder()
|
void |
setBorder(Border.Description borderDesc)
Creates a new Border from the given Border.Desctiption and invokes setBorder(Border). |
void |
setBorder(Border border)
Sets the Border to use for this BorderSettable Widget. |
| Method Detail |
|---|
void setBorder(Border border)
border - the new Border (null for no border)void setBorder(Border.Description borderDesc)
borderDesc - the Border.Description to create the new Border from (null for no border)setBorder(Border)Border getBorder()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||