|
Administration Tools | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.topcased.service.updatesite.TreeUpdateSiteWizardTreatment
public class TreeUpdateSiteWizardTreatment
This class contains the TreeUpdateSiteWizardPage treatments
Field Summary | |
---|---|
static java.lang.String |
BASE_PATH
|
static java.lang.String |
BASE_URL
|
static java.lang.String |
iconPath
|
static org.eclipse.swt.graphics.Image |
picAlreadyInstalled
Define an image which represent an element which is already installed on destination |
static org.eclipse.swt.graphics.Image |
picCategory
Define an image which represent a category of feature |
static org.eclipse.swt.graphics.Image |
picFeature
Define an image which represent a feature |
static org.eclipse.swt.graphics.Image |
picMissingError
Define an image which represent an element with missing error |
static org.eclipse.swt.graphics.Image |
picWillBeInstalled
Define an image which represent an element which will be installed on destination |
Constructor Summary | |
---|---|
TreeUpdateSiteWizardTreatment(UpdateSiteWizard theWizard)
Contructor : initialize all Maps and all images used in the wizard |
Method Summary | |
---|---|
void |
addFeature(org.eclipse.swt.widgets.TreeItem treeItem,
SourceDestination featureSD,
java.util.Map mapFeaturesIncluded,
java.util.Map mapPlugins)
Add all the plugins imported and all the features included (recursivly) of the given feature Add the TreeItems to a treeItem |
void |
addRequiredPlugin(org.eclipse.swt.widgets.TreeItem treeItem,
SourceDestination pluginSD,
java.util.Map mapPluginsRequired)
Add the required plugins of a plugins given (recursivity) Add the plugins in a TreeItem |
void |
addRequiredPlugins(org.eclipse.swt.widgets.Tree tree)
Add the required plugins to a tree (add the TreeItem "Required plugins") and to the map of required plugins |
void |
initializeTree(org.eclipse.swt.widgets.Tree tree)
Initialize a tree with the map of the Features choosen |
void |
readRequiredPluginFromMap(java.util.Map map)
Read all the plugins required for a Map of features, and call addRequiredPlugins for all |
void |
subRequiredPlugins(org.eclipse.swt.widgets.Tree tree)
Dispose the TreeItem "Required plugins" to the given tree and clear the map of required plugins |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final java.lang.String BASE_URL
public static final java.lang.String BASE_PATH
public static final java.lang.String iconPath
public static org.eclipse.swt.graphics.Image picMissingError
public static org.eclipse.swt.graphics.Image picAlreadyInstalled
public static org.eclipse.swt.graphics.Image picWillBeInstalled
public static org.eclipse.swt.graphics.Image picCategory
public static org.eclipse.swt.graphics.Image picFeature
Constructor Detail |
---|
public TreeUpdateSiteWizardTreatment(UpdateSiteWizard theWizard)
theWizard
- the current wizardMethod Detail |
---|
public void initializeTree(org.eclipse.swt.widgets.Tree tree)
tree
- Tree to initializepublic void addRequiredPlugins(org.eclipse.swt.widgets.Tree tree)
tree
- to initalizepublic void readRequiredPluginFromMap(java.util.Map map)
map
- the map which contains the pluginspublic void subRequiredPlugins(org.eclipse.swt.widgets.Tree tree)
tree
- the treepublic void addFeature(org.eclipse.swt.widgets.TreeItem treeItem, SourceDestination featureSD, java.util.Map mapFeaturesIncluded, java.util.Map mapPlugins)
treeItem
- featureSD
- the featuremapFeaturesIncluded
- the map which contains the features includedmapPlugins
- the map which contains the plugins importedpublic void addRequiredPlugin(org.eclipse.swt.widgets.TreeItem treeItem, SourceDestination pluginSD, java.util.Map mapPluginsRequired)
treeItem
- pluginSD
- the pluginmapPluginsRequired
- the map of the plugins required
|
Administration Tools | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Copyright (c) 2005 TOPCASED Contributors 2005 - 2007. All rights reserved.