|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.acesoft.aceoffix.RibbonToolbar
public class RibbonToolbar
RibbonToolbar class represents the Ribbon toolbar defined in Microsoft Office.
| 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 |
|---|
public void setSharedVisible(java.lang.String controlName,
boolean visible)
controlName - The name of the button.visible - Whether the button is visible.
public void setTabVisible(java.lang.String tabName,
boolean visible)
tabName - The name of the tab.visible - Whether the tab is visible.
public void setGroupVisible(java.lang.String groupName,
boolean visible)
controlName - The name of the button group.visible - Whether the button group is visible.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||