public abstract class AbstractStringFilterGUI extends AbstractFilterGUI
Constructor and Description |
---|
AbstractStringFilterGUI(electric.xml.Element el,
BOLoaderI _bol,
QueryBuilder qb) |
Modifier and Type | Method and Description |
---|---|
void |
close() |
java.util.Collection<FilterClauseProvider> |
getFilterClauseProviders() |
javax.swing.JComponent |
getQueryGUI()
Gets the
JComponent that represents the GUI part of this filter. |
boolean |
handleAttribute(java.lang.String attributeName,
java.lang.String val) |
boolean |
handleElement(electric.xml.Element el) |
boolean |
requestFocusInWindow() |
void |
reset() |
void |
setValue(java.lang.String s)
Must be overridden to implement a way to set the component value via String.
|
actionPerformed, addQueryGUIListener, evaluateEmbeddedScript, getDependsOn, getElement, getGroup, getName, getTitle, getUserInput, getUserInputAsClausePart, getVariable, handleQueryGUIEvent, init, isGrabFocus, removeQueryGUIListener, setDependsOn, setElement, setGrabFocus, setGroup, setName, setTitle, setVariable, toString
public AbstractStringFilterGUI(electric.xml.Element el, BOLoaderI _bol, QueryBuilder qb)
public boolean handleAttribute(java.lang.String attributeName, java.lang.String val)
handleAttribute
in class AbstractFilterGUI
public boolean handleElement(electric.xml.Element el)
handleElement
in class AbstractFilterGUI
public javax.swing.JComponent getQueryGUI()
QueryGUIElementI
JComponent
that represents the GUI part of this filter.getQueryGUI
in interface QueryGUIElementI
getQueryGUI
in class AbstractFilterGUI
public boolean requestFocusInWindow()
requestFocusInWindow
in interface QueryGUIElementI
requestFocusInWindow
in class AbstractFilterGUI
public void close()
close
in interface QueryGUIElementI
close
in class AbstractFilterGUI
public void reset()
reset
in interface QueryGUIElementI
reset
in class AbstractFilterGUI
public void setValue(java.lang.String s)
AbstractFilterGUI
setValue
in class AbstractFilterGUI
public java.util.Collection<FilterClauseProvider> getFilterClauseProviders()
Copyright © 2000-2025 OAshi S.à r.l. All Rights Reserved.