edu.jhu.ece.iacl.jist.pipeline.view.input
Class ParamVolumeInputView.VolumeListBoxItem

java.lang.Object
  extended by edu.jhu.ece.iacl.jist.pipeline.view.input.ParamVolumeInputView.VolumeListBoxItem
All Implemented Interfaces:
java.lang.Comparable<ParamVolumeInputView.VolumeListBoxItem>
Enclosing class:
ParamVolumeInputView

public static class ParamVolumeInputView.VolumeListBoxItem
extends java.lang.Object
implements java.lang.Comparable<ParamVolumeInputView.VolumeListBoxItem>

List box item that displays the image name.

Author:
Blake Lucas (bclucas@jhu.edu)

Field Summary
 java.io.File file
          The file.
 java.lang.String name
          The name.
 
Constructor Summary
ParamVolumeInputView.VolumeListBoxItem()
           
 
Method Summary
 int compareTo(ParamVolumeInputView.VolumeListBoxItem obj)
           
 boolean equals(java.lang.Object obj)
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

name

public java.lang.String name
The name.


file

public java.io.File file
The file.

Constructor Detail

ParamVolumeInputView.VolumeListBoxItem

public ParamVolumeInputView.VolumeListBoxItem()
Method Detail

compareTo

public int compareTo(ParamVolumeInputView.VolumeListBoxItem obj)
Specified by:
compareTo in interface java.lang.Comparable<ParamVolumeInputView.VolumeListBoxItem>

equals

public boolean equals(java.lang.Object obj)
Overrides:
equals in class java.lang.Object