| |
|
| java.lang.Object org.netbeans.modules.etl.ui.view.cookies.SelectTablesCookie
SelectTablesCookie | public class SelectTablesCookie implements Node.Cookie(Code) | | Cookie for exposing access to a dialog box for selecting tables to participate in an
eTL collaboration.
author: Jonathan Giron version: $Revision$ |
Constructor Summary | |
public | SelectTablesCookie() Creates a new instance of SelectTablesCookie associated with the given
ProjectElement. |
Method Summary | |
public void | showDialog() Displays the table selection wizard for the current data object. |
SelectTablesCookie | public SelectTablesCookie()(Code) | | Creates a new instance of SelectTablesCookie associated with the given
ProjectElement.
Parameters: pElement - the associated project element |
showDialog | public void showDialog()(Code) | | Displays the table selection wizard for the current data object.
|
|
|
|