Package net.sourceforge.cruisecontrol.gui.panels

Examples of net.sourceforge.cruisecontrol.gui.panels.ElementDetailsPanel


    /**
     * This method was created by a SmartGuide.
     */
    public void createCardPanel( ) {

      detailsPanel = new ElementDetailsPanel();
        cardPanel = detailsPanel;
       
        // add default panel
        NullPanel thePanel = new NullPanel();

View Full Code Here


      detailsPanel.showPanel( "nullPanel" );
    }
   
    protected void showPanel( String aPanelKey ) {
     
      ElementDetailsPanel theDetailsPanel = (ElementDetailsPanel) cardPanel;
      theDetailsPanel.showPanel( aPanelKey );
    }
View Full Code Here

      theDetailsPanel.showPanel( aPanelKey );
    }
   
    private void addPanel( JPanel aPanel, String aPanelKey ) {
     
      ElementDetailsPanel theDetailsPanel = (ElementDetailsPanel) cardPanel;
     
      theDetailsPanel.addPanel( aPanel, aPanelKey );
    }
View Full Code Here

TOP

Related Classes of net.sourceforge.cruisecontrol.gui.panels.ElementDetailsPanel

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.