public interface BrowserComponent extends Component
The following features are supported:
DetailViewPackage.getBrowserComponent()
Modifier and Type | Method and Description |
---|---|
Integer |
getHeight()
Returns the value of the 'Height' attribute.
|
Long |
getReloadTimer()
Returns the value of the 'Reload Timer' attribute.
|
String |
getUrl()
Returns the value of the 'Url' attribute.
|
Integer |
getWidth()
Returns the value of the 'Width' attribute.
|
void |
setHeight(Integer value)
Sets the value of the '
Height ' attribute. |
void |
setReloadTimer(Long value)
Sets the value of the '
Reload Timer ' attribute. |
void |
setUrl(String value)
Sets the value of the '
Url ' attribute. |
void |
setWidth(Integer value)
Sets the value of the '
Width ' attribute. |
getVisibility, setVisibility
String getUrl()
If the meaning of the 'Url' attribute isn't clear, there really should be more of a description here...
setUrl(String)
,
DetailViewPackage.getBrowserComponent_Url()
void setUrl(String value)
Url
' attribute.
value
- the new value of the 'Url' attribute.getUrl()
Integer getWidth()
If the meaning of the 'Width' attribute isn't clear, there really should be more of a description here...
setWidth(Integer)
,
DetailViewPackage.getBrowserComponent_Width()
void setWidth(Integer value)
Width
' attribute.
value
- the new value of the 'Width' attribute.getWidth()
Integer getHeight()
If the meaning of the 'Height' attribute isn't clear, there really should be more of a description here...
setHeight(Integer)
,
DetailViewPackage.getBrowserComponent_Height()
void setHeight(Integer value)
Height
' attribute.
value
- the new value of the 'Height' attribute.getHeight()
Long getReloadTimer()
If the meaning of the 'Reload Timer' attribute isn't clear, there really should be more of a description here...
setReloadTimer(Long)
,
DetailViewPackage.getBrowserComponent_ReloadTimer()
void setReloadTimer(Long value)
Reload Timer
' attribute.
value
- the new value of the 'Reload Timer' attribute.getReloadTimer()
Copyright © 2016 Eclipse NeoSCADA Project. All rights reserved.