All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.cedarsoft.spring.rcp.ComponentProvider Maven / Gradle / Ivy

The newest version!
package com.cedarsoft.spring.rcp;

import org.jetbrains.annotations.NotNull;

import javax.swing.JComponent;

/**
 * Provides a component
 */
public interface ComponentProvider {
  /**
   * Creates the component
   *
   * @return the component
   */
  @NotNull
  JComponent createComponent();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy