Method Summary |
|
public void | addTab(String title, SComponent c) Adds a component to the sidebar. |
public boolean | getEnabledFor(SComponent component) |
public void | hide() Hides the sidebar. |
protected void | hideTab(SComponent c) Hide the component on the sidebar. |
public boolean | isPinnable() Returns whether the sidebar is allows to be pinned
or not. |
public boolean | isPinned() Returns whether the sidebar is pinned or unpinned. |
public void | removeTab(SComponent c) Removes the component from the sidebar. |
public void | setEnabledFor(SComponent component, boolean enabled) |
public void | setPinnable(boolean pinnable) Sets whether the sidebar should be pinnable or not. |
public void | setVisible(boolean visible) Set the visibility. |
public void | show() Shows the sidebar. |
protected void | showTab(SComponent c) Show the component on the sidebar. |