Object
org.eclipse.swt.widgets.Dialog
hdf.view.PaletteView.DefaultPaletteView
- All Implemented Interfaces:
- DataView,- PaletteView
public class DefaultPaletteView extends org.eclipse.swt.widgets.Dialog implements PaletteView
Displays a dialog for viewing and change palettes.
- Version:
- 2.4 2/27/16
- Author:
- Jordan T. Henderson
- 
Field SummaryFields Modifier and Type Field Description (package private) booleanisPaletteChanged(package private) byte[][]paletteFields inherited from interface hdf.view.DataView.DataViewDATAVIEW_IMAGE, DATAVIEW_TABLE, DATAVIEW_UNKNOWN
- 
Constructor SummaryConstructors Constructor Description DefaultPaletteView(org.eclipse.swt.widgets.Shell parent, DataViewManager theViewer, ImageView theImageView)DefaultPaletteView(org.eclipse.swt.widgets.Shell parent, ImageView theImageView)
- 
Method SummaryModifier and Type Method Description voidcreateUI()HObjectgetDataObject()Methods inherited from class org.eclipse.swt.widgets.DialogcheckSubclass, getParent, getStyle, getText, setTextMethods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
- 
Field Details- 
palettebyte[][] palette
- 
isPaletteChangedboolean isPaletteChanged
 
- 
- 
Constructor Details- 
DefaultPaletteView
- 
DefaultPaletteViewpublic DefaultPaletteView(org.eclipse.swt.widgets.Shell parent, DataViewManager theViewer, ImageView theImageView)
 
- 
- 
Method Details- 
createUI
- 
getDataObject- Specified by:
- getDataObjectin interface- DataView
- Returns:
- the data object displayed in this data viewer
 
 
-