public class SWCComponent extends Object implements ISWCComponent
| Constructor and Description |
|---|
SWCComponent() |
| Modifier and Type | Method and Description |
|---|---|
String |
getIcon()
Relative path of the icon image file.
|
String |
getName()
Display name of a component.
|
String |
getPreview()
Preview attribute value.
|
String |
getQName()
Qualified name of a component.
|
ISWCScript |
getScript()
Get the the script where the component is defined.
|
String |
getURI()
Namespace URI.
|
void |
setIcon(String icon) |
void |
setName(String name) |
void |
setPreview(String preview) |
void |
setQName(String qname) |
void |
setScript(ISWCScript script) |
void |
setURI(String uri) |
public String getName()
ISWCComponentgetName in interface ISWCComponentpublic void setName(String name)
name - the name to setpublic String getQName()
ISWCComponentspark.layouts:VerticalAlign.getQName in interface ISWCComponentpublic void setQName(String qname)
qname - the qname to setpublic String getURI()
ISWCComponentgetURI in interface ISWCComponentpublic void setURI(String uri)
uri - the uri to setpublic String getPreview()
ISWCComponentgetPreview in interface ISWCComponentpublic void setPreview(String preview)
preview - the preview to setpublic String getIcon()
ISWCComponentgetIcon in interface ISWCComponentpublic void setIcon(String icon)
icon - the icon to setpublic ISWCScript getScript()
ISWCComponentgetScript in interface ISWCComponentpublic void setScript(ISWCScript script)
Copyright © 2016 The Apache Software Foundation. All rights reserved.