| net.xoetrope.xui.XAttributedComponent
All known Subclasses: net.xoetrope.swing.XImage, net.xoetrope.swing.XLabel, net.xoetrope.swing.XTable2, net.xoetrope.awt.XCheckbox, net.xoetrope.awt.XRadioButton, net.xoetrope.swing.XCheckbox, net.xoetrope.awt.XTable, net.xoetrope.awt.XLabel, net.xoetrope.builder.editor.components.swing.XComponentProxy, net.xoetrope.awt.XButton, net.xoetrope.swing.XScrollableMetaContent, net.xoetrope.swing.XSplitPane, net.xoetrope.swing.XScrollPane, net.xoetrope.swing.XPanel, net.xoetrope.awt.XImage, net.xoetrope.awt.XUnknown, net.xoetrope.swing.XTree, net.xoetrope.awt.XPanel, net.xoetrope.swing.XUnknown, net.xoetrope.swing.XTable, net.xoetrope.swing.XRadioButton, net.xoetrope.swing.XButton, net.xoetrope.awt.XScrollPane, net.xoetrope.swing.XEdit, net.xoetrope.swing.XTextArea, net.xoetrope.swing.XPassword,
XAttributedComponent | public interface XAttributedComponent (Code) | | An interface that allows the component builders to set the attributes of a
component without knowing the individual accessor methods.
Copyright (c) Xoetrope Ltd., 2002-2003
License: see license.txt
$Revision: 1.13 $
|
Method Summary | |
public void | setAttribute(String attribName, String attribValue) Set one or more attributes of the component. |
setAttribute | public void setAttribute(String attribName, String attribValue)(Code) | | Set one or more attributes of the component.
Parameters: attribName - the name of the attribute Parameters: attribValue - the value of the attribute |
|
|