PamView
Class PamObjectViewer.ViewGroupInfo

java.lang.Object
  extended by PamView.PamObjectViewer.ViewGroupInfo
Enclosing class:
PamObjectViewer

 class PamObjectViewer.ViewGroupInfo
extends java.lang.Object


Field Summary
 java.lang.Object pamguardObject
           
 PamObjectViewer.PamProcessView processView
           
 javax.swing.JComponent shownComponent
           
 javax.swing.JTextField unitCount
           
 
Constructor Summary
PamObjectViewer.ViewGroupInfo(PamObjectViewer.PamProcessView processView, javax.swing.JComponent shownComponent, java.lang.Object pamguardObject, javax.swing.JTextField unitCount)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

processView

public PamObjectViewer.PamProcessView processView

shownComponent

public javax.swing.JComponent shownComponent

pamguardObject

public java.lang.Object pamguardObject

unitCount

public javax.swing.JTextField unitCount
Constructor Detail

PamObjectViewer.ViewGroupInfo

public PamObjectViewer.ViewGroupInfo(PamObjectViewer.PamProcessView processView,
                                     javax.swing.JComponent shownComponent,
                                     java.lang.Object pamguardObject,
                                     javax.swing.JTextField unitCount)