Uses of Class
com.jxcell.View

Packages that use View
com.jxcell   
com.jxcell.designer   
 

Uses of View in com.jxcell
 

Methods in com.jxcell that return View
 View JBookApplet.getView()
           
 

Methods in com.jxcell with parameters of type View
 void View.copyAll(View view)
          Copies the contents of one workbook to another workbook Rows are indexed from top to bottom beginning with 0; sheets and columns are indexed from left to right beginning with 0.
 void View.copyRange(int dstSheet, int dstRow1, int dstCol1, int dstRow2, int dstCol2, View srcView, int srcSheet, int srcRow1, int srcCol1, int srcRow2, int srcCol2)
          Copies a range of cells to a new location in the current workbook Rows are indexed from top to bottom beginning with 0; sheets and columns are indexed from left to right beginning with 0.
 void View.copyRange(int dstSheet, int dstRow1, int dstCol1, int dstRow2, int dstCol2, View srcView, int srcSheet, int srcRow1, int srcCol1, int srcRow2, int srcCol2, short what)
          Copies a range of cells to a new location in the current workbook This method allows you to choose the type of data to copy: formulas only, values only, formats only, any combination of the previous types, or all of the types.
 void View.copyRange(int dstRow1, int dstCol1, int dstRow2, int dstCol2, View srcView, int srcRow1, int srcCol1, int srcRow2, int srcCol2)
          Copies a range of cells to a new location in the current workbook The source range can be in a different workbook.
 void View.copyRange(int dstRow1, int dstCol1, int dstRow2, int dstCol2, View srcView, int srcRow1, int srcCol1, int srcRow2, int srcCol2, short what)
          Copies a range of cells to a new location in the current workbook The source range can be in a different workbook.
 void ChartShape.writeChartAsPNG(View book, java.io.OutputStream out)
          save chart as PNG image
 

Constructors in com.jxcell with parameters of type View
View(View view)
          If the View argument is null, this constructor creates a new workbook, or if the View argument is not null, this constructor attaches to the specified view's workbook.
ContextMenu(View view)
           
 

Uses of View in com.jxcell.designer
 

Methods in com.jxcell.designer that return View
 View Designer.getView()
           
 

Methods in com.jxcell.designer with parameters of type View
static Designer Designer.newDesigner(View view)
          Create a new instance of cuom.jxcell.designer.Designer.
 

Constructors in com.jxcell.designer with parameters of type View
Designer(View view)
          Primary constructor for the Designer class.