com.acesoft.aceoffix
Class RibbonToolbar

java.lang.Object
  extended by com.acesoft.aceoffix.RibbonToolbar

public class RibbonToolbar
extends java.lang.Object

RibbonToolbar class represents the Ribbon toolbar defined in Microsoft Office.

Version:
5.0
Author:
Acesoft Corporation

Method Summary
 void setGroupVisible(java.lang.String groupName, boolean visible)
          Sets a value that indicates whether the button group on the tab with the specified name is visible.
 void setSharedVisible(java.lang.String controlName, boolean visible)
          Sets a value that indicates whether the shortcut button with the specified name is visible.
 void setTabVisible(java.lang.String tabName, boolean visible)
          Sets a value that indicates whether the tab on the tool bar with the specified name is visible.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

setSharedVisible

public void setSharedVisible(java.lang.String controlName,
                             boolean visible)
Sets a value that indicates whether the shortcut button with the specified name is visible.

Parameters:
controlName - The name of the button.
visible - Whether the button is visible.

setTabVisible

public void setTabVisible(java.lang.String tabName,
                          boolean visible)
Sets a value that indicates whether the tab on the tool bar with the specified name is visible.

Parameters:
tabName - The name of the tab.
visible - Whether the tab is visible.

setGroupVisible

public void setGroupVisible(java.lang.String groupName,
                            boolean visible)
Sets a value that indicates whether the button group on the tab with the specified name is visible.

Parameters:
controlName - The name of the button group.
visible - Whether the button group is visible.