com.rapidminer.repository.gui
Interface RepositoryConfigurationPanel

All Known Implementing Classes:
LocalRepositoryPanel, RemoteRepositoryPanel

public interface RepositoryConfigurationPanel

Panel to configure a repository.

Author:
Simon Fischer

Method Summary
 boolean configure(Repository repository)
          Configures given repository with the values entered into the dialog.
 void configureUIElementsFrom(Repository repository)
          Configures the UI elements to show the properties defined by the given repository.
 javax.swing.JComponent getComponent()
          Returns the actual component.
 void makeRepository()
          (Asynchronously) creates a new repository and adds it to the RepositoryManager.
 

Method Detail

makeRepository

void makeRepository()
(Asynchronously) creates a new repository and adds it to the RepositoryManager.


configureUIElementsFrom

void configureUIElementsFrom(Repository repository)
Configures the UI elements to show the properties defined by the given repository.


configure

boolean configure(Repository repository)
Configures given repository with the values entered into the dialog.

Returns:
true if configuration is ok

getComponent

javax.swing.JComponent getComponent()
Returns the actual component.



Copyright © 2001-2009 by Rapid-I