| net.xoetrope.awt.XScrollPane net.xoetrope.awt.XScrollableMetaContent
All known Subclasses: net.xoetrope.optional.awt.XLocalisedScrollableMetaContent,
XScrollableMetaContent | public class XScrollableMetaContent extends XScrollPane implements XMetaContentHolder,XStyleComponent(Code) | | Implements a scrollable holder for a XMetaContent component
Copyright: Copyright (c) Xoetrope Ltd., 1998-2003
License: see license.txt
version: $Revision: 1.11 $ |
XScrollableMetaContent | public XScrollableMetaContent()(Code) | | Constrcuts a new container for an XMetaContent component
|
getContent | public String getContent()(Code) | | Get the meta content's name .
the model name of the content |
getSource | public String getSource()(Code) | | Get the source of the current content
|
setBounds | public void setBounds(int x, int y, int w, int h)(Code) | | Sets the bounds for this component
Parameters: x - Parameters: y - Parameters: w - Parameters: h - |
setContent | public void setContent(String source, XmlElement src)(Code) | | Sets the meta content
Parameters: source - the location from which the xml was obtained Parameters: src - the new content |
setContent | public void setContent(String cont)(Code) | | Sets the meta content as a string
Parameters: cont - the new string content |
setPadding | public void setPadding(int padding)(Code) | | Sets the padding for the content
Parameters: padding - |
setStyle | public void setStyle(String style)(Code) | | Set the current style
Parameters: style - the new style |
|
|