|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectspv.spectrum.factory.ListFileView
spv.spectrum.factory.MultipleSpectrumFileViewGUI
spv.spectrum.factory.MultipleSpectrumFileView
spv.spectrum.factory.GHRSFOS.GHRSFOSFileView
public class GHRSFOSFileView
This class creates the necessary widgets for displaying a GHRS/FOS file contents and enabling user selection of spectra.
For now it is basically its superclass, except for the list selection mode, which forbids multiple selections.
| Field Summary | |
|---|---|
protected int |
extension
|
| Fields inherited from class spv.spectrum.factory.MultipleSpectrumFileViewGUI |
|---|
ball, bgo, bquit, contentPane1, ext_chooser, frame, glassPane1, JLayeredPane1, JRootPane1, scrollBar1, scrollBar2, spanel, sum_checkbox, sum_label, sum_panel, viewport |
| Fields inherited from class spv.spectrum.factory.ListFileView |
|---|
list, scroll_pane |
| Constructor Summary | |
|---|---|
GHRSFOSFileView(FileDescriptor file_desc,
SpectrumSelector sp_sel,
java.awt.Component pcomp)
Constructor. |
|
| Method Summary |
|---|
| Methods inherited from class spv.spectrum.factory.MultipleSpectrumFileView |
|---|
buildList, dispose, goRead, selectAll |
| Methods inherited from class spv.spectrum.factory.ListFileView |
|---|
buildBasicList |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected int extension
| Constructor Detail |
|---|
public GHRSFOSFileView(FileDescriptor file_desc,
SpectrumSelector sp_sel,
java.awt.Component pcomp)
FileDescriptor object. The widget is positioned
on screen relative to a Component object.
file_desc - the file descriptor that contains the
information to be depicted on screensp_sel - the spectrum selector that calls thispcomp - the component used for screen positioning
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||