| javax.swing.JDialog it.businesslogic.ireport.gui.ReportQueryDialog
Inner Class :class FieldReader extends Thread | |
Method Summary | |
public void | addField(JRField field) | public void | applyI18n() | protected void | getFieldsFromClass(Class clazz, String path) | public JTable | getFieldsTable() Thie method can be useful for a CustomQueryEditor
Return the table containing all the fields. | public JLabel | getJLabelStatusSQL() | public JRSQLExpressionArea | getSQLExpressionArea() | public SubDataset | getSubDataset() | public boolean | isInit() | public void | lostOwnership(Clipboard parClipboard, Transferable parTransferable) | public static void | main(String args) | public void | openFilterExpressionDialog(boolean showAsError) This method is used to open the filter expression in case of errors... | public static Object | recursiveInterpreter(Interpreter interpreter, String expression, Vector parameters) | public static Object | recursiveInterpreter(Interpreter interpreter, String expression, Vector parameters, int recursion_level) | public static Object | recursiveInterpreter(Interpreter interpreter, String expression, Vector parameters, int recursion_level, String this_param_name) | public void | setColumns(List cols) Shows the list of columns. | public void | setColumnsError(String msg) Replace the columns list with a label that contains the reason why
columns cannot be loaded. | public boolean | setInit(boolean init) | public void | setSpecialLanguageComponent(Component c) | public void | setSubDataset(SubDataset subDataset) | public void | updateQueryLanguages() |
elaborationSequence | public static int elaborationSequence(Code) | | |
num | public static int num(Code) | | |
parameterNameToExpressionID | Map parameterNameToExpressionID(Code) | | |
readerThread | public FieldReader readerThread(Code) | | |
stoppedChanging | javax.swing.Timer stoppedChanging(Code) | | A timer to detect when the SQL expression area has not been changed, for
a short moment. This is to prevent the database being hit with every
with every key press.
|
ReportQueryDialog | public ReportQueryDialog(java.awt.Frame parent, boolean modal)(Code) | | Creates new form ReportQueryFrame
|
applyI18n | public void applyI18n()(Code) | | |
getFieldsTable | public JTable getFieldsTable()(Code) | | Thie method can be useful for a CustomQueryEditor
Return the table containing all the fields.
|
getSQLExpressionArea | public JRSQLExpressionArea getSQLExpressionArea()(Code) | | Thie method can be useful for a CustomQueryEditor
|
isInit | public boolean isInit()(Code) | | |
main | public static void main(String args)(Code) | | Parameters: args - the command line arguments |
openFilterExpressionDialog | public void openFilterExpressionDialog(boolean showAsError)(Code) | | This method is used to open the filter expression in case of errors...
|
recursiveInterpreter | public static Object recursiveInterpreter(Interpreter interpreter, String expression, Vector parameters) throws EvalError(Code) | | |
recursiveInterpreter | public static Object recursiveInterpreter(Interpreter interpreter, String expression, Vector parameters, int recursion_level) throws EvalError(Code) | | |
recursiveInterpreter | public static Object recursiveInterpreter(Interpreter interpreter, String expression, Vector parameters, int recursion_level, String this_param_name) throws EvalError(Code) | | |
setColumns | public void setColumns(List cols)(Code) | | Shows the list of columns.
If the column error message label is visible remove it first.
Parameters: cols - A List Object[], for the fields. |
setColumnsError | public void setColumnsError(String msg)(Code) | | Replace the columns list with a label that contains the reason why
columns cannot be loaded.
Parameters: msg - The error message to display, can be in HTML. |
setInit | public boolean setInit(boolean init)(Code) | | |
setSpecialLanguageComponent | public void setSpecialLanguageComponent(Component c)(Code) | | |
updateQueryLanguages | public void updateQueryLanguages()(Code) | | |
|
|