Uses of Class
jimm.datavision.field.Border

Packages that use Border
jimm.datavision Provides the classes and interfaces that make up a DataVision report. 
jimm.datavision.field Field, its subclasses, and related classes like Format and Border. 
jimm.datavision.gui Provides the classes and interfaces that make up the graphical user interface used to build and run DataVision reports. 
jimm.datavision.gui.cmd Provides the classes and interfaces that make up the undo/redo command structure. 
jimm.datavision.layout.excel   
 

Uses of Border in jimm.datavision
 

Fields in jimm.datavision declared as Border
protected  Border ReportReader.border
           
 

Uses of Border in jimm.datavision.field
 

Fields in jimm.datavision.field declared as Border
protected  Border Field.border
           
 

Methods in jimm.datavision.field that return Border
 Border Field.getBorder()
          Returns the border for this field.
 Border Field.getBorderOrDefault()
          Returns the border for this field or, if it is null, the report's default border.
 

Methods in jimm.datavision.field with parameters of type Border
 void Field.setBorder(Border newBorder)
          Sets the border.
 

Uses of Border in jimm.datavision.gui
 

Fields in jimm.datavision.gui declared as Border
protected  Border FormatWin.border
           
protected  Border FormatWin.origBorder
           
 

Methods in jimm.datavision.gui with parameters of type Border
protected  void FormatWin.copyFormatAndBorder(Format origFormat, Border origBorder)
          Saves copies of format and border into the objects that we really edit.
 

Uses of Border in jimm.datavision.gui.cmd
 

Fields in jimm.datavision.gui.cmd declared as Border
protected  Border FormatCommand.newBorder
           
protected  Border FormatCommand.origBorder
           
 

Constructors in jimm.datavision.gui.cmd with parameters of type Border
FormatCommand(Field f, Format format, Border border)
           
 

Uses of Border in jimm.datavision.layout.excel
 

Methods in jimm.datavision.layout.excel that return Border
 Border PermField.getBorder()