Package com.adbs.querybuilder
Class AddObjectDialogOptions
java.lang.Object
com.adbs.ast.UpdatablePersistent
com.adbs.querybuilder.AddObjectDialogOptions
- All Implemented Interfaces:
- Disposable
- 
Field SummaryFields inherited from class com.adbs.ast.UpdatablePersistentupdatedEventListenerList
- 
Constructor SummaryConstructors
- 
Method SummaryModifier 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.UpdatablePersistentaddUpdatedEventListener, 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
- 
getWidthpublic int getWidth()
- 
setWidthpublic void setWidth(int value) 
- 
getHeightpublic int getHeight()
- 
setHeightpublic void setHeight(int value) 
- 
isShowTablespublic boolean isShowTables()
- 
setShowTablespublic void setShowTables(boolean value) 
- 
isShowViewspublic boolean isShowViews()
- 
setShowViewspublic void setShowViews(boolean value) 
- 
isShowProcedurespublic boolean isShowProcedures()
- 
setShowProcedurespublic void setShowProcedures(boolean value) 
- 
isShowSynonymspublic boolean isShowSynonyms()
- 
setShowSynonymspublic void setShowSynonyms(boolean value) 
- 
assign- Overrides:
- assignin class- UpdatablePersistent
 
 
-