|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TToolBar | |
---|---|
tico.components | Package that contains a set of Swing based components that are used in both applications. |
tico.editor.actions | Package with the editor actions. |
tico.editor.toolbars | Package with all the user interface elements needed for Tico project edition. |
Uses of TToolBar in tico.components |
---|
Methods in tico.components that return TToolBar | |
---|---|
TToolBar |
TToolBarContainer.getToolBar(int index)
Returns the toolBar in the specified index . |
Methods in tico.components with parameters of type TToolBar | |
---|---|
void |
TToolBarContainer.addToolBar(TToolBar toolBar)
Add a new TToolBar to the end of the container |
void |
TToolBarContainer.addToolBar(TToolBar toolBar,
int index)
Add a new toolBar in the specified index . |
void |
TToolBarContainer.removeToolBar(TToolBar toolBar)
Remove the specified toolBar from the container. |
Uses of TToolBar in tico.editor.actions |
---|
Constructors in tico.editor.actions with parameters of type TToolBar | |
---|---|
THideToolBarAction(TEditor editor,
TToolBar toolBar)
Constructor of the THideToolBarAction. |
Uses of TToolBar in tico.editor.toolbars |
---|
Subclasses of TToolBar in tico.editor.toolbars | |
---|---|
class |
TAlignToolBar
Tool bar with the align action buttons. |
class |
TEditionToolBar
Tool bar with the edit action buttons. |
class |
TFileToolBar
Tool bar with the file action buttons. |
class |
TFormatToolBar
Tool bar with the components format components. |
class |
THandlersToolBar
Tool bar with the handlers selection buttons. |
class |
TTextToolBar
Tool bar with the text format. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |