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 TypeMethodDescriptionvoid
int
int
getWidth()
boolean
boolean
boolean
boolean
void
setHeight
(int value) void
setMinimumSize
(Dimension value) void
setProceduresIcon
(Icon value) void
setShowProcedures
(boolean value) void
setShowSynonyms
(boolean value) void
setShowTables
(boolean value) void
setShowViews
(boolean value) void
setSynonymsIcon
(Icon value) void
setTablesIcon
(Icon value) void
setViewsIcon
(Icon value) void
setWidth
(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:
assign
in classUpdatablePersistent
-