org.xulux.guilayer.swing.widgets
Class TextPane

java.lang.Object
  extended by org.xulux.gui.XuluxWidget
      extended by org.xulux.guilayer.swing.SwingWidget
          extended by org.xulux.guilayer.swing.widgets.Entry
              extended by org.xulux.guilayer.swing.widgets.TextPane
All Implemented Interfaces:
java.io.Serializable, org.xulux.api.gui.IWidget

public class TextPane
extends Entry

The swing textare widget.

Version:
$Id: TextPane.java,v 1.1 2005/12/18 12:58:18 mvdb Exp $
Author:
Martin van den Bemt
See Also:
Serialized Form

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

TextPane

public TextPane(java.lang.String name)
Parameters:
name - the textarea name
Method Detail

destroy

public void destroy()
Specified by:
destroy in interface org.xulux.api.gui.IWidget
Overrides:
destroy in class Entry
See Also:
org.xulux.nyx.gui.XuluxWidget#destroy()

getNativeWidget

public java.lang.Object getNativeWidget()
Specified by:
getNativeWidget in interface org.xulux.api.gui.IWidget
Overrides:
getNativeWidget in class Entry
See Also:
org.xulux.nyx.gui.XuluxWidget#getNativeWidget()

initialize

public void initialize()
Specified by:
initialize in interface org.xulux.api.gui.IWidget
Overrides:
initialize in class Entry
See Also:
org.xulux.nyx.gui.XuluxWidget#initialize()

refresh

public void refresh()
Specified by:
refresh in interface org.xulux.api.gui.IWidget
Overrides:
refresh in class Entry
See Also:
org.xulux.nyx.gui.XuluxWidget#refresh()


Copyright © 2002-2007 Martin van den Bemt. All Rights Reserved.