public class DruTextArea extends DruGCPanel implements TextActor, Ablable, TextArea, ValueWatcher
Modifier and Type | Field and Description |
---|---|
(package private) DTextArea |
dTextArea |
(package private) static long |
serialVersionUID |
(package private) StringValue |
stringValue |
actionRelay, methodName
infoReceiver, SCROLLABLE
Constructor and Description |
---|
DruTextArea(java.lang.String mn,
int width,
int height) |
Modifier and Type | Method and Description |
---|---|
void |
able(boolean b) |
void |
focusGained() |
void |
focusLost() |
void |
setAntialiased() |
void |
setBg(java.awt.Color c) |
void |
setEditable(boolean b) |
void |
setFontSize(int fs) |
void |
setPadding(int padding) |
void |
setStringValue(StringValue sv) |
void |
textChanged(java.lang.String s) |
void |
textEdited(java.lang.String s) |
void |
textEntered(java.lang.String s) |
void |
valueChangedBy(Value pv,
java.lang.Object src) |
action, action, action, action, action, action, action, disableRelaying, getAction, getActionRelay, hasAction, hasRelay, performAction, performAction, setAction, setActionMethod, setActionRelay, setMethodName, unstoredValueChange, valueChange, valueChange, valueChange, valueChange, valueChange
addBorder, addCardPanel, addDComponent, addDComponent, addEtchedBorder, addMenu, addPanel, addPanel, addRaw, addSingleDComponent, addSunkenBorder, addTitledBorder, exportInfo, getBg, getGUIPeer, getID, getInfo, getInfoReceiver, getLocation, getPreferredSize, getTip, getTitle, getXYLocationOnScreen, mouseButtonPressed, postApply, removeAll, removeDComponent, removePanel, repaint, revalidate, seForegroundColor, setBackgroundColor, setBorderLayout, setColors, setColors, setEmptyBorder, setEtchedBorder, setEtchedUpBorder, setFallbackBackgroundColor, setFallbackForegroundColor, setFg, setFlowCenter, setFlowLayout, setFlowLeft, setFlowRight, setGridLayout, setID, setInfo, setInfoReceiver, setPreferredSize, setPreferredSize, setSingle, setSunkenBorder, setTip, setTitle, setTitleInfo, setTooltipTarget, toString, validate
static final long serialVersionUID
DTextArea dTextArea
StringValue stringValue
public void valueChangedBy(Value pv, java.lang.Object src)
valueChangedBy
in interface ValueWatcher
public void setStringValue(StringValue sv)
setStringValue
in interface StringValueEditor
public void textChanged(java.lang.String s)
textChanged
in interface TextActor
public void textEntered(java.lang.String s)
textEntered
in interface TextActor
public void textEdited(java.lang.String s)
textEdited
in interface TextActor
public void setEditable(boolean b)
setEditable
in interface TextArea
public void setAntialiased()
public void setPadding(int padding)
public void setFontSize(int fs)
public void focusGained()
focusGained
in interface FocusActor
public void focusLost()
focusLost
in interface FocusActor
Copyright © 2013. All Rights Reserved.