org.guvnor.structure.client.editors.fileexplorer
Class FileExplorerPresenter
java.lang.Object
org.guvnor.structure.client.editors.fileexplorer.FileExplorerPresenter
@Dependent
public class FileExplorerPresenter
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FileExplorerPresenter
public FileExplorerPresenter()
onStartup
public void onStartup()
loadDirectoryContent
public void loadDirectoryContent(FileExplorerPresenter.FileExplorerItem item,
org.uberfire.backend.vfs.Path path)
getTitle
public String getTitle()
getWidget
public org.uberfire.client.mvp.UberView<FileExplorerPresenter> getWidget()
getDefaultPosition
public org.uberfire.workbench.model.Position getDefaultPosition()
redirect
public void redirect(org.uberfire.backend.vfs.Path path)
redirectRepositoryList
public void redirectRepositoryList()
redirect
public void redirect(Repository repo)
newRootDirectory
public void newRootDirectory(@Observes
NewRepositoryEvent event)
removeRootDirectory
public void removeRootDirectory(@Observes
RepositoryRemovedEvent event)
updateRootDirectory
public void updateRootDirectory(@Observes
RepositoryUpdatedEvent event)
onResourceAdded
public void onResourceAdded(@Observes
org.uberfire.workbench.events.ResourceAddedEvent event)
onResourceDeleted
public void onResourceDeleted(@Observes
org.uberfire.workbench.events.ResourceDeletedEvent event)
onResourceCopied
public void onResourceCopied(@Observes
org.uberfire.workbench.events.ResourceCopiedEvent event)
onResourceRenamed
public void onResourceRenamed(@Observes
org.uberfire.workbench.events.ResourceRenamedEvent event)
onBatchResourceChange
public void onBatchResourceChange(@Observes
org.uberfire.workbench.events.ResourceBatchChangesEvent event)
Copyright © 2001-2014 JBoss by Red Hat. All Rights Reserved.