Package com.adbs.querybuilder
Class AddObjectDialogOptions
java.lang.Object
com.adbs.ast.UpdatablePersistent
com.adbs.querybuilder.AddObjectDialogOptions
- All Implemented Interfaces:
Disposable
-
Field Summary
Fields inherited from class com.adbs.ast.UpdatablePersistent
updatedEventListenerList -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidintintgetWidth()booleanbooleanbooleanbooleanvoidsetHeight(int value) voidsetMinimumSize(Dimension value) voidsetProceduresIcon(Icon value) voidsetShowProcedures(boolean value) voidsetShowSynonyms(boolean value) voidsetShowTables(boolean value) voidsetShowViews(boolean value) voidsetSynonymsIcon(Icon value) voidsetTablesIcon(Icon value) voidsetViewsIcon(Icon value) voidsetWidth(int value) Methods inherited from class com.adbs.ast.UpdatablePersistent
addUpdatedEventListener, beginUpdate, dispose, doUpdated, endUpdate, fireUpdatedEvent, getParent, isUpdating, notifyUpdated, removeUpdatedEventListener
-
Constructor Details
-
AddObjectDialogOptions
-
-
Method Details
-
getTablesIcon
-
setTablesIcon
-
getViewsIcon
-
setViewsIcon
-
getProceduresIcon
-
setProceduresIcon
-
getSynonymsIcon
-
setSynonymsIcon
-
getQueriesIcon
-
getMinimumSize
-
setMinimumSize
-
getWidth
public int getWidth() -
setWidth
public void setWidth(int value) -
getHeight
public int getHeight() -
setHeight
public void setHeight(int value) -
isShowTables
public boolean isShowTables() -
setShowTables
public void setShowTables(boolean value) -
isShowViews
public boolean isShowViews() -
setShowViews
public void setShowViews(boolean value) -
isShowProcedures
public boolean isShowProcedures() -
setShowProcedures
public void setShowProcedures(boolean value) -
isShowSynonyms
public boolean isShowSynonyms() -
setShowSynonyms
public void setShowSynonyms(boolean value) -
assign
- Overrides:
assignin classUpdatablePersistent
-