public class DefaultQueryButtonAction extends Object implements ActionListener
| Modifier and Type | Field and Description |
|---|---|
protected org.apache.log4j.Logger |
LOG |
protected int |
posCorrection |
protected String |
queryText |
protected JTextArea |
queryTextArea |
protected boolean |
startWithSpace |
protected String |
text |
protected int |
width |
| Constructor and Description |
|---|
DefaultQueryButtonAction()
Creates a new ActionListenerImpl object.
|
DefaultQueryButtonAction(String text)
Creates a new DefaultQueryButtonAction object.
|
DefaultQueryButtonAction(String text,
int width)
Creates a new DefaultQueryButtonAction object.
|
DefaultQueryButtonAction(String text,
int width,
int posCorrection)
Creates a new DefaultQueryButtonAction object.
|
DefaultQueryButtonAction(String queryText,
String text)
Creates a new DefaultQueryButtonAction object.
|
DefaultQueryButtonAction(String queryText,
String text,
int width)
Creates a new DefaultQueryButtonAction object.
|
DefaultQueryButtonAction(String queryText,
String text,
int width,
int posCorrection)
Creates a new DefaultQueryButtonAction object.
|
| Modifier and Type | Method and Description |
|---|---|
void |
actionPerformed(ActionEvent e) |
protected void |
AppendString(String str)
DOCUMENT ME!
|
protected void |
CorrectCarret(int change)
DOCUMENT ME!
|
String |
getQueryText()
DOCUMENT ME!
|
JTextArea |
getQueryTextArea()
DOCUMENT ME!
|
String |
getText()
DOCUMENT ME!
|
int |
getWidth()
DOCUMENT ME!
|
void |
setQueryText(String queryText)
DOCUMENT ME!
|
void |
setQueryTextArea(JTextArea queryTextArea)
DOCUMENT ME!
|
void |
setText(String text)
DOCUMENT ME!
|
void |
setWidth(int width)
DOCUMENT ME!
|
protected void |
WriteOver(String str)
DOCUMENT ME!
|
protected org.apache.log4j.Logger LOG
protected JTextArea queryTextArea
protected String text
protected String queryText
protected int width
protected boolean startWithSpace
protected int posCorrection
public DefaultQueryButtonAction()
public DefaultQueryButtonAction(String text)
text - DOCUMENT ME!public DefaultQueryButtonAction(String queryText, String text)
queryText - DOCUMENT ME!text - DOCUMENT ME!public DefaultQueryButtonAction(String text, int width)
text - DOCUMENT ME!width - DOCUMENT ME!public DefaultQueryButtonAction(String queryText, String text, int width)
queryText - DOCUMENT ME!text - DOCUMENT ME!width - DOCUMENT ME!public DefaultQueryButtonAction(String text, int width, int posCorrection)
text - DOCUMENT ME!width - DOCUMENT ME!posCorrection - DOCUMENT ME!public String getText()
public void setText(String text)
text - DOCUMENT ME!public String getQueryText()
public void setQueryText(String queryText)
queryText - DOCUMENT ME!public void actionPerformed(ActionEvent e)
actionPerformed in interface ActionListenerprotected void CorrectCarret(int change)
change - DOCUMENT ME!protected void WriteOver(String str)
str - DOCUMENT ME!protected void AppendString(String str)
str - DOCUMENT ME!public JTextArea getQueryTextArea()
public void setQueryTextArea(JTextArea queryTextArea)
queryTextArea - the queryTextArea to setpublic int getWidth()
public void setWidth(int width)
width - the width to setCopyright © 2012–2026 cismet GmbH. All rights reserved.