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()
ISWCComponent
getName
in interface ISWCComponent
public void setName(String name)
name
- the name to setpublic String getQName()
ISWCComponent
spark.layouts:VerticalAlign
.getQName
in interface ISWCComponent
public void setQName(String qname)
qname
- the qname to setpublic String getURI()
ISWCComponent
getURI
in interface ISWCComponent
public void setURI(String uri)
uri
- the uri to setpublic String getPreview()
ISWCComponent
getPreview
in interface ISWCComponent
public void setPreview(String preview)
preview
- the preview to setpublic String getIcon()
ISWCComponent
getIcon
in interface ISWCComponent
public void setIcon(String icon)
icon
- the icon to setpublic ISWCScript getScript()
ISWCComponent
getScript
in interface ISWCComponent
public void setScript(ISWCScript script)
Copyright © 2016 The Apache Software Foundation. All rights reserved.