|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.pentaho.reporting.engine.classic.core.modules.gui.base.parameters.TextComponentEditHandler
public class TextComponentEditHandler
Todo: Document me!
Date: 14.05.2009 Time: 20:34:42
Constructor Summary | |
---|---|
TextComponentEditHandler(Class type,
String keyName,
JTextComponent textComponent,
ParameterUpdateContext updateContext,
Format formatter)
|
Method Summary | |
---|---|
void |
actionPerformed(ActionEvent e)
Invoked when an action occurs. |
void |
changedUpdate(DocumentEvent e)
Gives notification that an attribute or set of attributes changed. |
static Format |
createFormat(String formatString,
Locale locale,
TimeZone timeZone,
Class parameterType)
|
static TimeZone |
createTimeZone(String selectedItem,
TimeZone defaultValue)
|
void |
insertUpdate(DocumentEvent e)
Gives notification that there was an insert into the document. |
boolean |
isAdjustingToExternalInput()
|
void |
removeUpdate(DocumentEvent e)
Gives notification that a portion of the document has been removed. |
void |
run()
|
void |
setAdjustingToExternalInput(boolean adjustingToExternalInput)
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public TextComponentEditHandler(Class type, String keyName, JTextComponent textComponent, ParameterUpdateContext updateContext, Format formatter)
Method Detail |
---|
public boolean isAdjustingToExternalInput()
public void setAdjustingToExternalInput(boolean adjustingToExternalInput)
public void insertUpdate(DocumentEvent e)
insertUpdate
in interface DocumentListener
e
- the document eventpublic void removeUpdate(DocumentEvent e)
removeUpdate
in interface DocumentListener
e
- the document eventpublic void changedUpdate(DocumentEvent e)
changedUpdate
in interface DocumentListener
e
- the document eventpublic void run()
run
in interface Runnable
public void actionPerformed(ActionEvent e)
actionPerformed
in interface ActionListener
public static TimeZone createTimeZone(String selectedItem, TimeZone defaultValue)
public static Format createFormat(String formatString, Locale locale, TimeZone timeZone, Class parameterType)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |