Пример #1
0
 /// <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)
 {
 }
Пример #2
0
 /// <summary>
 /// Removes the old rowHeader, if it exists.
 /// </summary>
 public void setRowHeader(JViewport @rowHeader)
 {
 }
Пример #3
0
 /// <summary>
 /// Removes the old columnHeader, if it exists.
 /// </summary>
 public void setColumnHeader(JViewport @columnHeader)
 {
 }
Пример #4
0
		/// <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)
		{
		}
Пример #5
0
		/// <summary>
		/// Removes the old rowHeader, if it exists.
		/// </summary>
		public void setRowHeader(JViewport @rowHeader)
		{
		}
Пример #6
0
		/// <summary>
		/// Removes the old columnHeader, if it exists.
		/// </summary>
		public void setColumnHeader(JViewport @columnHeader)
		{
		}