|
|||||||||||
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.FSALabel
No comment provided by developer, please add a comment to improve documentation.
Nested Class Summary |
Nested classes inherited from class de.uni_paderborn.fujaba.fsa.FSAObject |
|
Field Summary | |
private boolean |
underscore
No comment provided by developer, please add a comment to improve documentation. |
Fields inherited from class de.uni_paderborn.fujaba.fsa.FSAObject |
COLOR_BACKGROUND, COLOR_FOCUSED, COLOR_FOREGROUND, COLOR_SELECTED, DIMENSION, JCOMPONENT_CLIENT_PROPERTY, LOCATION, writingASGInformation |
Fields inherited from class de.uni_paderborn.fujaba.basic.BasicIncrement |
dontUseAccessMethodsInThisClass |
Constructor Summary | |
FSALabel()
Constructor for class FSALabel |
|
FSALabel(LogicUnparseInterface incr,
java.lang.String propName)
Constructor for class FSALabel |
|
FSALabel(LogicUnparseInterface incr,
java.lang.String propName,
javax.swing.JComponent parent)
Constructor for class FSALabel |
Method Summary | |
protected javax.swing.JComponent |
createJComponent()
No comment provided by developer, please add a comment to improve documentation. |
boolean |
getCentered()
Get the value of centered. |
java.lang.String |
getDefaultAttrName()
Get the defaultAttrName attribute of the FSALabel object |
java.lang.Class |
getDefaultUpdaterClass()
class of the AbstractUpdater that usually fits best the jComponent |
javax.swing.Icon |
getIcon()
get the icon of this label |
java.lang.Object |
getJComponentValue()
|
java.lang.String |
getText()
get the text of this label |
boolean |
getUnderscore()
Get the value of underscore. |
void |
setCentered(boolean v)
Set the value of centered. |
void |
setIcon(javax.swing.Icon icon)
set the icon of this label |
void |
setJComponentValue(java.lang.Object value)
When value is of type icon it is set as the labels icon else value.toString is set as the labels text |
void |
setText(java.lang.String text)
set the text of this label |
void |
setUnderscore(boolean v)
Set the value of underscore. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
private boolean underscore
Constructor Detail |
public FSALabel()
public FSALabel(LogicUnparseInterface incr, java.lang.String propName)
incr
- No description providedpropName
- No description providedpublic FSALabel(LogicUnparseInterface incr, java.lang.String propName, javax.swing.JComponent parent)
incr
- No description providedpropName
- No description providedparent
- No description providedMethod Detail |
public java.lang.String getDefaultAttrName()
getDefaultAttrName
in class FSAObject
protected javax.swing.JComponent createJComponent()
createJComponent
in class FSAObject
public java.lang.Object getJComponentValue()
setText(java.lang.String)
,
getText()
public java.lang.Class getDefaultUpdaterClass()
getDefaultUpdaterClass
in class FSAObject
public void setJComponentValue(java.lang.Object value)
value
- The new jComponentValue valuesetText(java.lang.String)
,
setIcon(javax.swing.Icon)
public void setText(java.lang.String text)
text
- The new text valuepublic java.lang.String getText()
public void setIcon(javax.swing.Icon icon)
icon
- The new icon valuepublic javax.swing.Icon getIcon()
public boolean getCentered()
public void setCentered(boolean v)
v
- Value to assign to centered.public boolean getUnderscore()
public void setUnderscore(boolean v)
v
- Value to assign to underscore.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |