Oxygen XML Editor 11.2 Author API

ro.sync.exml.workspace.api.standalone
Class ToolbarInfo

java.lang.Object
  extended by ro.sync.exml.workspace.api.standalone.ToolbarInfo

public class ToolbarInfo
extends Object

Information about a toolbar.

*********************************
EXPERIMENTAL - Subject to change
*********************************

Please note that this API is not marked as final and it can change in one of the next versions of the application. If you have suggestions, comments about it, please let us know.

Since:
11.2

Constructor Summary
ToolbarInfo(String toolbarID, JComponent[] components, String title)
          Constructor
 
Method Summary
 JComponent[] getComponents()
           
 String getTitle()
           
 String getToolbarID()
           
 void setComponents(JComponent[] components)
           
 void setTitle(String title)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ToolbarInfo

public ToolbarInfo(String toolbarID,
                   JComponent[] components,
                   String title)
Constructor

Parameters:
toolbarID - The unique toolbar ID
components - The components array
title - Title for the toolbar
Method Detail

getToolbarID

public String getToolbarID()
Returns:
Returns the toolbarID.

getComponents

public JComponent[] getComponents()
Returns:
Returns the components.

getTitle

public String getTitle()
Returns:
Returns the title.

setComponents

public void setComponents(JComponent[] components)
Parameters:
components - The components to set.

setTitle

public void setTitle(String title)
Parameters:
title - The title to set.

Oxygen XML Editor 11.2 Author API

© Copyright SyncRO Soft SRL 2002 - 2010.