usr/src/java/vpanels/panels/apache/org/opensolaris/os/vp/panels/apache/client/swing/MimeTypesControl.java
changeset 360 8943c58ad2f5
parent 349 cb1b71664c9a
child 404 32e9b6a2b5f2
equal deleted inserted replaced
359:2bd667ea3c04 360:8943c58ad2f5
    94 	}
    94 	}
    95 
    95 
    96 	return null;
    96 	return null;
    97     }
    97     }
    98 
    98 
       
    99     @Override
       
   100     public URL getHelpURL() {
       
   101 	return buildHelpURL("help/apache.html", "#apache-mimetypes");
       
   102     }
       
   103 
    99     //
   104     //
   100     // DefaultControl methods
   105     // DefaultControl methods
   101     //
   106     //
   102 
   107 
   103     @Override
   108     @Override
   106 	    ApachePanelDescriptor descriptor = getPanelDescriptor();
   111 	    ApachePanelDescriptor descriptor = getPanelDescriptor();
   107 	    SwingControl child = new MimeTypeControl(descriptor, this);
   112 	    SwingControl child = new MimeTypeControl(descriptor, this);
   108 	    addChildren(child);
   113 	    addChildren(child);
   109 	    addToLayout(child);
   114 	    addToLayout(child);
   110 	}
   115 	}
   111     }
       
   112 
       
   113     @Override
       
   114     public URL getHelpURL() {
       
   115 	return buildHelpURL("help/apache.html", "#apache-mimetypes");
       
   116     }
   116     }
   117 
   117 
   118     //
   118     //
   119     // SwingControl methods
   119     // SwingControl methods
   120     //
   120     //