| net.xoetrope.xui.XTextHolder
All known Subclasses: net.xoetrope.swing.XMenuItem, net.xoetrope.swing.XLabel, net.xoetrope.awt.XCheckbox, net.xoetrope.awt.XRadioButton, net.xoetrope.swing.XCheckbox, net.xoetrope.awt.XLabel, net.xoetrope.awt.XMenu, net.xoetrope.awt.XMenuItem, net.xoetrope.awt.XPassword, net.xoetrope.swing.XRadioButton, net.xoetrope.builder.editor.components.swing.XComponentProxy, net.xoetrope.swing.XTextPane, net.xoetrope.awt.XButton, net.xoetrope.awt.XTextArea, net.xoetrope.swing.XButton, net.xoetrope.swing.XMenu, net.xoetrope.swing.XEdit, net.xoetrope.swing.XTextArea, net.xoetrope.swing.XPassword, net.xoetrope.awt.XEdit,
XTextHolder | public interface XTextHolder (Code) | | A generic interface for components that display a text label
Copyright: Copyright (c) Xoetrope Ltd., 2002-2004
$Revision: 1.5 $
|
getText | public String getText()(Code) | | Get the text/label of a component
the component's text |
setText | public void setText(String text)(Code) | | Set the text/label of a component
Parameters: label - the new text |
|
|