Class ToolbarInfo
java.lang.Object
ro.sync.exml.workspace.api.standalone.ToolbarInfo
Information about a toolbar.
- Since:
- 11.2
-
Constructor Summary
ConstructorsConstructorDescriptionToolbarInfo
(String toolbarID, JComponent[] components, String title) Constructor -
Method Summary
Modifier and TypeMethodDescriptiongetTitle()
boolean
Check if the toolbar info has been customizer.void
setComponents
(JComponent[] components) Set the toolbar componentsvoid
Set the toolbar title
-
Constructor Details
-
ToolbarInfo
Constructor- Parameters:
toolbarID
- The unique toolbar IDcomponents
- The components arraytitle
- Title for the toolbar
-
-
Method Details
-
getToolbarID
- Returns:
- Returns the toolbarID.
-
getComponents
- Returns:
- Returns the components.
-
getTitle
- Returns:
- Returns the title.
-
setComponents
Set the toolbar components- Parameters:
components
- The components to set.
-
setTitle
Set the toolbar title- Parameters:
title
- The title to set.
-
isCustomized
public boolean isCustomized()Check if the toolbar info has been customizer.- Returns:
true
if the toolbar info has been customizer.
-