Пример #1
0
		/// <summary>
		/// Forwards the <code>DocumentEvent</code> to the give child view.
		/// </summary>
		protected void forwardUpdateToView(View @v, DocumentEvent @e, Shape @a, ViewFactory @f)
		{
		}
Пример #2
0
		/// <summary>
		/// Establishes the parent view for this view.
		/// </summary>
		public void setParent(View @parent)
		{
		}
Пример #3
0
		/// <summary>
		/// Replaces child views.
		/// </summary>
		public void replace(int @offset, int @length, View[] @views)
		{
		}
Пример #4
0
		/// <summary>
		/// Child views can call this on the parent to indicate that
		/// the preference has changed and should be reconsidered
		/// for layout.
		/// </summary>
		public void preferenceChanged(View @child, bool @width, bool @height)
		{
		}
Пример #5
0
		/// <summary>
		/// Appends a single child view.
		/// </summary>
		public void append(View @v)
		{
		}
Пример #6
0
		/// <summary>
		/// Inserts a single child view.
		/// </summary>
		public void insert(int @offs, View @v)
		{
		}