| javax.swing.JPanel it.businesslogic.ireport.data.BeanInspectorPanel
All known Subclasses: it.businesslogic.ireport.data.EJBQLBeanInspectorPanel,
lastExecution | int lastExecution(Code) | | |
BeanInspectorPanel | public BeanInspectorPanel()(Code) | | Creates new form BeanInspectorPanel
|
applyI18n | public void applyI18n()(Code) | | |
isComboVisible | public boolean isComboVisible()(Code) | | |
isPathOnDescription | public boolean isPathOnDescription()(Code) | | |
setBeanExplorerFromWorker | protected void setBeanExplorerFromWorker(Vector v, boolean pathOnDescription, boolean useCombo)(Code) | | Set the bean explorer
Parameters: columns - The list of columns to set. |
setClassName | public void setClassName(String className)(Code) | | Must be used when the combobox is not visible...
|
setClassNames | public void setClassNames(List classNames)(Code) | | |
setColumnErrorFromWork | protected void setColumnErrorFromWork(String error_msg)(Code) | | Set the columns error message in the ReportQueryDialog....
This is called from a none swing thread, hence all the invoke and
wait magic.
The message is only set if the query string matches the one the
error message is for.
Parameters: columns - The list of columns to set. |
setColumnsFromWorker | protected void setColumnsFromWorker(List columns)(Code) | | Set the columns in the ReportQueryDialog....
This is called from a none swing thread, hence all the invoke and
wait magic.
The message is only set if the query string matches the one the
error message is for.
Parameters: columns - The list of columns to set. |
setComboVisible | public void setComboVisible(boolean comboVisible)(Code) | | |
setJTableFields | public void setJTableFields(JTable jTableFields)(Code) | | |
setPathOnDescription | public void setPathOnDescription(boolean pathOnDescription)(Code) | | |
|
|