org.acm.seguin.ide.common
Class DividedSummaryPanel

java.lang.Object
  extended by org.acm.seguin.ide.common.DividedSummaryPanel

public class DividedSummaryPanel
extends java.lang.Object

Creates an object that holds the divided summary panel

Author:
Chris Seguin

Constructor Summary
DividedSummaryPanel(PackageSummary summary, net.sourceforge.jrefactory.uml.UMLPackage umlPackage)
          Constructor for the DividedSummaryPanel object
 
Method Summary
 javax.swing.JComponent getPane()
          Gets the Pane attribute of the DividedSummaryPanel object
static void main(java.lang.String[] args)
          The main program for the DividedSummaryPanel class
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DividedSummaryPanel

public DividedSummaryPanel(PackageSummary summary,
                           net.sourceforge.jrefactory.uml.UMLPackage umlPackage)
Constructor for the DividedSummaryPanel object

Parameters:
summary - Description of Parameter
umlPackage - Description of Parameter
Method Detail

getPane

public javax.swing.JComponent getPane()
Gets the Pane attribute of the DividedSummaryPanel object

Returns:
The Pane value

main

public static void main(java.lang.String[] args)
The main program for the DividedSummaryPanel class

Parameters:
args - The command line arguments