public static final class SelectSchemaPanel.SchemaChooserContext
extends java.lang.Object
| Constructor and Description |
|---|
SchemaChooserContext() |
| Modifier and Type | Method and Description |
|---|---|
void |
setContext(Context context)
Sets the context for the schema chooser
|
void |
setCurrent(Schema current)
Sets the schema to be selected initially.
|
void |
setHeaderText(java.lang.String headerText)
Sets the header text for the choose dialog.
|
void |
setListener(java.beans.VetoableChangeListener listener)
Sets a listener for the schema dialog.
|
void |
setNamespace(Namespace ns)
Sets the namespace to be used for the chooser dialog.
|
void |
setProvider(DBObjectProvider provider)
Sets the context DBObjectProvider for the schema chooser
|
void |
setTitle(java.lang.String title)
Sets the title for the chooser dialog.
|
public final void setContext(Context context)
context - the IDE contextpublic final void setProvider(DBObjectProvider provider)
provider - the providerpublic final void setCurrent(Schema current)
current - public final void setTitle(java.lang.String title)
title - public final void setHeaderText(java.lang.String headerText)
headerText - public final void setNamespace(Namespace ns)
ns - the namespace.public final void setListener(java.beans.VetoableChangeListener listener)
listener -