|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectde.uni_paderborn.fujaba.basic.BasicIncrement
de.uni_paderborn.fujaba.fsa.FSAObject
de.uni_paderborn.fujaba.fsa.FSATextComponent
No comment provided by developer, please add a comment to improve documentation.
Field Summary |
Fields inherited from class de.uni_paderborn.fujaba.fsa.FSAObject |
COLOR_BACKGROUND, COLOR_FOCUSED, COLOR_FOREGROUND, COLOR_SELECTED, DIMENSION, JCOMPONENT_CLIENT_PROPERTY, LOCATION, TRANSIENT_PROPERTIES_DEFAULT |
Fields inherited from class de.uni_paderborn.fujaba.basic.BasicIncrement |
dontUseAccessMethodsInThisClass |
Constructor Summary | |
FSATextComponent(LogicUnparseInterface incr,
java.lang.String propName)
Constructor for class FSATextComponent |
|
FSATextComponent(LogicUnparseInterface incr,
java.lang.String propName,
javax.swing.JComponent parent)
Constructor for class FSATextComponent |
|
FSATextComponent(LogicUnparseInterface incr,
java.lang.String propName,
javax.swing.JComponent parent,
javax.swing.JComponent comp)
Constructor for class FSATextComponent |
Method Summary | |
void |
addCaretListener(javax.swing.event.CaretListener listener)
Access method for an one to n association. |
void |
addInputMethodListener(java.awt.event.InputMethodListener listener)
Access method for an one to n association. |
protected javax.swing.JComponent |
createJComponent()
No comment provided by developer, please add a comment to improve documentation. |
java.lang.String |
getDefaultAttrName()
Get the defaultAttrName attribute of the FSATextComponent object |
java.lang.Class |
getDefaultUpdaterClass()
Get the defaultUpdaterClass attribute of the FSATextComponent object |
javax.swing.text.Document |
getDocument()
Get the current Document |
java.lang.String |
getText()
Get the Text of the current Docuemnt |
java.util.Iterator |
iteratorOfCaretListeners()
No comment provided by developer, please add a comment to improve documentation. |
java.util.Iterator |
iteratorOfInputMethodListeners()
No comment provided by developer, please add a comment to improve documentation. |
void |
removeCaretListener(javax.swing.event.CaretListener listener)
No comment provided by developer, please add a comment to improve documentation. |
void |
removeInputMethodListener(java.awt.event.InputMethodListener listener)
No comment provided by developer, please add a comment to improve documentation. |
void |
setDocument(javax.swing.text.Document doc)
Set doc as the current document and reset contentsChanged |
void |
setText(java.lang.String text)
Set the Text of the current document to text and reset contentsChanged |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public FSATextComponent(LogicUnparseInterface incr, java.lang.String propName)
incr
- No description providedpropName
- No description providedpublic FSATextComponent(LogicUnparseInterface incr, java.lang.String propName, javax.swing.JComponent parent)
incr
- No description providedpropName
- No description providedparent
- No description providedpublic FSATextComponent(LogicUnparseInterface incr, java.lang.String propName, javax.swing.JComponent parent, javax.swing.JComponent comp)
incr
- No description providedpropName
- No description providedparent
- No description providedcomp
- No description providedMethod Detail |
public java.lang.Class getDefaultUpdaterClass()
getDefaultUpdaterClass
in class FSAObject
public java.lang.String getDefaultAttrName()
getDefaultAttrName
in class FSAObject
protected javax.swing.JComponent createJComponent()
createJComponent
in class FSAObject
public void setText(java.lang.String text)
text
- The new text value()
,
(Document)
public java.lang.String getText()
(String)
,
()
public void setDocument(javax.swing.text.Document doc)
doc
- The new document value()
,
(String)
public javax.swing.text.Document getDocument()
()
,
(Document)
public void addCaretListener(javax.swing.event.CaretListener listener)
listener
- The object added.public void removeCaretListener(javax.swing.event.CaretListener listener)
listener
- No description providedpublic java.util.Iterator iteratorOfCaretListeners()
public void addInputMethodListener(java.awt.event.InputMethodListener listener)
addInputMethodListener
in class FSAObject
listener
- The object added.public void removeInputMethodListener(java.awt.event.InputMethodListener listener)
removeInputMethodListener
in class FSAObject
listener
- No description providedpublic java.util.Iterator iteratorOfInputMethodListeners()
iteratorOfInputMethodListeners
in class FSAObject
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |