Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
A
- actionPerformed(ActionEvent) - Method in class org.pentaho.openformula.ui.table.FormulaFragmentCellEditor.CancelAction
-
Invoked when an action occurs.
- actionPerformed(ActionEvent) - Method in class org.pentaho.openformula.ui.table.FormulaFragmentCellEditor.ExtendedEditorAction
-
Invoked when an action occurs.
- actionPerformed(ActionEvent) - Method in class org.pentaho.openformula.ui.table.FormulaFragmentCellEditor.SelectionAction
-
Invoked when an action occurs.
- actionPerformed(ActionEvent) - Method in class org.pentaho.openformula.ui.util.SelectFieldAction
-
Invoked when an action occurs.
- addActionListener(ActionListener) - Method in class org.pentaho.openformula.ui.FunctionListPanel
- addCellEditorListener(CellEditorListener) - Method in class org.pentaho.openformula.ui.table.FormulaFragmentCellEditor
-
Adds a listener to the list that's notified when the editor stops, or cancels editing.
- addDocumentListener(DocumentListener) - Method in class org.pentaho.openformula.ui.model2.FormulaDocument
-
Registers the given observer to begin receiving notifications when changes are made to the document.
- addParameterUpdateListener(ParameterUpdateListener) - Method in class org.pentaho.openformula.ui.DefaultFunctionParameterEditor
- addParameterUpdateListener(ParameterUpdateListener) - Method in interface org.pentaho.openformula.ui.FunctionParameterEditor
- addParameterUpdateListener(ParameterUpdateListener) - Method in class org.pentaho.openformula.ui.MultiplexFunctionParameterEditor
- addUndoableEditListener(UndoableEditListener) - Method in class org.pentaho.openformula.ui.model2.FormulaDocument
-
Registers the given observer to begin receiving notifications when undoable edits are made to the document.
B
- buildFormulaText(ParameterUpdateEvent, FunctionInformation, String) - Static method in class org.pentaho.openformula.ui.util.FunctionParameterEditHelper
C
- CancelAction() - Constructor for class org.pentaho.openformula.ui.table.FormulaFragmentCellEditor.CancelAction
- cancelCellEditing() - Method in class org.pentaho.openformula.ui.table.FormulaFragmentCellEditor
-
Tells the editor to cancel editing and not accept any partially edited value.
- caretPositionAfterEdit - Variable in class org.pentaho.openformula.ui.util.FunctionParameterEditHelper.EditResult
- clear() - Method in class org.pentaho.openformula.ui.model2.FormulaRootElement
- clearSelectedFunction() - Method in class org.pentaho.openformula.ui.DefaultFunctionParameterEditor
- clearSelectedFunction() - Method in interface org.pentaho.openformula.ui.FunctionParameterEditor
- clearSelectedFunction() - Method in class org.pentaho.openformula.ui.MultiplexFunctionParameterEditor
- configureEditorStyle(Font, Color, Color) - Method in class org.pentaho.openformula.ui.table.FormulaFragmentCellEditor
- create(Object) - Method in class org.pentaho.openformula.ui.table.FormulaFragmentCellEditor
- createContentPane() - Method in class org.pentaho.openformula.ui.FormulaEditorDialog
- createContentPane() - Method in class org.pentaho.openformula.ui.util.FieldSelectorDialog
- createEditorDialog() - Method in class org.pentaho.openformula.ui.table.FormulaFragmentCellEditor
- createExtendedEditorAction() - Method in class org.pentaho.openformula.ui.table.FormulaFragmentCellEditor
- createOperatorPanel() - Method in class org.pentaho.openformula.ui.FormulaEditorPanel
- createPosition(int) - Method in class org.pentaho.openformula.ui.model2.FormulaDocument
-
This method allows an application to mark a place in a sequence of character content.
D
- DefaultFieldDefinition - Class in org.pentaho.openformula.ui
- DefaultFieldDefinition(String) - Constructor for class org.pentaho.openformula.ui.DefaultFieldDefinition
- DefaultFieldDefinition(String, String) - Constructor for class org.pentaho.openformula.ui.DefaultFieldDefinition
- DefaultFieldDefinition(String, String, Icon, Class<?>) - Constructor for class org.pentaho.openformula.ui.DefaultFieldDefinition
- DefaultFunctionParameterEditor - Class in org.pentaho.openformula.ui
- DefaultFunctionParameterEditor() - Constructor for class org.pentaho.openformula.ui.DefaultFunctionParameterEditor
-
Creates a new
JPanel
with a double buffer and a flow layout. - dispose() - Method in class org.pentaho.openformula.ui.util.FieldSelectorDialog
- dispose() - Method in class org.pentaho.openformula.ui.util.SelectFieldAction
E
- editFormula(String, FieldDefinition[]) - Method in class org.pentaho.openformula.ui.FormulaEditorDialog
- editFormulaFragment(String, FieldDefinition[]) - Method in class org.pentaho.openformula.ui.FormulaEditorDialog
-
Deprecated.
- EditorMessages - Class in org.pentaho.openformula.ui.table
- ELEMENT - Static variable in class org.pentaho.openformula.ui.model2.FormulaClosingParenthesisElement
- ELEMENT - Static variable in class org.pentaho.openformula.ui.model2.FormulaOpenParenthesisElement
- ELEMENT - Static variable in class org.pentaho.openformula.ui.model2.FormulaSemicolonElement
- EMPTY_FIELDS - Static variable in class org.pentaho.openformula.ui.MultiplexFunctionParameterEditor
- EMPTY_FIELDS - Static variable in class org.pentaho.openformula.ui.table.FormulaFragmentCellEditor
- ExtendedEditorAction() - Constructor for class org.pentaho.openformula.ui.table.FormulaFragmentCellEditor.ExtendedEditorAction
-
Defines an
Action
object with a default description string and default icon.
F
- FieldDefinition - Interface in org.pentaho.openformula.ui
- FieldDefinitionCellRenderer - Class in org.pentaho.openformula.ui.util
- FieldDefinitionCellRenderer() - Constructor for class org.pentaho.openformula.ui.util.FieldDefinitionCellRenderer
- FieldDefinitionSource - Interface in org.pentaho.openformula.ui
- FieldListModel - Class in org.pentaho.openformula.ui.util
- FieldListModel() - Constructor for class org.pentaho.openformula.ui.util.FieldListModel
- FieldListModel(FieldDefinition[]) - Constructor for class org.pentaho.openformula.ui.util.FieldListModel
- FIELDS_ADD - Static variable in class org.pentaho.openformula.ui.DefaultFunctionParameterEditor
- FieldSelectorDialog - Class in org.pentaho.openformula.ui.util
- FieldSelectorDialog() - Constructor for class org.pentaho.openformula.ui.util.FieldSelectorDialog
- FieldSelectorDialog(Dialog) - Constructor for class org.pentaho.openformula.ui.util.FieldSelectorDialog
-
Creates a non-modal dialog without a title with the specified
Dialog
as its owner. - FieldSelectorDialog(Frame) - Constructor for class org.pentaho.openformula.ui.util.FieldSelectorDialog
- fireActionPerformed() - Method in class org.pentaho.openformula.ui.FunctionListPanel
- fireChangeEvent(DocumentEvent) - Method in class org.pentaho.openformula.ui.model2.FormulaDocument
- fireEditingCanceled() - Method in class org.pentaho.openformula.ui.table.FormulaFragmentCellEditor
- fireEditingStopped() - Method in class org.pentaho.openformula.ui.table.FormulaFragmentCellEditor
- fireInsertEvent(DocumentEvent) - Method in class org.pentaho.openformula.ui.model2.FormulaDocument
- fireParameterUpdate(int, String) - Method in class org.pentaho.openformula.ui.DefaultFunctionParameterEditor
- fireRemoveEvent(DocumentEvent) - Method in class org.pentaho.openformula.ui.model2.FormulaDocument
- FormulaClosingParenthesisElement - Class in org.pentaho.openformula.ui.model2
- FormulaClosingParenthesisElement(FormulaDocument, FormulaRootElement) - Constructor for class org.pentaho.openformula.ui.model2.FormulaClosingParenthesisElement
- FormulaDocument - Class in org.pentaho.openformula.ui.model2
- FormulaDocument() - Constructor for class org.pentaho.openformula.ui.model2.FormulaDocument
- FormulaDocumentPosition - Class in org.pentaho.openformula.ui.model2
- FormulaDocumentPosition(FormulaElement, int, boolean) - Constructor for class org.pentaho.openformula.ui.model2.FormulaDocumentPosition
- FormulaEditorDialog - Class in org.pentaho.openformula.ui
- FormulaEditorDialog() - Constructor for class org.pentaho.openformula.ui.FormulaEditorDialog
- FormulaEditorDialog(Dialog) - Constructor for class org.pentaho.openformula.ui.FormulaEditorDialog
- FormulaEditorDialog(Frame) - Constructor for class org.pentaho.openformula.ui.FormulaEditorDialog
- FormulaEditorModel - Class in org.pentaho.openformula.ui
- FormulaEditorModel() - Constructor for class org.pentaho.openformula.ui.FormulaEditorModel
- FormulaEditorPanel - Class in org.pentaho.openformula.ui
- FormulaEditorPanel() - Constructor for class org.pentaho.openformula.ui.FormulaEditorPanel
- FormulaEditorPanel.ParameterUpdateHandler - Class in org.pentaho.openformula.ui
- FormulaElement - Class in org.pentaho.openformula.ui.model2
- FormulaElement(FormulaDocument, FormulaRootElement) - Constructor for class org.pentaho.openformula.ui.model2.FormulaElement
- FormulaFragmentCellEditor - Class in org.pentaho.openformula.ui.table
- FormulaFragmentCellEditor() - Constructor for class org.pentaho.openformula.ui.table.FormulaFragmentCellEditor
- FormulaFragmentCellEditor.CancelAction - Class in org.pentaho.openformula.ui.table
- FormulaFragmentCellEditor.ExtendedEditorAction - Class in org.pentaho.openformula.ui.table
- FormulaFragmentCellEditor.SelectionAction - Class in org.pentaho.openformula.ui.table
- FormulaFragmentCellRenderer - Class in org.pentaho.openformula.ui.table
- FormulaFragmentCellRenderer() - Constructor for class org.pentaho.openformula.ui.table.FormulaFragmentCellRenderer
- FormulaFunctionElement - Class in org.pentaho.openformula.ui.model2
- FormulaFunctionElement(FormulaDocument, FormulaRootElement, String) - Constructor for class org.pentaho.openformula.ui.model2.FormulaFunctionElement
- FormulaNumberElement - Class in org.pentaho.openformula.ui.model2
- FormulaNumberElement(FormulaDocument, FormulaRootElement, String) - Constructor for class org.pentaho.openformula.ui.model2.FormulaNumberElement
- FormulaOpenParenthesisElement - Class in org.pentaho.openformula.ui.model2
- FormulaOpenParenthesisElement(FormulaDocument, FormulaRootElement) - Constructor for class org.pentaho.openformula.ui.model2.FormulaOpenParenthesisElement
- FormulaOperatorElement - Class in org.pentaho.openformula.ui.model2
- FormulaOperatorElement(FormulaDocument, FormulaRootElement, String) - Constructor for class org.pentaho.openformula.ui.model2.FormulaOperatorElement
- FormulaParser - Class in org.pentaho.openformula.ui.model2
- FormulaRootElement - Class in org.pentaho.openformula.ui.model2
- FormulaRootElement(FormulaDocument) - Constructor for class org.pentaho.openformula.ui.model2.FormulaRootElement
- FormulaSemicolonElement - Class in org.pentaho.openformula.ui.model2
- FormulaSemicolonElement(FormulaDocument, FormulaRootElement) - Constructor for class org.pentaho.openformula.ui.model2.FormulaSemicolonElement
- FormulaTextElement - Class in org.pentaho.openformula.ui.model2
- FormulaTextElement(FormulaDocument, FormulaRootElement, String) - Constructor for class org.pentaho.openformula.ui.model2.FormulaTextElement
- FunctionCategoryCellRenderer - Class in org.pentaho.openformula.ui.util
- FunctionCategoryCellRenderer() - Constructor for class org.pentaho.openformula.ui.util.FunctionCategoryCellRenderer
- FunctionDescriptionCellRenderer - Class in org.pentaho.openformula.ui.util
- FunctionDescriptionCellRenderer() - Constructor for class org.pentaho.openformula.ui.util.FunctionDescriptionCellRenderer
- FunctionInformation - Class in org.pentaho.openformula.ui.model2
- FunctionInformation(String, int, int, int, String, String[], int[], int[]) - Constructor for class org.pentaho.openformula.ui.model2.FunctionInformation
- FunctionInformationPanel - Class in org.pentaho.openformula.ui
- FunctionInformationPanel() - Constructor for class org.pentaho.openformula.ui.FunctionInformationPanel
-
Creates a new
JPanel
with a double buffer and a flow layout. - FunctionListPanel - Class in org.pentaho.openformula.ui
- FunctionListPanel() - Constructor for class org.pentaho.openformula.ui.FunctionListPanel
- FunctionParameterContext - Class in org.pentaho.openformula.ui
- FunctionParameterContext() - Constructor for class org.pentaho.openformula.ui.FunctionParameterContext
- FunctionParameterContext(FunctionDescription, String[], FunctionInformation, boolean, FormulaEditorModel) - Constructor for class org.pentaho.openformula.ui.FunctionParameterContext
-
Deprecated.
- FunctionParameterContext(FunctionDescription, FunctionInformation, boolean, FormulaEditorModel) - Constructor for class org.pentaho.openformula.ui.FunctionParameterContext
- FunctionParameterEditHelper - Class in org.pentaho.openformula.ui.util
- FunctionParameterEditHelper() - Constructor for class org.pentaho.openformula.ui.util.FunctionParameterEditHelper
- FunctionParameterEditHelper.EditResult - Class in org.pentaho.openformula.ui.util
- FunctionParameterEditor - Interface in org.pentaho.openformula.ui
G
- getAttributes() - Method in class org.pentaho.openformula.ui.model2.FormulaElement
-
Fetches the collection of attributes this element contains.
- getCanonicalName() - Method in class org.pentaho.openformula.ui.model2.FunctionInformation
- getCaretPosition() - Method in class org.pentaho.openformula.ui.FormulaEditorModel
- getCellEditorValue() - Method in class org.pentaho.openformula.ui.table.FormulaFragmentCellEditor
-
Returns the value contained in the editor.
- getComboBox() - Method in class org.pentaho.openformula.ui.table.FormulaFragmentCellEditor
- getCurrentFunction() - Method in class org.pentaho.openformula.ui.FormulaEditorModel
- getDefaultEditor() - Method in class org.pentaho.openformula.ui.MultiplexFunctionParameterEditor
- getDefaultRootElement() - Method in class org.pentaho.openformula.ui.model2.FormulaDocument
-
Returns the root element that views should be based upon, unless some other mechanism for assigning views to element structures is provided.
- getDescriptionsForCategory(FunctionCategory) - Method in class org.pentaho.openformula.ui.FunctionListPanel
- getDialogId() - Method in class org.pentaho.openformula.ui.FormulaEditorDialog
- getDialogId() - Method in class org.pentaho.openformula.ui.util.FieldSelectorDialog
- getDisplayName() - Method in class org.pentaho.openformula.ui.DefaultFieldDefinition
- getDisplayName() - Method in interface org.pentaho.openformula.ui.FieldDefinition
- getDocSyncHandler() - Method in class org.pentaho.openformula.ui.FormulaEditorPanel
- getDocument() - Method in class org.pentaho.openformula.ui.model2.FormulaElement
-
Fetches the document associated with this element.
- getEditor(String) - Method in class org.pentaho.openformula.ui.FormulaEditorDialog
- getEditor(String) - Method in class org.pentaho.openformula.ui.FormulaEditorPanel
- getEditor(String) - Method in class org.pentaho.openformula.ui.MultiplexFunctionParameterEditor
- getEditorComponent() - Method in class org.pentaho.openformula.ui.DefaultFunctionParameterEditor
- getEditorComponent() - Method in interface org.pentaho.openformula.ui.FunctionParameterEditor
- getEditorComponent() - Method in class org.pentaho.openformula.ui.MultiplexFunctionParameterEditor
- getEditorModel() - Method in class org.pentaho.openformula.ui.FormulaEditorPanel
- getEditorModel() - Method in class org.pentaho.openformula.ui.FunctionParameterContext
- getElement(int) - Method in class org.pentaho.openformula.ui.model2.FormulaElement
-
Fetches the child element at the given index.
- getElement(int) - Method in class org.pentaho.openformula.ui.model2.FormulaRootElement
-
Fetches the child element at the given index.
- getElementAt(int) - Method in class org.pentaho.openformula.ui.util.FieldListModel
- getElementAtPosition(int) - Method in class org.pentaho.openformula.ui.model2.FormulaDocument
-
Retrieve the element at specified position.
- getElementCount() - Method in class org.pentaho.openformula.ui.model2.FormulaElement
-
Gets the number of child elements contained by this element.
- getElementCount() - Method in class org.pentaho.openformula.ui.model2.FormulaRootElement
-
Gets the number of child elements contained by this element.
- getElementIndex(int) - Method in class org.pentaho.openformula.ui.model2.FormulaElement
-
Gets the child element index closest to the given offset.
- getElementIndex(int) - Method in class org.pentaho.openformula.ui.model2.FormulaRootElement
-
Gets the child element index closest to the given offset.
- getEllipsisButton() - Method in class org.pentaho.openformula.ui.table.FormulaFragmentCellEditor
- getEndOffset() - Method in class org.pentaho.openformula.ui.model2.FormulaElement
-
Fetches the offset from the beginning of the document that this element ends at.
- getEndPosition() - Method in class org.pentaho.openformula.ui.model2.FormulaDocument
-
Returns a position that represents the end of the document.
- getField(int) - Method in class org.pentaho.openformula.ui.util.FieldListModel
- getFields() - Method in class org.pentaho.openformula.ui.DefaultFunctionParameterEditor
- getFields() - Method in interface org.pentaho.openformula.ui.FieldDefinitionSource
- getFields() - Method in class org.pentaho.openformula.ui.FormulaEditorDialog
- getFields() - Method in class org.pentaho.openformula.ui.FormulaEditorPanel
- getFields() - Method in class org.pentaho.openformula.ui.table.FormulaFragmentCellEditor
- getFieldType() - Method in class org.pentaho.openformula.ui.DefaultFieldDefinition
- getFieldType() - Method in interface org.pentaho.openformula.ui.FieldDefinition
- getFormulaContext() - Method in class org.pentaho.openformula.ui.table.FormulaFragmentCellEditor
- getFormulaElementAt(int) - Method in class org.pentaho.openformula.ui.FormulaEditorModel
- getFormulaList() - Method in class org.pentaho.openformula.ui.FunctionListPanel
- getFormulaText() - Method in class org.pentaho.openformula.ui.FormulaEditorDialog
-
Deprecated.
- getFormulaText() - Method in class org.pentaho.openformula.ui.FormulaEditorModel
- getFormulaText() - Method in class org.pentaho.openformula.ui.FormulaEditorPanel
- getFunction() - Method in class org.pentaho.openformula.ui.FunctionParameterContext
- getFunctionForPosition(int) - Method in class org.pentaho.openformula.ui.model2.FormulaDocument
- getFunctionInformation() - Method in class org.pentaho.openformula.ui.FunctionParameterContext
- getFunctionOffset() - Method in class org.pentaho.openformula.ui.model2.FunctionInformation
- getFunctionParameterEditor() - Method in class org.pentaho.openformula.ui.FormulaEditorPanel
- getFunctionParameterEnd() - Method in class org.pentaho.openformula.ui.model2.FunctionInformation
- getFunctionParameterStart() - Method in class org.pentaho.openformula.ui.model2.FunctionInformation
- getFunctionText() - Method in class org.pentaho.openformula.ui.model2.FunctionInformation
- getFunctionTextArea() - Method in class org.pentaho.openformula.ui.FormulaEditorPanel
- getIcon() - Method in class org.pentaho.openformula.ui.DefaultFieldDefinition
- getIcon() - Method in interface org.pentaho.openformula.ui.FieldDefinition
- getInstance() - Static method in class org.pentaho.openformula.ui.LibFormulaEditorBoot
- getInstance() - Static method in class org.pentaho.openformula.ui.LibFormulaEditorInfo
- getInstance() - Static method in class org.pentaho.openformula.ui.Messages
- getInstance() - Static method in class org.pentaho.openformula.ui.table.EditorMessages
- getInstance(Locale) - Static method in class org.pentaho.openformula.ui.Messages
- getLength() - Method in class org.pentaho.openformula.ui.FormulaEditorModel
- getLength() - Method in class org.pentaho.openformula.ui.model2.FormulaDocument
-
Returns number of characters of content currently in the document.
- getListCellRendererComponent(JList, Object, int, boolean, boolean) - Method in class org.pentaho.openformula.ui.table.FormulaFragmentCellRenderer
-
Return a component that has been configured to display the specified value.
- getListCellRendererComponent(JList, Object, int, boolean, boolean) - Method in class org.pentaho.openformula.ui.util.FieldDefinitionCellRenderer
- getListCellRendererComponent(JList, Object, int, boolean, boolean) - Method in class org.pentaho.openformula.ui.util.FunctionCategoryCellRenderer
- getListCellRendererComponent(JList, Object, int, boolean, boolean) - Method in class org.pentaho.openformula.ui.util.FunctionDescriptionCellRenderer
- getName() - Method in class org.pentaho.openformula.ui.DefaultFieldDefinition
- getName() - Method in interface org.pentaho.openformula.ui.FieldDefinition
- getName() - Method in class org.pentaho.openformula.ui.model2.FormulaClosingParenthesisElement
-
Fetches the name of the element.
- getName() - Method in class org.pentaho.openformula.ui.model2.FormulaFunctionElement
-
Fetches the name of the element.
- getName() - Method in class org.pentaho.openformula.ui.model2.FormulaNumberElement
-
Fetches the name of the element.
- getName() - Method in class org.pentaho.openformula.ui.model2.FormulaOpenParenthesisElement
-
Fetches the name of the element.
- getName() - Method in class org.pentaho.openformula.ui.model2.FormulaOperatorElement
-
Fetches the name of the element.
- getName() - Method in class org.pentaho.openformula.ui.model2.FormulaRootElement
-
Fetches the name of the element.
- getName() - Method in class org.pentaho.openformula.ui.model2.FormulaSemicolonElement
-
Fetches the name of the element.
- getName() - Method in class org.pentaho.openformula.ui.model2.FormulaTextElement
-
Fetches the name of the element.
- getNormalizedFunctionName() - Method in class org.pentaho.openformula.ui.model2.FormulaFunctionElement
- getOffset() - Method in class org.pentaho.openformula.ui.model2.FormulaDocumentPosition
-
Fetches the current offset within the document.
- getOperatorPanel() - Method in class org.pentaho.openformula.ui.FormulaEditorDialog
- getOperatorPanel() - Method in class org.pentaho.openformula.ui.FormulaEditorPanel
- getParamEnd(int) - Method in class org.pentaho.openformula.ui.model2.FunctionInformation
- getParameter() - Method in class org.pentaho.openformula.ui.ParameterUpdateEvent
- getParameterCount() - Method in class org.pentaho.openformula.ui.model2.FunctionInformation
- getParameterField(int) - Method in class org.pentaho.openformula.ui.DefaultFunctionParameterEditor
- getParameters() - Method in class org.pentaho.openformula.ui.model2.FunctionInformation
- getParametersValues(FunctionInformation, FunctionDescription) - Method in class org.pentaho.openformula.ui.DefaultFunctionParameterEditor
- getParameterText(int) - Method in class org.pentaho.openformula.ui.model2.FunctionInformation
- getParameterUpdateHandler() - Method in class org.pentaho.openformula.ui.FormulaEditorPanel
- getParameterValue(int) - Method in class org.pentaho.openformula.ui.DefaultFunctionParameterEditor
- getParameterValues() - Method in class org.pentaho.openformula.ui.FunctionParameterContext
- getParamStart(int) - Method in class org.pentaho.openformula.ui.model2.FunctionInformation
- getParentElement() - Method in class org.pentaho.openformula.ui.model2.FormulaElement
-
Fetches the parent element.
- getProjectInfo() - Method in class org.pentaho.openformula.ui.LibFormulaEditorBoot
- getProperty(Object) - Method in class org.pentaho.openformula.ui.model2.FormulaDocument
-
Gets the properties associated with the document.
- getRootElement() - Method in class org.pentaho.openformula.ui.model2.FormulaDocument
- getRootElements() - Method in class org.pentaho.openformula.ui.model2.FormulaDocument
-
Returns all of the root elements that are defined.
- getSelectedCategoryName() - Method in class org.pentaho.openformula.ui.FunctionListPanel
- getSelectedDefinition() - Method in class org.pentaho.openformula.ui.util.FieldSelectorDialog
- getSelectedFunction() - Method in class org.pentaho.openformula.ui.DefaultFunctionParameterEditor
- getSelectedFunction() - Method in class org.pentaho.openformula.ui.FunctionInformationPanel
- getSelectedValue() - Method in class org.pentaho.openformula.ui.FunctionListPanel
- getSize() - Method in class org.pentaho.openformula.ui.util.FieldListModel
- getStartOffset() - Method in class org.pentaho.openformula.ui.model2.FormulaElement
-
Fetches the offset from the beginning of the document that this element begins at.
- getStartPosition() - Method in class org.pentaho.openformula.ui.model2.FormulaDocument
-
Returns a position that represents the start of the document.
- getTableCellEditorComponent(JTable, Object, boolean, int, int) - Method in class org.pentaho.openformula.ui.table.FormulaFragmentCellEditor
- getTableCellRendererComponent(JTable, Object, boolean, boolean, int, int) - Method in class org.pentaho.openformula.ui.table.FormulaFragmentCellRenderer
- getText() - Method in class org.pentaho.openformula.ui.model2.FormulaClosingParenthesisElement
- getText() - Method in class org.pentaho.openformula.ui.model2.FormulaDocument
- getText() - Method in class org.pentaho.openformula.ui.model2.FormulaElement
- getText() - Method in class org.pentaho.openformula.ui.model2.FormulaOpenParenthesisElement
- getText() - Method in class org.pentaho.openformula.ui.model2.FormulaOperatorElement
- getText() - Method in class org.pentaho.openformula.ui.model2.FormulaRootElement
- getText() - Method in class org.pentaho.openformula.ui.model2.FormulaSemicolonElement
- getText() - Method in class org.pentaho.openformula.ui.model2.FormulaTextElement
- getText() - Method in class org.pentaho.openformula.ui.ParameterUpdateEvent
- getText(int, int) - Method in class org.pentaho.openformula.ui.model2.FormulaDocument
-
Fetches the text contained within the given portion of the document.
- getText(int, int, Segment) - Method in class org.pentaho.openformula.ui.model2.FormulaDocument
-
Fetches the text contained within the given portion of the document.
I
- init() - Method in class org.pentaho.openformula.ui.FormulaEditorDialog
- init() - Method in class org.pentaho.openformula.ui.FormulaEditorPanel
- init() - Method in class org.pentaho.openformula.ui.util.FieldSelectorDialog
- InlineEditTextArea - Class in org.pentaho.openformula.ui.util
- InlineEditTextArea() - Constructor for class org.pentaho.openformula.ui.util.InlineEditTextArea
- InlineEditTextField - Class in org.pentaho.openformula.ui.util
- InlineEditTextField() - Constructor for class org.pentaho.openformula.ui.util.InlineEditTextField
- insert(FormulaElement, FormulaTextElement) - Method in class org.pentaho.openformula.ui.model2.FormulaRootElement
- insertElement(int, FormulaElement) - Method in class org.pentaho.openformula.ui.model2.FormulaRootElement
- insertString(int, String, AttributeSet) - Method in class org.pentaho.openformula.ui.model2.FormulaDocument
-
Inserts a string of content.
- insertText(String) - Method in class org.pentaho.openformula.ui.FormulaEditorDialog
- insertText(String) - Method in class org.pentaho.openformula.ui.FormulaEditorPanel
- isCatchAllParameter() - Method in class org.pentaho.openformula.ui.ParameterUpdateEvent
- isCellEditable(EventObject) - Method in class org.pentaho.openformula.ui.table.FormulaFragmentCellEditor
-
Asks the editor if it can start editing using
anEvent
. - isEmbeddedFunction(String) - Method in class org.pentaho.openformula.ui.FormulaEditorPanel.ParameterUpdateHandler
- isFormulaFragment() - Method in class org.pentaho.openformula.ui.table.FormulaFragmentCellEditor
- isLeaf() - Method in class org.pentaho.openformula.ui.model2.FormulaElement
-
Is this element a leaf element? An element that may have children, even if it currently has no children, would return
false
. - isLeaf() - Method in class org.pentaho.openformula.ui.model2.FormulaRootElement
-
Is this element a leaf element? An element that may have children, even if it currently has no children, would return
false
. - isMainFormula(FunctionParameterContext) - Method in class org.pentaho.openformula.ui.DefaultFunctionParameterEditor
-
Determines whether the current context formula is the main one (the first formula following the '=').
- isNullable() - Method in class org.pentaho.openformula.ui.table.FormulaFragmentCellEditor
- isSwitchParameterEditor() - Method in class org.pentaho.openformula.ui.FunctionParameterContext
L
- LibFormulaEditorBoot - Class in org.pentaho.openformula.ui
-
Creation-Date: 31.10.2006, 12:30:43
- LibFormulaEditorInfo - Class in org.pentaho.openformula.ui
- LibFormulaEditorInfo() - Constructor for class org.pentaho.openformula.ui.LibFormulaEditorInfo
- loadConfiguration() - Method in class org.pentaho.openformula.ui.LibFormulaEditorBoot
M
- Messages - Class in org.pentaho.openformula.ui
- MultiplexFunctionParameterEditor - Class in org.pentaho.openformula.ui
- MultiplexFunctionParameterEditor() - Constructor for class org.pentaho.openformula.ui.MultiplexFunctionParameterEditor
N
- normalizeDocument(FormulaDocument, FormulaElement[]) - Static method in class org.pentaho.openformula.ui.model2.FormulaParser
O
- org.pentaho.openformula.ui - package org.pentaho.openformula.ui
- org.pentaho.openformula.ui.model2 - package org.pentaho.openformula.ui.model2
- org.pentaho.openformula.ui.table - package org.pentaho.openformula.ui.table
- org.pentaho.openformula.ui.util - package org.pentaho.openformula.ui.util
P
- parameterUpdated(ParameterUpdateEvent) - Method in class org.pentaho.openformula.ui.FormulaEditorPanel.ParameterUpdateHandler
-
This method gets called after each parameter text has been entered in the parameter field.
- parameterUpdated(ParameterUpdateEvent) - Method in interface org.pentaho.openformula.ui.ParameterUpdateListener
- ParameterUpdateEvent - Class in org.pentaho.openformula.ui
- ParameterUpdateEvent(Object, int, String, boolean) - Constructor for class org.pentaho.openformula.ui.ParameterUpdateEvent
- ParameterUpdateListener - Interface in org.pentaho.openformula.ui
- parseText(FormulaDocument, String) - Static method in class org.pentaho.openformula.ui.model2.FormulaParser
- performBoot() - Method in class org.pentaho.openformula.ui.LibFormulaEditorBoot
- performEdit(FieldDefinition[], FieldDefinition) - Method in class org.pentaho.openformula.ui.util.FieldSelectorDialog
- POPUP_EDITOR - Static variable in class org.pentaho.openformula.ui.table.FormulaFragmentCellEditor
- print() - Method in class org.pentaho.openformula.ui.model2.FormulaRootElement
- print(FormulaElement[]) - Static method in class org.pentaho.openformula.ui.model2.FormulaParser
- putProperty(Object, Object) - Method in class org.pentaho.openformula.ui.model2.FormulaDocument
-
Associates a property with the document.
R
- remove(int, int) - Method in class org.pentaho.openformula.ui.model2.FormulaDocument
-
Removes a portion of the content of the document.
- removeActionListener(ActionListener) - Method in class org.pentaho.openformula.ui.FunctionListPanel
- removeCellEditorListener(CellEditorListener) - Method in class org.pentaho.openformula.ui.table.FormulaFragmentCellEditor
-
Removes a listener from the list that's notified
- removeDocumentListener(DocumentListener) - Method in class org.pentaho.openformula.ui.model2.FormulaDocument
-
Unregisters the given observer from the notification list so it will no longer receive change updates.
- removeElement(int) - Method in class org.pentaho.openformula.ui.model2.FormulaRootElement
- removeParameterUpdateListener(ParameterUpdateListener) - Method in class org.pentaho.openformula.ui.DefaultFunctionParameterEditor
- removeParameterUpdateListener(ParameterUpdateListener) - Method in interface org.pentaho.openformula.ui.FunctionParameterEditor
- removeParameterUpdateListener(ParameterUpdateListener) - Method in class org.pentaho.openformula.ui.MultiplexFunctionParameterEditor
- removeUndoableEditListener(UndoableEditListener) - Method in class org.pentaho.openformula.ui.model2.FormulaDocument
-
Unregisters the given observer from the notification list so it will no longer receive updates.
- render(Runnable) - Method in class org.pentaho.openformula.ui.model2.FormulaDocument
-
Allows the model to be safely rendered in the presence of concurrency, if the model supports being updated asynchronously.
- replace(FormulaElement, FormulaTextElement, boolean) - Method in class org.pentaho.openformula.ui.model2.FormulaRootElement
- requestFocus() - Method in class org.pentaho.openformula.ui.table.FormulaFragmentCellEditor
- revalidateFormulaSyntax() - Method in class org.pentaho.openformula.ui.FormulaEditorPanel
- revalidateNodePositions() - Method in class org.pentaho.openformula.ui.model2.FormulaRootElement
- revalidateParameters(boolean) - Method in class org.pentaho.openformula.ui.FormulaEditorPanel
-
Re-validate the parameters of the selected formula.
- revalidateStructure() - Method in class org.pentaho.openformula.ui.FormulaEditorModel
- revalidateStructure() - Method in class org.pentaho.openformula.ui.model2.FormulaDocument
- revalidateStructure() - Method in class org.pentaho.openformula.ui.model2.FormulaRootElement
S
- SELECTED_DEFINITION_PROPERTY - Static variable in class org.pentaho.openformula.ui.util.FieldSelectorDialog
- SelectFieldAction - Class in org.pentaho.openformula.ui.util
- SelectFieldAction(Component, PropertyChangeListener, FieldDefinitionSource) - Constructor for class org.pentaho.openformula.ui.util.SelectFieldAction
- SelectionAction() - Constructor for class org.pentaho.openformula.ui.table.FormulaFragmentCellEditor.SelectionAction
-
Defines an
Action
object with a default description string and default icon. - setCaretPosition(int) - Method in class org.pentaho.openformula.ui.FormulaEditorModel
- setDocSyncHandler(FormulaEditorPanel.DocumentSyncHandler) - Method in class org.pentaho.openformula.ui.FormulaEditorPanel
- setDocument(Document) - Method in class org.pentaho.openformula.ui.util.InlineEditTextArea
- setDocument(Document) - Method in class org.pentaho.openformula.ui.util.InlineEditTextField
- setEditor(String, FunctionParameterEditor) - Method in class org.pentaho.openformula.ui.FormulaEditorDialog
- setEditor(String, FunctionParameterEditor) - Method in class org.pentaho.openformula.ui.FormulaEditorPanel
- setEditor(String, FunctionParameterEditor) - Method in class org.pentaho.openformula.ui.MultiplexFunctionParameterEditor
- setElement(int, FormulaElement) - Method in class org.pentaho.openformula.ui.model2.FormulaRootElement
- setElements(FormulaElement[]) - Method in class org.pentaho.openformula.ui.model2.FormulaRootElement
- setEndOffset(int) - Method in class org.pentaho.openformula.ui.model2.FormulaElement
- setFields(FieldDefinition[]) - Method in class org.pentaho.openformula.ui.DefaultFunctionParameterEditor
- setFields(FieldDefinition[]) - Method in class org.pentaho.openformula.ui.FormulaEditorDialog
-
Deprecated.
- setFields(FieldDefinition[]) - Method in class org.pentaho.openformula.ui.FormulaEditorPanel
- setFields(FieldDefinition[]) - Method in interface org.pentaho.openformula.ui.FunctionParameterEditor
- setFields(FieldDefinition[]) - Method in class org.pentaho.openformula.ui.MultiplexFunctionParameterEditor
- setFields(FieldDefinition[]) - Method in class org.pentaho.openformula.ui.table.FormulaFragmentCellEditor
- setFields(FieldDefinition[]) - Method in class org.pentaho.openformula.ui.util.FieldSelectorDialog
- setFocusReturn(Component) - Method in class org.pentaho.openformula.ui.util.FieldSelectorDialog
- setFocusReturn(Component) - Method in class org.pentaho.openformula.ui.util.SelectFieldAction
- setFormulaContext(FormulaContext) - Method in class org.pentaho.openformula.ui.FunctionListPanel
- setFormulaContext(FormulaContext) - Method in class org.pentaho.openformula.ui.table.FormulaFragmentCellEditor
- setFormulaFragment(boolean) - Method in class org.pentaho.openformula.ui.table.FormulaFragmentCellEditor
- setFormulaText(String) - Method in class org.pentaho.openformula.ui.FormulaEditorDialog
-
Deprecated.
- setFormulaText(String) - Method in class org.pentaho.openformula.ui.FormulaEditorModel
- setFormulaText(String) - Method in class org.pentaho.openformula.ui.FormulaEditorPanel
- setNullable(boolean) - Method in class org.pentaho.openformula.ui.table.FormulaFragmentCellEditor
- setSelectedDefinition(FieldDefinition) - Method in class org.pentaho.openformula.ui.util.FieldSelectorDialog
- setSelectedFunction(FunctionParameterContext) - Method in class org.pentaho.openformula.ui.DefaultFunctionParameterEditor
- setSelectedFunction(FunctionParameterContext) - Method in interface org.pentaho.openformula.ui.FunctionParameterEditor
- setSelectedFunction(FunctionParameterContext) - Method in class org.pentaho.openformula.ui.MultiplexFunctionParameterEditor
- setSelectedFunction(FunctionDescription) - Method in class org.pentaho.openformula.ui.FunctionInformationPanel
- setSelectedValue(FunctionDescription) - Method in class org.pentaho.openformula.ui.FunctionListPanel
- setStartOffset(int) - Method in class org.pentaho.openformula.ui.model2.FormulaElement
- setSwitchParameterEditor(boolean) - Method in class org.pentaho.openformula.ui.FunctionParameterContext
- setText(String) - Method in class org.pentaho.openformula.ui.model2.FormulaDocument
- setText(String) - Method in class org.pentaho.openformula.ui.util.InlineEditTextArea
- setText(String) - Method in class org.pentaho.openformula.ui.util.InlineEditTextField
- shouldSelectCell(EventObject) - Method in class org.pentaho.openformula.ui.table.FormulaFragmentCellEditor
-
Returns true if the editing cell should be selected, false otherwise.
- stopCellEditing() - Method in class org.pentaho.openformula.ui.table.FormulaFragmentCellEditor
-
Tells the editor to stop editing and accept any partially edited value as the value of the editor.
T
- text - Variable in class org.pentaho.openformula.ui.util.FunctionParameterEditHelper.EditResult
- TooltipLabel - Class in org.pentaho.openformula.ui.util
- TooltipLabel(String) - Constructor for class org.pentaho.openformula.ui.util.TooltipLabel
-
Creates a
JLabel
instance with no image and with an empty string for the title. - toString() - Method in class org.pentaho.openformula.ui.FunctionParameterContext
- toString() - Method in class org.pentaho.openformula.ui.model2.FunctionInformation
V
- validateInputs(boolean) - Method in class org.pentaho.openformula.ui.util.FieldSelectorDialog
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form