|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.xulux.gui.XuluxWidget org.xulux.guilayer.swing.SwingWidget org.xulux.guilayer.swing.widgets.Entry org.xulux.guilayer.swing.widgets.TextPane
public class TextPane
The swing textare widget.
Field Summary |
---|
Fields inherited from class org.xulux.guilayer.swing.widgets.Entry |
---|
setValueCalled, textComponent, valueClass |
Fields inherited from class org.xulux.gui.XuluxWidget |
---|
initialized, initializing, isRefreshing, log, previousValue, properties, value, visible |
Constructor Summary | |
---|---|
TextPane(java.lang.String name)
|
Method Summary | |
---|---|
void |
destroy()
|
java.lang.Object |
getNativeWidget()
|
void |
initialize()
|
void |
refresh()
|
Methods inherited from class org.xulux.guilayer.swing.widgets.Entry |
---|
addXuluxListener, canContainValue, clear, getGuiValue, getValue, initializeValue, initInitialValue, isValueEmpty, setProperty, setValue |
Methods inherited from class org.xulux.guilayer.swing.SwingWidget |
---|
focus, getWidgetInitializer |
Methods inherited from class org.xulux.gui.XuluxWidget |
---|
addChildWidget, addDependency, addPropertyHandler, addPropertyHandler, canBeRootWidget, canContainChildren, equals, getChildWidgets, getDependencies, getField, getName, getParent, getPart, getPrefix, getPreviousValue, getProperties, getProperty, getPropertyHandler, getPropertyHandlers, getProvider, getRealProperty, getRealValue, getRectangle, getRules, getWidgetType, handleProperties, handleProperty, hasDependencies, ignoreLayout, ignoreUse, isEnabled, isImmidiate, isInitializing, isRefreshing, isRequired, isRootWidget, isSkip, isUseIgnored, isValidValue, isVisible, notifyListeners, processDestroy, processInit, processNativeWidget, registerRule, removeAllRules, setAutoRefresh, setContainerWidgetHandler, setEnabled, setField, setImmidiate, setLazyProperty, setName, setParent, setPart, setPosition, setPrefix, setProvider, setRequired, setRootWidget, setSize, setSkip, setValidValue, setVisible, setWidgetInitializer, setWidgetType, toString, updateWidget |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public TextPane(java.lang.String name)
name
- the textarea nameMethod Detail |
---|
public void destroy()
destroy
in interface org.xulux.api.gui.IWidget
destroy
in class Entry
org.xulux.nyx.gui.XuluxWidget#destroy()
public java.lang.Object getNativeWidget()
getNativeWidget
in interface org.xulux.api.gui.IWidget
getNativeWidget
in class Entry
org.xulux.nyx.gui.XuluxWidget#getNativeWidget()
public void initialize()
initialize
in interface org.xulux.api.gui.IWidget
initialize
in class Entry
org.xulux.nyx.gui.XuluxWidget#initialize()
public void refresh()
refresh
in interface org.xulux.api.gui.IWidget
refresh
in class Entry
org.xulux.nyx.gui.XuluxWidget#refresh()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |