public interface MainEditorView<T> extends BaseEditorView<T>, HasErrorPopup
| Modifier and Type | Method and Description |
|---|---|
void |
showUsagesPopupForChanging(String message,
List<org.uberfire.backend.vfs.Path> usedByFiles,
org.uberfire.mvp.Command yesCommand,
org.uberfire.mvp.Command noCommand) |
void |
showUsagesPopupForRenaming(String message,
List<org.uberfire.backend.vfs.Path> usedByFiles,
org.uberfire.mvp.Command yesCommand,
org.uberfire.mvp.Command noCommand) |
showErrorPopup, showErrorPopupCopyright © 2001–2016 JBoss by Red Hat. All rights reserved.