|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
A FramePainter is responsible for painting the Frame of a Control element
Method Summary | |
void |
addSection(Frame frame,
FrameTitle title,
boolean showFrame)
Adds a new titled section to the given frame |
Frame |
createFrame(boolean showFrame)
Creates a frame |
Frame |
createFrame(FrameTitle title,
boolean showFrame)
Creates a frame with a title bar |
Frame |
createInnerFrame(boolean showFrame)
Creates a inner frame |
Frame |
createInnerFrame(InnerFrame innerFrame)
Creates a inner frame |
org.apache.ecs.ConcreteElement |
createTitle(FrameTitle title,
boolean showFrame)
Creates the title of the frame. |
void |
setControlPainter(ControlPainter ctrlPainter)
Sets the ControlPainter. |
Method Detail |
public void setControlPainter(ControlPainter ctrlPainter)
ctrlPainter
- The Control Painterpublic Frame createInnerFrame(boolean showFrame)
showFrame
- This flag indicates if the painter should create a visible or
invisible frame
public Frame createInnerFrame(InnerFrame innerFrame)
innerFrame
- Attributes of the inner frame
public Frame createFrame(boolean showFrame)
showFrame
- This flag indicates if the painter should create a visible or
invisible frame
public Frame createFrame(FrameTitle title, boolean showFrame)
title
- The frames titleshowFrame
- This flag indicates if the painter should create a visible or
invisible frame
public void addSection(Frame frame, FrameTitle title, boolean showFrame)
frame
- the frame where to add a new sectiontitle
- The frames titleshowFrame
- This flag indicates if the painter should create a visible or
invisible framepublic org.apache.ecs.ConcreteElement createTitle(FrameTitle title, boolean showFrame)
title
- The frames titleshowFrame
- This flag indicates if the painter should create a visible or
invisible frame
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |