/// <summary> /// Removes the old viewport (if there is one); forces the /// viewPosition of the new viewport to be in the +x,+y quadrant; /// syncs up the row and column headers (if there are any) with the /// new viewport; and finally syncs the scrollbars and /// headers with the new viewport. /// </summary> public void setViewport(JViewport @viewport) { }
/// <summary> /// Removes the old rowHeader, if it exists. /// </summary> public void setRowHeader(JViewport @rowHeader) { }
/// <summary> /// Removes the old columnHeader, if it exists. /// </summary> public void setColumnHeader(JViewport @columnHeader) { }