Class EmptyLibraryScreen
- java.lang.Object
-
- org.kie.workbench.common.screens.library.client.screens.EmptyLibraryScreen
-
public class EmptyLibraryScreen extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceEmptyLibraryScreen.View
-
Constructor Summary
Constructors Constructor Description EmptyLibraryScreen(EmptyLibraryScreen.View view, AddProjectButtonPresenter addProjectButtonPresenter, org.guvnor.common.services.project.client.security.ProjectController projectController, LibraryPlaces libraryPlaces)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description EmptyLibraryScreen.ViewgetView()voidimportProject()voidsetup()voidtrySamples()
-
-
-
Constructor Detail
-
EmptyLibraryScreen
@Inject public EmptyLibraryScreen(EmptyLibraryScreen.View view, AddProjectButtonPresenter addProjectButtonPresenter, org.guvnor.common.services.project.client.security.ProjectController projectController, LibraryPlaces libraryPlaces)
-
-
Method Detail
-
setup
@PostConstruct public void setup()
-
trySamples
public void trySamples()
-
importProject
public void importProject()
-
getView
public EmptyLibraryScreen.View getView()
-
-