public class PreviewSourceDataActionListener
extends java.lang.Object
implements java.awt.event.ActionListener
| Constructor and Description |
|---|
PreviewSourceDataActionListener(WindowContext windowContext,
Datastore datastore,
java.util.Collection<? extends InputColumn<?>> inputColumns) |
PreviewSourceDataActionListener(WindowContext windowContext,
Datastore datastore,
org.apache.metamodel.schema.Column... columns) |
PreviewSourceDataActionListener(WindowContext windowContext,
Datastore datastore,
org.apache.metamodel.schema.Table table) |
| Modifier and Type | Method and Description |
|---|---|
void |
actionPerformed(java.awt.event.ActionEvent e) |
public PreviewSourceDataActionListener(WindowContext windowContext, Datastore datastore, org.apache.metamodel.schema.Column... columns)
public PreviewSourceDataActionListener(WindowContext windowContext, Datastore datastore, org.apache.metamodel.schema.Table table)
public PreviewSourceDataActionListener(WindowContext windowContext, Datastore datastore, java.util.Collection<? extends InputColumn<?>> inputColumns)
Copyright © 2015. All Rights Reserved.