Uses of Class
net.ssehub.easy.producer.examples.AvailableExamples.ExampleDescriptor
Packages that use AvailableExamples.ExampleDescriptor
Package
Description
General purpose classes, may be used in other plug-ins.
UI elements of this bundle, which must not be called from other plug-ins.
-
Uses of AvailableExamples.ExampleDescriptor in net.ssehub.easy.producer.examples
Fields in net.ssehub.easy.producer.examples declared as AvailableExamples.ExampleDescriptorModifier and TypeFieldDescriptionprivate AvailableExamples.ExampleDescriptor[]AvailableExamples.availableExamplesprivate AvailableExamples.ExampleDescriptor[]ExamplesInstaller.selectedExamplesMethods in net.ssehub.easy.producer.examples that return AvailableExamples.ExampleDescriptorModifier and TypeMethodDescriptionAvailableExamples.getExamples()Returns all available zipped examples shipped with this bundle.Methods in net.ssehub.easy.producer.examples with parameters of type AvailableExamples.ExampleDescriptorModifier and TypeMethodDescriptionintAvailableExamples.ExampleDescriptor.compareTo(AvailableExamples.ExampleDescriptor other) Constructors in net.ssehub.easy.producer.examples with parameters of type AvailableExamples.ExampleDescriptorModifierConstructorDescriptionExamplesInstaller(AvailableExamples.ExampleDescriptor[] selectedExamples) Sole constructor for this class. -
Uses of AvailableExamples.ExampleDescriptor in net.ssehub.easy.producer.examples.internal
Methods in net.ssehub.easy.producer.examples.internal that return AvailableExamples.ExampleDescriptorModifier and TypeMethodDescription(package private) AvailableExamples.ExampleDescriptor[]ExamplesWizardPage.getSelectedExamples()Returns the selected examples.