| org.osbl.client.wings.shell.ButtonsProvider
ButtonsProvider | public interface ButtonsProvider (Code) | | Interface which must be implemented by components that want to display controls in the actionbar.
Basically, they must return a list of controls; those controls will appear in the actionbar.
author: leon |
Method Summary | |
public List<Action> | getActions() Returns a list of javax.swing.Action s which will appear in the actionbar. |
getActions | public List<Action> getActions()(Code) | | Returns a list of javax.swing.Action s which will appear in the actionbar.
The list may also contain null elements, which will be rendered as spacers.
a list of javax.swing.Action s which will appear in the actionbar. |
|
|