public interface InstallationComponentSetup
Objects of this type are returned by Context.getInstallationComponents()
and Context.getInstallationComponentById(String)
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getId()
The ID of the installation component.
|
java.lang.String |
getName()
Returns the name of this installation components.
|
boolean |
isChangeable()
Returns whether the selection state of the installation component can be changed by the user or not.
|
boolean |
isDownloaded()
Returns whether the installation component is downloaded.
|
boolean |
isHidden()
Returns whether the installation component is hidden from the user.
|
boolean |
isSelected()
Returns whether the installation components has been selected by the user.
|
void |
setChangeable(boolean changeable)
Sets whether the selection state of the installation component can be changed by the user or not.
|
void |
setHidden(boolean hidden)
Sets whether the installation component is hidden.
|
void |
setSelected(boolean selected)
Sets whether the installation component should be installed or not.
|
boolean isSelected()
true
or false
.void setSelected(boolean selected)
selected
- the new selection stateboolean isChangeable()
true
or false
.void setChangeable(boolean changeable)
changeable
- the new stateboolean isHidden()
true
or false
.void setHidden(boolean hidden)
hidden
- the new statejava.lang.String getName()
java.lang.String getId()
boolean isDownloaded()
true
or false
.