Class RootPaneAppListener

  • All Implemented Interfaces:
    java.beans.PropertyChangeListener, java.util.EventListener

    public class RootPaneAppListener
    extends java.lang.Object
    implements java.beans.PropertyChangeListener
    • Constructor Summary

      Constructors 
      Constructor Description
      RootPaneAppListener​(javax.swing.RootPaneContainer frame)  
    • Method Summary

      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      static javax.swing.JPanel createGlassPane()  
      static void install​(javax.swing.RootPaneContainer container, LaunchableApp app)
      Installs the LaunchableApp as the content pane of the root container, and binds the LaunchableApp's "glassPane" property to the root container's glasspane
      void propertyChange​(java.beans.PropertyChangeEvent evt)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • RootPaneAppListener

        public RootPaneAppListener​(javax.swing.RootPaneContainer frame)
    • Method Detail

      • install

        public static void install​(javax.swing.RootPaneContainer container,
                                   LaunchableApp app)
        Installs the LaunchableApp as the content pane of the root container, and binds the LaunchableApp's "glassPane" property to the root container's glasspane
      • createGlassPane

        public static javax.swing.JPanel createGlassPane()
      • propertyChange

        public void propertyChange​(java.beans.PropertyChangeEvent evt)
        Specified by:
        propertyChange in interface java.beans.PropertyChangeListener