Class ActiveWindowMenu
- java.lang.Object
-
- org.faceless.pdf2.viewer2.ViewerFeature
-
- org.faceless.pdf2.viewer2.feature.ActiveWindowMenu
-
public final class ActiveWindowMenu extends ViewerFeature
A special feature to enable the list of open windows under the "Window" menu. The name of this feature is ActiveWindowMenuThis code is copyright the Big Faceless Organization. You're welcome to use, modify and distribute it in any form in your own projects, provided those projects continue to make use of the Big Faceless PDF library.
- Since:
- 2.11.1
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static ViewerFeature
getInstance()
Return the singleton instance of this class-
Methods inherited from class org.faceless.pdf2.viewer2.ViewerFeature
getAllEnabledFeatures, getAllFeatures, getCustomJavaScript, getFeatureProperty, getFeatureURLProperty, getName, initialize, isEnabledByDefault, setFeatureName, teardown, toString
-
-
-
-
Method Detail
-
getInstance
public static ViewerFeature getInstance()
Return the singleton instance of this class
-
-