| org.drools.brms.client.ruleeditor.ActionToolbar
ActionToolbar | public class ActionToolbar extends Composite (Code) | | This contains the widgets used to action a rule asset
(ie checkin, change state, close window)
author: Michael Neale |
Constructor Summary | |
public | ActionToolbar(RuleAsset asset, Command checkin, Command archiv, Command minimiseMaximise, Command delete, boolean readOnly) |
Method Summary | |
protected void | doCheckinConfirm(Widget w) Called when user wants to checkin. | protected void | doCopyDialog(Widget w) | public void | setCloseCommand(Command c) This needs to be set to allow the current viewer to be closed. |
ActionToolbar | public ActionToolbar(RuleAsset asset, Command checkin, Command archiv, Command minimiseMaximise, Command delete, boolean readOnly)(Code) | | |
doCheckinConfirm | protected void doCheckinConfirm(Widget w)(Code) | | Called when user wants to checkin.
|
doCopyDialog | protected void doCopyDialog(Widget w)(Code) | | |
setCloseCommand | public void setCloseCommand(Command c)(Code) | | This needs to be set to allow the current viewer to be closed.
|
|
|