| org.netbeans.modules.apisupport.project.ui.PlatformNode
PlatformNode | final class PlatformNode extends AbstractNode implements ChangeListener(Code) | | PlatformNode represents Java platform in the logical view.
Listens on the
PropertyEvaluator for change of
the ant property holding the platform name.
It displays the content of boot classpath.
See Also: JavaPlatform author: Tomas Zezula |
canCopy | public boolean canCopy()(Code) | | |
create | static PlatformNode create(PropertyEvaluator eval, String platformPropName)(Code) | | Creates new PlatformNode
Parameters: eval - the PropertyEvaluator used for obtaining the active platform nameand listening on the active platform change Parameters: platformPropName - the name of ant property holding the platform name |
|
|