public interface EnvironmentsPanelSelectionProvider
Type Params | Return Type | Name and description |
---|---|---|
|
public EnvironmentImpl |
getEnvironmentImpl() Gets a selected environment |
|
public JXList |
getEnvironmentList() Gets a component with list of environments |
|
public java.lang.String |
getSelectedEnvironment() Gets a selected environment name |
|
public java.lang.String |
getSelectedEnvironmentRealName() Get a selected environment name without the "(active)" postfix |
|
public java.util.List<java.lang.String> |
getSelectedEnvironments() Gets a list of selected environments |
|
public java.util.List<java.lang.String> |
getSelectedEnvironmentsRealName() Gets a list of selected environments without the "(active)" postfix |
|
public void |
updateList(int newSelectionIndex) Updates a list of environments |
Gets a selected environment
Gets a component with list of environments
Gets a selected environment name
Get a selected environment name without the "(active)" postfix
Gets a list of selected environments
Gets a list of selected environments without the "(active)" postfix
Updates a list of environments
newSelectionIndex
- index of an environment to select