|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.izforge.izpack.panels.installationgroup.InstallationGroups
public class InstallationGroups
common utility methods for use by InstallationGroup related consoles/panels
| Field Summary | |
|---|---|
static Comparator<GroupData> |
BY_SORT_KEY
|
| Constructor Summary | |
|---|---|
InstallationGroups()
|
|
| Method Summary | |
|---|---|
static String |
getGroupDescription(String group,
AutomatedInstallData automatedInstallData)
Look for a key = InstallationGroupPanel.description.[group] entry: first using installData.langpack.getString(key+".html") next using installData.langpack.getString(key) next using installData.getVariable(key) lastly, defaulting to group + " installation" |
static String |
getGroupSortKey(String group,
AutomatedInstallData automatedInstallData)
Look for a key = InstallationGroupPanel.sortKey.[group] entry: by using installData.getVariable(key) if this variable is not defined, defaults to group |
static HashMap<String,GroupData> |
getInstallGroups(AutomatedInstallData automatedInstallData)
Build the set of unique installGroups installDataGUI. |
static String |
getLocalizedGroupName(String group,
AutomatedInstallData automatedInstallData)
Look for a key = InstallationGroupPanel.group.[group] entry: first using installData.langpackgetString(key+".html") next using installData.langpack.getString(key) next using installData.getVariable(key) lastly, defaulting to group |
protected static String |
getString(AutomatedInstallData automatedInstallData,
String key)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final Comparator<GroupData> BY_SORT_KEY
| Constructor Detail |
|---|
public InstallationGroups()
| Method Detail |
|---|
public static HashMap<String,GroupData> getInstallGroups(AutomatedInstallData automatedInstallData)
automatedInstallData - - the panel install installDataGUI
public static String getGroupSortKey(String group,
AutomatedInstallData automatedInstallData)
group - - the installation group nameautomatedInstallData - - installation data
public static String getGroupDescription(String group,
AutomatedInstallData automatedInstallData)
group - - the installation group nameautomatedInstallData - - installation data
public static String getLocalizedGroupName(String group,
AutomatedInstallData automatedInstallData)
group - - the installation group nameautomatedInstallData - - installation data
protected static String getString(AutomatedInstallData automatedInstallData,
String key)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||