diff options
| author | Scott Main <smain@google.com> | 2011-09-13 16:40:52 -0700 | 
|---|---|---|
| committer | Scott Main <smain@google.com> | 2011-09-14 11:30:05 -0700 | 
| commit | b10b48f62d3cac684424e4181d4e8ec61f227e95 (patch) | |
| tree | e17133afb39aaa7dcdd2fffb878e6da618b4da27 /docs/html/guide/topics/ui/ui-events.jd | |
| parent | cb18db8e7e43c4aa15aeb82dbab41ee3ee95f0b4 (diff) | |
| download | frameworks_base-b10b48f62d3cac684424e4181d4e8ec61f227e95.zip frameworks_base-b10b48f62d3cac684424e4181d4e8ec61f227e95.tar.gz frameworks_base-b10b48f62d3cac684424e4181d4e8ec61f227e95.tar.bz2  | |
docs: remove gerunds from UI dev guides and resolve linkbacks
Change-Id: Idc8b017aa202dd2dc6240eb348a7a89a6369ff55
Diffstat (limited to 'docs/html/guide/topics/ui/ui-events.jd')
| -rw-r--r-- | docs/html/guide/topics/ui/ui-events.jd | 10 | 
1 files changed, 6 insertions, 4 deletions
diff --git a/docs/html/guide/topics/ui/ui-events.jd b/docs/html/guide/topics/ui/ui-events.jd index 7d7bfaf..93bad43 100644 --- a/docs/html/guide/topics/ui/ui-events.jd +++ b/docs/html/guide/topics/ui/ui-events.jd @@ -1,4 +1,4 @@ -page.title=Handling UI Events +page.title=Input Events  parent.title=User Interface  parent.link=index.html  @jd:body @@ -72,7 +72,8 @@ been registered is triggered by user interaction with the item in the UI.</p>    <dt><code>onCreateContextMenu()</code></dt>      <dd>From {@link android.view.View.OnCreateContextMenuListener}.       This is called when a Context Menu is being built (as the result of a sustained "long click"). See the discussion -    on context menus in <a href="{@docRoot}guide/topics/ui/menus.html#context-menu">Creating Menus</a> for more information.</dd> +    on context menus in the <a href="{@docRoot}guide/topics/ui/menus.html#context-menu">Menus</a> +    developer guide.</dd>  </dl>  <p>These methods are the sole inhabitants of their respective interface. To define one of these methods @@ -159,8 +160,9 @@ default event handler in the View. So be certain that you want to terminate the  <p>If you're building a custom component from  View, then you'll be able to define several callback methods  used as default event handlers. -In the document on <a href="{@docRoot}guide/topics/ui/custom-components.html">Building Custom Components</a>, -you'll learn see some of the common callbacks used for event handling, including:</p> +In the document about <a href="{@docRoot}guide/topics/ui/custom-components.html">Custom +Components</a>, you'll learn see some of the common callbacks used for event handling, +including:</p>  <ul>    <li><code>{@link  android.view.View#onKeyDown}</code> - Called when a new key event occurs.</li>    <li><code>{@link  android.view.View#onKeyUp}</code> - Called when a key up event occurs.</li>  | 
