| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.eclipse.datatools.sqltools.sqlbuilder.input.SQLBuilderEditorInputUsageOptions
public class SQLBuilderEditorInputUsageOptions
This class defines the usage options of ISQLBuilderEditorInput. An option may be specified to ignore a specific input info even if exists.
| Constructor Summary | |
|---|---|
| SQLBuilderEditorInputUsageOptions()No parameter constructor for SQLBuilderEditorInputUsageOptions | |
| SQLBuilderEditorInputUsageOptions(boolean useWindowState)Constructor for SQLBuilderEditorInputUsageOptions with parameter for useWindowState | |
| Method Summary | |
|---|---|
| static SQLBuilderEditorInputUsageOptions | decode(java.lang.String code)Decodes a SQLBuilderEditorInputUsageOptionsfrom an encoded String. | 
|  java.lang.String | encode()Implements ISQLBuilderEditorInputUsageOptions.encode() | 
|  void | setUseWindowState(boolean windowState)Specifies whether to restore/save the window state information. | 
|  boolean | useWindowState()Indicates whether to restore/save the window state information. | 
| Methods inherited from class java.lang.Object | 
|---|
| equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Constructor Detail | 
|---|
public SQLBuilderEditorInputUsageOptions()
public SQLBuilderEditorInputUsageOptions(boolean useWindowState)
| Method Detail | 
|---|
public boolean useWindowState()
ISQLBuilderEditorInputUsageOptions
useWindowState in interface ISQLBuilderEditorInputUsageOptionspublic void setUseWindowState(boolean windowState)
ISQLBuilderEditorInputUsageOptions
setUseWindowState in interface ISQLBuilderEditorInputUsageOptionswindowState - true to use the input's window state if exists; 
                 false to ignore the window state info even if it existspublic java.lang.String encode()
ISQLBuilderEditorInputUsageOptions.encode()
encode in interface ISQLBuilderEditorInputUsageOptionsdecode()public static SQLBuilderEditorInputUsageOptions decode(java.lang.String code)
SQLBuilderEditorInputUsageOptions from an encoded String.
code - encoded SQLBuilderEditorInputUsageOptions object.
SQLBuilderEditorInputUsageOptions objectencode()| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||