public class EventThemeTransformGui extends java.lang.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.
|
java.util.List<DataTransformWizardPanel> |
createPanels()
Creates a list of panels to set the parameters used on the transformation.
|
java.lang.String |
getDescription() |
java.awt.Dimension |
getMinDimension()
Returns the minimum size that has to be the wizard to display
the forms.
|
java.lang.String |
getName() |
java.lang.String |
toString() |
public java.util.List<DataTransformWizardPanel> createPanels()
DataTransformGui
createPanels
in interface DataTransformGui
public java.lang.String getDescription()
getDescription
in interface DataTransformGui
public java.lang.String toString()
toString
in class java.lang.Object
public FeatureStoreTransform createFeatureStoreTransform(FeatureStore featureStore) throws DataException
DataTransformGui
createFeatureStoreTransform
in interface DataTransformGui
featureStore
- The selected feature storeDataException
public java.lang.String getName()
getName
in interface DataTransformGui
public java.awt.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)