org.xulux.guilayer.swing
Class SwingWidget

java.lang.Object
  extended by org.xulux.gui.XuluxWidget
      extended by org.xulux.guilayer.swing.SwingWidget
All Implemented Interfaces:
java.io.Serializable, org.xulux.api.gui.IWidget
Direct Known Subclasses:
Button, CheckBox, Entry, Label

public abstract class SwingWidget
extends org.xulux.gui.XuluxWidget

A convenience class for swing widgets to override..

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

Field Summary
 
Fields inherited from class org.xulux.gui.XuluxWidget
initialized, initializing, isRefreshing, log, previousValue, properties, value, visible
 
Constructor Summary
SwingWidget(java.lang.String name)
           
 
Method Summary
 void focus()
           
 org.xulux.api.gui.IWidgetInitializer getWidgetInitializer()
           
 
Methods inherited from class org.xulux.gui.XuluxWidget
addChildWidget, addDependency, addPropertyHandler, addPropertyHandler, addXuluxListener, canBeRootWidget, canContainChildren, clear, equals, getChildWidgets, getDependencies, getField, getName, getParent, getPart, getPrefix, getPreviousValue, getProperties, getProperty, getPropertyHandler, getPropertyHandlers, getProvider, getRealProperty, getRealValue, getRectangle, getRules, getValue, getWidgetType, handleProperties, handleProperty, hasDependencies, ignoreLayout, ignoreUse, isEnabled, isImmidiate, isInitializing, isRefreshing, isRequired, isRootWidget, isSkip, isUseIgnored, isValidValue, isVisible, notifyListeners, processDestroy, processInit, processNativeWidget, refresh, registerRule, removeAllRules, setAutoRefresh, setContainerWidgetHandler, setEnabled, setField, setImmidiate, setLazyProperty, setName, setParent, setPart, setPosition, setPrefix, setProperty, setProvider, setRequired, setRootWidget, setSize, setSkip, setValidValue, setValue, setVisible, setWidgetInitializer, setWidgetType, toString, updateWidget
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.xulux.api.gui.IWidget
canContainValue, destroy, getGuiValue, getNativeWidget, initialize, isValueEmpty
 

Constructor Detail

SwingWidget

public SwingWidget(java.lang.String name)
Parameters:
name - the swingwidget name
Method Detail

focus

public void focus()
See Also:
IWidget.focus()

getWidgetInitializer

public org.xulux.api.gui.IWidgetInitializer getWidgetInitializer()
See Also:
IWidget.getWidgetInitializer()


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