public class CommandBuilder extends Object
| Constructor and Description |
|---|
CommandBuilder() |
| Modifier and Type | Method and Description |
|---|---|
CommandBuilder |
add(Class<? extends Throwable> throwable,
org.uberfire.mvp.Command command) |
CommandBuilder |
addFileSystemNotFoundException(org.uberfire.ext.widgets.common.client.common.HasBusyIndicator view,
org.uberfire.workbench.model.menu.Menus menus) |
CommandBuilder |
addFileSystemNotFoundException(org.uberfire.ext.widgets.common.client.common.HasBusyIndicator view,
org.uberfire.client.workbench.widgets.multipage.MultiPageEditor editor,
org.uberfire.workbench.model.menu.Menus menus) |
CommandBuilder |
addNoSuchFileException(org.uberfire.ext.widgets.common.client.common.HasBusyIndicator view,
org.uberfire.client.callbacks.Callback<com.google.gwt.user.client.ui.IsWidget> callback) |
CommandBuilder |
addNoSuchFileException(org.uberfire.ext.widgets.common.client.common.HasBusyIndicator view,
org.uberfire.workbench.model.menu.Menus menus) |
CommandBuilder |
addNoSuchFileException(org.uberfire.ext.widgets.common.client.common.HasBusyIndicator view,
org.uberfire.client.workbench.widgets.multipage.MultiPageEditor editor) |
CommandBuilder |
addNoSuchFileException(org.uberfire.ext.widgets.common.client.common.HasBusyIndicator view,
org.uberfire.client.workbench.widgets.multipage.MultiPageEditor editor,
org.uberfire.workbench.model.menu.Menus menus) |
CommandBuilder |
addSourceCodeGenerationFailedException(org.uberfire.ext.widgets.common.client.common.HasBusyIndicator view,
ViewDRLSourceWidget sourceWidget) |
Map<Class<? extends Throwable>,org.uberfire.mvp.Command> |
build() |
public CommandBuilder add(Class<? extends Throwable> throwable, org.uberfire.mvp.Command command)
public CommandBuilder addNoSuchFileException(org.uberfire.ext.widgets.common.client.common.HasBusyIndicator view, org.uberfire.client.callbacks.Callback<com.google.gwt.user.client.ui.IsWidget> callback)
public CommandBuilder addNoSuchFileException(org.uberfire.ext.widgets.common.client.common.HasBusyIndicator view, org.uberfire.client.workbench.widgets.multipage.MultiPageEditor editor)
public CommandBuilder addNoSuchFileException(org.uberfire.ext.widgets.common.client.common.HasBusyIndicator view, org.uberfire.client.workbench.widgets.multipage.MultiPageEditor editor, org.uberfire.workbench.model.menu.Menus menus)
public CommandBuilder addNoSuchFileException(org.uberfire.ext.widgets.common.client.common.HasBusyIndicator view, org.uberfire.workbench.model.menu.Menus menus)
public CommandBuilder addFileSystemNotFoundException(org.uberfire.ext.widgets.common.client.common.HasBusyIndicator view, org.uberfire.client.workbench.widgets.multipage.MultiPageEditor editor, org.uberfire.workbench.model.menu.Menus menus)
public CommandBuilder addFileSystemNotFoundException(org.uberfire.ext.widgets.common.client.common.HasBusyIndicator view, org.uberfire.workbench.model.menu.Menus menus)
public CommandBuilder addSourceCodeGenerationFailedException(org.uberfire.ext.widgets.common.client.common.HasBusyIndicator view, ViewDRLSourceWidget sourceWidget)
Copyright © 2001–2016 JBoss by Red Hat. All rights reserved.