insensa.view
Class CViewProject

java.lang.Object
  extended by insensa.view.CViewProject

public class CViewProject
extends java.lang.Object


Field Summary
private  CViewDescription descriptionView
           
private  CViewFileSet fileSetView
           
private  ImageViewToolbar imageViewToolbar
           
private  CViewModulationSet modSetView
           
private  CViewOptions optionsView
           
private  javax.swing.JPanel rightPanel
           
private  javax.swing.JSplitPane splitpane
           
private  javax.swing.JSplitPane splitpane2
           
private  javax.swing.JSplitPane splitpane3
           
private  ImageView viewImage
           
 
Constructor Summary
CViewProject()
           
 
Method Summary
 void close()
           
 CViewDescription getDescriptionView()
           
 CViewFileSet getFileSetView()
           
 ImageView getImageView()
           
 ImageViewToolbar getImageViewToolbar()
           
 CViewModulationSet getModSetView()
           
 CViewOptions getOptionsView()
           
 javax.swing.JSplitPane getSplitpane()
           
 javax.swing.JSplitPane getSplitpane2()
           
 javax.swing.JSplitPane getSplitpane3()
           
private  void initializeProjectView()
           
private  void initPanelRight()
           
 void setDividerLocations()
           
 void setFileSetView(CViewFileSet fileSetView)
           
 void setSplitpane(javax.swing.JSplitPane splitpane)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

splitpane

private javax.swing.JSplitPane splitpane

splitpane2

private javax.swing.JSplitPane splitpane2

splitpane3

private javax.swing.JSplitPane splitpane3

fileSetView

private CViewFileSet fileSetView

modSetView

private CViewModulationSet modSetView

optionsView

private CViewOptions optionsView

descriptionView

private CViewDescription descriptionView

viewImage

private ImageView viewImage

rightPanel

private javax.swing.JPanel rightPanel

imageViewToolbar

private ImageViewToolbar imageViewToolbar
Constructor Detail

CViewProject

public CViewProject()
Method Detail

close

public void close()

getDescriptionView

public CViewDescription getDescriptionView()
Returns:

getFileSetView

public CViewFileSet getFileSetView()
Returns:

getImageView

public ImageView getImageView()
Returns:

getImageViewToolbar

public ImageViewToolbar getImageViewToolbar()
Returns:

getModSetView

public CViewModulationSet getModSetView()
Returns:

getOptionsView

public CViewOptions getOptionsView()
Returns:

getSplitpane

public javax.swing.JSplitPane getSplitpane()
Returns:

getSplitpane2

public javax.swing.JSplitPane getSplitpane2()
Returns:

getSplitpane3

public javax.swing.JSplitPane getSplitpane3()
Returns:

initializeProjectView

private void initializeProjectView()

initPanelRight

private void initPanelRight()

setDividerLocations

public void setDividerLocations()

setFileSetView

public void setFileSetView(CViewFileSet fileSetView)
Parameters:
fileSetView -

setSplitpane

public void setSplitpane(javax.swing.JSplitPane splitpane)
Parameters:
splitpane -