Esempio n. 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)
		{
		}
Esempio n. 2
0
		/// <summary>
		/// Establishes the parent view for this view.
		/// </summary>
		public void setParent(View @parent)
		{
		}
Esempio n. 3
0
		/// <summary>
		/// Replaces child views.
		/// </summary>
		public void replace(int @offset, int @length, View[] @views)
		{
		}
Esempio n. 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)
		{
		}
Esempio n. 5
0
		/// <summary>
		/// Appends a single child view.
		/// </summary>
		public void append(View @v)
		{
		}
Esempio n. 6
0
		/// <summary>
		/// Inserts a single child view.
		/// </summary>
		public void insert(int @offs, View @v)
		{
		}