|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.awt.Component
java.awt.Container
javax.swing.JComponent
javax.swing.JPanel
jsky.image.fits.gui.FITSKeywords
public class FITSKeywords
Dialog to view the FITS keywords .
Nested Class Summary |
---|
Nested classes/interfaces inherited from class javax.swing.JPanel |
---|
JPanel.AccessibleJPanel |
Nested classes/interfaces inherited from class javax.swing.JComponent |
---|
JComponent.AccessibleJComponent |
Nested classes/interfaces inherited from class java.awt.Container |
---|
Container.AccessibleAWTContainer |
Nested classes/interfaces inherited from class java.awt.Component |
---|
Component.AccessibleAWTComponent, Component.BltBufferStrategy, Component.FlipBufferStrategy |
Field Summary | |
---|---|
protected MainImageDisplay |
imageDisplay
The image being displayed |
protected Component |
parent
The top level parent frame (or internal frame) used to close the window |
protected int |
sumColWidths
Sum of column widths, used during resize |
protected SortedJTable |
table
The table used to display the keywords |
Fields inherited from class javax.swing.JComponent |
---|
accessibleContext, listenerList, TOOL_TIP_TEXT_KEY, ui, UNDEFINED_CONDITION, WHEN_ANCESTOR_OF_FOCUSED_COMPONENT, WHEN_FOCUSED, WHEN_IN_FOCUSED_WINDOW |
Fields inherited from class java.awt.Component |
---|
BOTTOM_ALIGNMENT, CENTER_ALIGNMENT, LEFT_ALIGNMENT, RIGHT_ALIGNMENT, TOP_ALIGNMENT |
Fields inherited from interface java.awt.image.ImageObserver |
---|
ABORT, ALLBITS, ERROR, FRAMEBITS, HEIGHT, PROPERTIES, SOMEBITS, WIDTH |
Constructor Summary | |
---|---|
FITSKeywords(Component parent,
MainImageDisplay imageDisplay)
Make a window to display the FITS keyword values for the image being displayed in the given image display window. |
Method Summary | |
---|---|
void |
resize()
Called when the table is resized |
void |
updateDisplay()
Update the display to show the values in the current FITS HDU. |
void |
updateDisplay(int hduIndex)
Update the display to show the values in the current FITS HDU. |
protected void |
updateTitle(String title)
Set the frame's title. |
Methods inherited from class javax.swing.JPanel |
---|
getAccessibleContext, getUI, getUIClassID, paramString, setUI, updateUI |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
protected Component parent
protected MainImageDisplay imageDisplay
protected SortedJTable table
protected int sumColWidths
Constructor Detail |
---|
public FITSKeywords(Component parent, MainImageDisplay imageDisplay)
parent
- The top level parent frame (or internal frame) used to close the windowimageDisplay
- The image display windowMethod Detail |
---|
public void resize()
public void updateDisplay()
public void updateDisplay(int hduIndex)
protected void updateTitle(String title)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |