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()
DataTransformGuicreatePanels in interface DataTransformGuipublic java.lang.String getDescription()
getDescription in interface DataTransformGuipublic java.lang.String toString()
toString in class java.lang.Objectpublic FeatureStoreTransform createFeatureStoreTransform(FeatureStore featureStore) throws DataException
DataTransformGuicreateFeatureStoreTransform in interface DataTransformGuifeatureStore - The selected feature storeDataExceptionpublic java.lang.String getName()
getName in interface DataTransformGuipublic java.awt.Dimension getMinDimension()
DataTransformGuigetMinDimension in interface DataTransformGuipublic boolean accept(FeatureStore featureStore)
DataTransformGuiFeatureStore.accept in interface DataTransformGuifeatureStore - the original feature storetrue if the transformation can be applied.public void beforeApplyingTransform(FeatureStore store, FeatureStoreTransform transform)
public void afterApplyingTransform(FeatureStore store, FeatureStoreTransform transform)