public class EventThemeTransformGui extends Object implements DataTransformGui
Constructor and Description |
---|
EventThemeTransformGui() |
Modifier and Type | Method and Description |
---|---|
boolean |
accept(FeatureStore featureStore)
Return if the transformation can be applied in a
FeatureStore . |
void |
afterApplyingTransform(FeatureStore store,
FeatureStoreTransform transform) |
void |
beforeApplyingTransform(FeatureStore store,
FeatureStoreTransform transform) |
FeatureStoreTransform |
createFeatureStoreTransform(FeatureStore featureStore)
Creates a feature transformation from a feature store.
|
List<DataTransformWizardPanel> |
createPanels()
Creates a list of panels to set the parameters used on the transformation.
|
String |
getDescription() |
Dimension |
getMinDimension()
Returns the minimum size that has to be the wizard to display
the forms.
|
String |
getName() |
String |
toString() |
public List<DataTransformWizardPanel> createPanels()
DataTransformGui
createPanels
in interface DataTransformGui
public String getDescription()
getDescription
in interface DataTransformGui
public FeatureStoreTransform createFeatureStoreTransform(FeatureStore featureStore) throws DataException
DataTransformGui
createFeatureStoreTransform
in interface DataTransformGui
featureStore
- The selected feature storeDataException
public String getName()
getName
in interface DataTransformGui
public Dimension getMinDimension()
DataTransformGui
getMinDimension
in interface DataTransformGui
public boolean accept(FeatureStore featureStore)
DataTransformGui
FeatureStore
.accept
in interface DataTransformGui
featureStore
- the original feature storetrue
if the transformation can be applied.public void beforeApplyingTransform(FeatureStore store, FeatureStoreTransform transform)
public void afterApplyingTransform(FeatureStore store, FeatureStoreTransform transform)