Class ALcyPreviewAddOnCustomizerFactory
java.lang.Object
com.luciad.lucy.addons.previewer.view.ALcyPreviewAddOnCustomizerFactory
- Direct Known Subclasses:
TLcyPreviewAddOnCustomizerFactory
Extensions of this abstract class create the gui for the preview addon. The
gui is a
java.beans.Customizer
that allows to modify certain
(or all) properties of the preview addon.-
Field Summary
Modifier and TypeFieldDescriptionprotected ILcyLucyEnv
Deprecated.protected TLcyPreviewAddOn
Deprecated.Use thegetPreviewAddOn()
andsetPreviewAddOn(com.luciad.lucy.addons.previewer.TLcyPreviewAddOn)
methods instead -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionabstract Customizer
Creates theCustomizer
(the gui) to customize theTLcyPreviewAddOn
.Returns the lucy env.Returns the preview addon associated to this factory.void
setLucyEnv
(ILcyLucyEnv aLucyEnv) Sets the lucy env.void
setPreviewAddOn
(TLcyPreviewAddOn aPreviewAddOn) Sets the preview addon associated to this factory.
-
Field Details
-
fPreviewAddOn
Deprecated.Use thegetPreviewAddOn()
andsetPreviewAddOn(com.luciad.lucy.addons.previewer.TLcyPreviewAddOn)
methods insteadThe preview add-on -
fLucyEnv
Deprecated.Use thegetLucyEnv()
andsetLucyEnv(com.luciad.lucy.ILcyLucyEnv)
methods insteadThe Lucy back-end
-
-
Constructor Details
-
ALcyPreviewAddOnCustomizerFactory
public ALcyPreviewAddOnCustomizerFactory()
-
-
Method Details
-
getPreviewAddOn
Returns the preview addon associated to this factory.- Returns:
- the preview addon associated to this factory.
- See Also:
-
setPreviewAddOn
Sets the preview addon associated to this factory.- Parameters:
aPreviewAddOn
- The preview addon to set.- See Also:
-
getLucyEnv
Returns the lucy env.- Returns:
- the lucy env.
- See Also:
-
setLucyEnv
Sets the lucy env.- Parameters:
aLucyEnv
- The lucy env.- See Also:
-
createPreviewAddOnCustomizer
Creates theCustomizer
(the gui) to customize theTLcyPreviewAddOn
.- Returns:
- A customizer that can be used to customize the
TLcyPreviewAddOn
.
-
getLucyEnv()
andsetLucyEnv(com.luciad.lucy.ILcyLucyEnv)
methods instead