public class LaunchGroupEntry<T extends JavaConfiguration<T>>
extends java.lang.Object
| Constructor and Description |
|---|
LaunchGroupEntry(T parent) |
| Modifier and Type | Method and Description |
|---|---|
T |
backToConfiguration() |
java.lang.String |
getGroupName() |
java.lang.Integer |
getIndexInGroup() |
java.lang.Boolean |
isVisibleInGroup() |
LaunchGroupEntry<T> |
withGroupName(java.lang.String groupName) |
LaunchGroupEntry<T> |
withIndexInGroup(java.lang.Integer index) |
LaunchGroupEntry<T> |
withVisibilityInGroup(java.lang.Boolean isVisible) |
public LaunchGroupEntry(T parent)
public java.lang.String getGroupName()
public LaunchGroupEntry<T> withGroupName(java.lang.String groupName)
public java.lang.Boolean isVisibleInGroup()
public LaunchGroupEntry<T> withVisibilityInGroup(java.lang.Boolean isVisible)
public java.lang.Integer getIndexInGroup()
public LaunchGroupEntry<T> withIndexInGroup(java.lang.Integer index)
public T backToConfiguration()