|
Servoy 3.5.x Public API | |||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
public interface IToolbarPanel
Interface for manipulation the toolbars.
| Method Summary | |
|---|---|
Toolbar |
createToolbar(String name,
String displayName)
Creates a toolbar with a underlying name and display name on the first row possible where it fits. |
Toolbar |
createToolbar(String name,
String displayName,
int wantedRow)
Creates a toolbar with a underlying name and display name on row that is specified. |
Toolbar |
getToolBar(String name)
returns the toolbar that has the given name. |
String[] |
getToolBarNames()
retus the current used toolbar names. |
void |
removeToolBar(String name)
Removed the toolbar specified with the name from the toolbar panel |
void |
setToolbarVisible(String name,
boolean visible)
Set the visibility of toolbar with the given name. |
| Method Detail |
|---|
Toolbar createToolbar(String name,
String displayName)
name - The internal name of the toolbardisplayName - The name that is displayed to a user.
Toolbar createToolbar(String name,
String displayName,
int wantedRow)
name - The internal name of the toolbardisplayName - The name that is displayed to a user.wantedRow - The row where it should be displayed.
Toolbar getToolBar(String name)
name - The name
String[] getToolBarNames()
void removeToolBar(String name)
name -
void setToolbarVisible(String name,
boolean visible)
name - visible -
|
Copyright © 2009 Servoy B.V. | |||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||