Class RenderDestinationMenu


  • public final class RenderDestinationMenu
    extends MenuBase
    • Field Detail

      • RENDER_DESTINATION_EXPORT

        public static final java.lang.String RENDER_DESTINATION_EXPORT
        See Also:
        Constant Field Values
      • RENDER_DESTINATION_PRINT

        public static final java.lang.String RENDER_DESTINATION_PRINT
        See Also:
        Constant Field Values
      • RENDER_DESTINATION_VIEW

        public static final java.lang.String RENDER_DESTINATION_VIEW
        See Also:
        Constant Field Values
      • exportItem

        private javax.swing.JRadioButtonMenuItem exportItem
      • printItem

        private javax.swing.JRadioButtonMenuItem printItem
      • viewItem

        private javax.swing.JRadioButtonMenuItem viewItem
    • Constructor Detail

      • RenderDestinationMenu

        private RenderDestinationMenu()
        Constructor.
    • Method Detail

      • getInstance

        public static RenderDestinationMenu getInstance()
        Provides the RenderDestination instance.
        Returns:
        RenderDestination instance.
      • setRenderDestinationSelection

        public void setRenderDestinationSelection​(java.lang.String selection)
        Set the render destination selection.
        Parameters:
        selection - String instance.
      • isRenderDestinationMenu

        public static boolean isRenderDestinationMenu​(java.lang.String actionCommand)
      • getRenderDestination

        public static RenderDestination getRenderDestination​(java.lang.String actionCommand)
      • createMenu

        private javax.swing.JMenu createMenu()