|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface PartialDecoration
This interface should be implemented by any component/UI/painter that supports partial decoration. It will allow component view to be configured dynamically, according to its location in the application. These methods can also be used to configure component decoration manually.
Method Summary | |
---|---|
void |
setPaintBottom(boolean bottom)
Sets whether should paint bottom side or not. |
void |
setPaintBottomLine(boolean bottom)
Sets whether should paint bottom side line or not. |
void |
setPaintLeft(boolean left)
Sets whether should paint left side or not. |
void |
setPaintLeftLine(boolean left)
Sets whether should paint left side line or not. |
void |
setPaintRight(boolean right)
Sets whether should paint right side or not. |
void |
setPaintRightLine(boolean right)
Sets whether should paint right side line or not. |
void |
setPaintSideLines(boolean top,
boolean left,
boolean bottom,
boolean right)
Sets whether should paint specific side lines or not. |
void |
setPaintSides(boolean top,
boolean left,
boolean bottom,
boolean right)
Sets whether should paint specific sides or not. |
void |
setPaintTop(boolean top)
Sets whether should paint top side or not. |
void |
setPaintTopLine(boolean top)
Sets whether should paint top side line or not. |
Method Detail |
---|
void setPaintTop(boolean top)
top
- whether should paint top side or notvoid setPaintLeft(boolean left)
left
- whether should paint left side or notvoid setPaintBottom(boolean bottom)
bottom
- whether should paint bottom side or notvoid setPaintRight(boolean right)
right
- whether should paint right side or notvoid setPaintSides(boolean top, boolean left, boolean bottom, boolean right)
top
- whether should paint top side or notleft
- whether should paint left side or notbottom
- whether should paint bottom side or notright
- whether should paint right side or notvoid setPaintTopLine(boolean top)
top
- whether should paint top side line or notvoid setPaintLeftLine(boolean left)
left
- whether should paint left side line or notvoid setPaintBottomLine(boolean bottom)
bottom
- whether should paint bottom side line or notvoid setPaintRightLine(boolean right)
right
- whether should paint right side line or notvoid setPaintSideLines(boolean top, boolean left, boolean bottom, boolean right)
top
- whether should paint top side line or notleft
- whether should paint left side line or notbottom
- whether should paint bottom side line or notright
- whether should paint right side line or not
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |