|
LEONARDI Application Composer - 8.9.0.40 by W4 S.A. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectleon.control.builder.LyBuilder
leon.control.builder.LyViewBuilder
leon.control.builder.LyFrameBuilder
public class LyFrameBuilder
This builder creates a view for a frame controller.
LyFrameController
,
LyViewBuilder
Field Summary | |
---|---|
static java.lang.String |
__VERSION
File version |
Constructor Summary | |
---|---|
LyFrameBuilder(LyController parent)
Default constructor. |
Method Summary | |
---|---|
LyComponent |
build()
Builds the view component for the specified parent controller. |
LyMessages |
buildMessages()
builds the message bar of the frame. |
void |
completeMenuBar(LyMenuBar menuBar,
int level)
This method is invoked to enable the area to complete the menuBar of the view and add its own menu items. |
Methods inherited from class leon.control.builder.LyViewBuilder |
---|
buildArea, buildToolBar, completeMessages, completeRightToolBar, completeToolBar |
Methods inherited from class leon.control.builder.LyBuilder |
---|
buildComponent, getComponent, getParent |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final java.lang.String __VERSION
Constructor Detail |
---|
public LyFrameBuilder(LyController parent)
parent
- parent controllerMethod Detail |
---|
public LyComponent build()
build
in class LyBuilder
public void completeMenuBar(LyMenuBar menuBar, int level)
completeMenuBar
in class LyViewBuilder
menuBar
- the menuBar structurelevel
- : level of current Controller. one of the LEVEL_XXX contants.LyViewController
public LyMessages buildMessages()
|
(c) January 2013 - W4 S.A. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |