Guvnor - Structure Client 6.2.0.CR1

org.guvnor.structure.client.editors.fileexplorer
Class FileExplorerPresenter

java.lang.Object
  extended by org.guvnor.structure.client.editors.fileexplorer.FileExplorerPresenter

@Dependent
public class FileExplorerPresenter
extends Object


Nested Class Summary
static interface FileExplorerPresenter.FileExplorerItem
           
static interface FileExplorerPresenter.View
           
 
Constructor Summary
FileExplorerPresenter()
           
 
Method Summary
 org.uberfire.workbench.model.Position getDefaultPosition()
           
 String getTitle()
           
 org.uberfire.client.mvp.UberView<FileExplorerPresenter> getWidget()
           
 void loadDirectoryContent(FileExplorerPresenter.FileExplorerItem item, org.uberfire.backend.vfs.Path path)
           
 void newRootDirectory(NewRepositoryEvent event)
           
 void onBatchResourceChange(org.uberfire.workbench.events.ResourceBatchChangesEvent event)
           
 void onResourceAdded(org.uberfire.workbench.events.ResourceAddedEvent event)
           
 void onResourceCopied(org.uberfire.workbench.events.ResourceCopiedEvent event)
           
 void onResourceDeleted(org.uberfire.workbench.events.ResourceDeletedEvent event)
           
 void onResourceRenamed(org.uberfire.workbench.events.ResourceRenamedEvent event)
           
 void onStartup()
           
 void redirect(org.uberfire.backend.vfs.Path path)
           
 void redirect(Repository repo)
           
 void redirectRepositoryList()
           
 void removeRootDirectory(RepositoryRemovedEvent event)
           
 void updateRootDirectory(RepositoryUpdatedEvent event)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FileExplorerPresenter

public FileExplorerPresenter()
Method Detail

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)

Guvnor - Structure Client 6.2.0.CR1

Copyright © 2001-2014 JBoss by Red Hat. All Rights Reserved.