| org.columba.api.gui.IAbstractColumbaAction
All known Subclasses: org.columba.core.gui.action.AbstractColumbaAction,
IAbstractColumbaAction | public interface IAbstractColumbaAction (Code) | | |
LARGE_ICON | final public static String LARGE_ICON(Code) | | The toolbar uses the large icon, whereas menuitems
use the small one.
|
TOOLBAR_NAME | final public static String TOOLBAR_NAME(Code) | | special label for toolbar buttons which is smaller
than the regular label
Example: Reply to Sender -> Reply
|
TOPIC_ID | final public static String TOPIC_ID(Code) | | JavaHelp topic ID
|
getFrameMediator | IFrameMediator getFrameMediator()(Code) | | Returns the frame controller
FrameController |
isShowToolBarText | boolean isShowToolBarText()(Code) | | Return true if toolbar text should be visible
boolean true, if toolbar text should be enabled, false otherwise |
setFrameMediator | void setFrameMediator(IFrameMediator frameController)(Code) | | Sets the frameMediator.
Parameters: frameMediator - |
setShowToolBarText | void setShowToolBarText(boolean showToolbarText)(Code) | | Sets whether the toolbar text should be visible or not.
Parameters: showToolbarText - |
|
|