de.uni_paderborn.fujaba.fsa
Class FSATextComponent

java.lang.Object
  extended byde.uni_paderborn.fujaba.basic.BasicIncrement
      extended byde.uni_paderborn.fujaba.fsa.FSAObject
          extended byde.uni_paderborn.fujaba.fsa.FSATextComponent
All Implemented Interfaces:
java.lang.Comparable, java.util.EventListener, ParentListener, java.beans.PropertyChangeListener, UniqueIdentifier

public class FSATextComponent
extends FSAObject

No comment provided by developer, please add a comment to improve documentation.

Version:
$Revision: 1.16 $
Author:
$Author: schneider $

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 de.uni_paderborn.fujaba.fsa.FSAObject
addAncestorListener, addComponentListener, addDimensionToUnparseInformation, addFocusListener, addKeyListener, addMouseListener, addMouseMotionListener, addParentListener, addPointToUnparseInformation, addPropertyChangeListener, addPropertyChangeListener, addToUpdater, addUnparseInformation, addVetoableChangeListener, applyProperties, createDefaultUpdater, dragByDelta, dragTo, findChildForProperty, findFSAObjectFromJComponent, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, getASGInformation, getASGInformation, getBackground, getDiagramRoot, getDimensionFromUnparseInformation, getFont, getForeground, getFSAInterface, getFSAObjectFromJComponent, getFSAQualifier, getID, getJComponent, getJComponent, getLocation, getLocation, getLogic, getLogic, getLogicFromJComponent, getMaximumSize, getMinimumSize, getParent, getParentID, getParentOfJComponent, getPointFromUnparseInformation, getPreferredSize, getPropertyName, getQualifiedName, getQualifiedName, getSize, getUnparseInformation, hasInUpdater, initFSAProperties, initLocation, invalidate, isBold, isDelegated, isFocused, isItalic, isSelected, isTransientProperties, isUnderlined, isVisible, iteratorOfAncestorListeners, iteratorOfComponentListeners, iteratorOfFocusListeners, iteratorOfKeyListeners, iteratorOfMouseListeners, iteratorOfMouseMotionListeners, iteratorOfPropertyChangeListeners, iteratorOfPropertyChangeListeners, iteratorOfUpdater, iteratorOfVetoableChangeListeners, parentChanged, propertyChange, removeAllFromUpdater, removeAllUnparseInformation, removeAncestorListener, removeComponentListener, removeFocusListener, removeFromUnparseInformation, removeFromUpdater, removeKeyListener, removeMouseListener, removeMouseMotionListener, removeParentListener, removePointFromUnparseInformation, removePropertyChangeListener, removePropertyChangeListener, removeVetoableChangeListener, removeYou, saveAdditionalFSAProperties, saveDimension, saveFSAProperties, saveLocation, setBackground, setBold, setDefaultProperties, setFocused, setFont, setForeground, setFSAInterface, setFSAObjectFromJComponent, setItalic, setLocation, setLocation, setLogic, setOpaque, setParentOfJComponent, setPreferredSize, setPropertyName, setSelected, setTransientProperties, setUnderlined, setVisible, sizeOfUpdater, toString
 
Methods inherited from class de.uni_paderborn.fujaba.basic.BasicIncrement
compareTo, getID, getUniqueID, getUniqueID, isGenerated, lessUniqueId, readAttributes, readAttributes, readFromStringTokenizer, readFromStringTokenizer, readFromStringTokenizer, readFromStringTokenizer, readFromStringTokenizer, readFromStringTokenizer, readFromStringTokenizer, readFromStringTokenizer, readFromStringTokenizer, readFromStringTokenizer, readFromStringTokenizer, readFromStringTokenizer, readFromStringTokenizer, readFromStringTokenizer, resetClassInfos, resetFieldWriteMethods, setAttribValue, setAttribValue, setGenerated, setID, setUniqueId, writeAttributes, writeClassToStringBuffer, writeClassToStringBuffer, writeToStringBuffer, writeToStringBuffer, writeToStringBuffer, writeToStringBuffer, writeToStringBuffer, writeToStringBuffer, writeToStringBuffer, writeToStringBuffer, writeToStringBuffer, writeToStringBuffer, writeToStringBuffer, writeToStringBuffer, writeToStringBuffer, writeToStringBuffer, writeToStringBuffer, writeToStringBuffer
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

FSATextComponent

public FSATextComponent(LogicUnparseInterface incr,
                        java.lang.String propName)
Constructor for class FSATextComponent

Parameters:
incr - No description provided
propName - No description provided

FSATextComponent

public FSATextComponent(LogicUnparseInterface incr,
                        java.lang.String propName,
                        javax.swing.JComponent parent)
Constructor for class FSATextComponent

Parameters:
incr - No description provided
propName - No description provided
parent - No description provided

FSATextComponent

public FSATextComponent(LogicUnparseInterface incr,
                        java.lang.String propName,
                        javax.swing.JComponent parent,
                        javax.swing.JComponent comp)
Constructor for class FSATextComponent

Parameters:
incr - No description provided
propName - No description provided
parent - No description provided
comp - No description provided
Method Detail

getDefaultUpdaterClass

public java.lang.Class getDefaultUpdaterClass()
Get the defaultUpdaterClass attribute of the FSATextComponent object

Overrides:
getDefaultUpdaterClass in class FSAObject
Returns:
The defaultUpdaterClass value

getDefaultAttrName

public java.lang.String getDefaultAttrName()
Get the defaultAttrName attribute of the FSATextComponent object

Overrides:
getDefaultAttrName in class FSAObject
Returns:
The defaultAttrName value

createJComponent

protected javax.swing.JComponent createJComponent()
No comment provided by developer, please add a comment to improve documentation.

Specified by:
createJComponent in class FSAObject
Returns:
No description provided

setText

public void setText(java.lang.String text)
Set the Text of the current document to text and reset contentsChanged

Parameters:
text - The new text value
See Also:
(), (Document)

getText

public java.lang.String getText()
Get the Text of the current Docuemnt

Returns:
The text value
See Also:
(String), ()

setDocument

public void setDocument(javax.swing.text.Document doc)
Set doc as the current document and reset contentsChanged

Parameters:
doc - The new document value
See Also:
(), (String)

getDocument

public javax.swing.text.Document getDocument()
Get the current Document

Returns:
The document value
See Also:
(), (Document)

addCaretListener

public void addCaretListener(javax.swing.event.CaretListener listener)
Access method for an one to n association.

Parameters:
listener - The object added.

removeCaretListener

public void removeCaretListener(javax.swing.event.CaretListener listener)
No comment provided by developer, please add a comment to improve documentation.

Parameters:
listener - No description provided

iteratorOfCaretListeners

public java.util.Iterator iteratorOfCaretListeners()
No comment provided by developer, please add a comment to improve documentation.

Returns:
No description provided

addInputMethodListener

public void addInputMethodListener(java.awt.event.InputMethodListener listener)
Access method for an one to n association.

Overrides:
addInputMethodListener in class FSAObject
Parameters:
listener - The object added.

removeInputMethodListener

public void removeInputMethodListener(java.awt.event.InputMethodListener listener)
No comment provided by developer, please add a comment to improve documentation.

Overrides:
removeInputMethodListener in class FSAObject
Parameters:
listener - No description provided

iteratorOfInputMethodListeners

public java.util.Iterator iteratorOfInputMethodListeners()
No comment provided by developer, please add a comment to improve documentation.

Overrides:
iteratorOfInputMethodListeners in class FSAObject
Returns:
No description provided