Main Page
Related Pages
Modules
Namespaces
Classes
Files
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Modules
Pages
SVEventType.java
Go to the documentation of this file.
1
// Copyright 2007 Google Inc. All Rights Reserved.
2
//
3
// Licensed under the Apache License, Version 2.0 (the "License"); You may not
4
// use this file except in compliance with the License. You may obtain a copy of
5
// the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by
6
// applicable law or agreed to in writing, software distributed under the
7
// License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS
8
// OF ANY KIND, either express or implied. See the License for the specific
9
// language governing permissions and limitations under the License.
10
11
package
com.google.scrollview.events;
12
20
public
enum
SVEventType
{
21
SVET_DESTROY
,
// Window has been destroyed by user.
22
SVET_EXIT
,
// User has destroyed the last window by clicking on the 'X'
23
SVET_CLICK
,
// Any button pressed thats not a popup trigger.
24
SVET_SELECTION
,
// Left button selection.
25
SVET_INPUT
,
// Any kind of input
26
SVET_MOUSE
,
// The mouse has moved with a button pressed.
27
SVET_MOTION
,
// The mouse has moved with no button pressed.
28
SVET_HOVER
,
// The mouse has stayed still for a second.
29
SVET_POPUP
,
// A command selected through a popup menu
30
SVET_MENU
;
// A command selected through the menubar
31
}
com.google.scrollview.events.SVEventType.SVET_DESTROY
SVET_DESTROY
Definition:
SVEventType.java:21
com.google.scrollview.events.SVEventType.SVET_HOVER
SVET_HOVER
Definition:
SVEventType.java:28
com.google.scrollview.events.SVEventType.SVET_POPUP
SVET_POPUP
Definition:
SVEventType.java:29
com.google.scrollview.events.SVEventType.SVET_MOUSE
SVET_MOUSE
Definition:
SVEventType.java:26
com.google.scrollview.events.SVEventType.SVET_MOTION
SVET_MOTION
Definition:
SVEventType.java:27
com.google.scrollview.events.SVEventType
Definition:
SVEventType.java:20
com.google.scrollview.events.SVEventType.SVET_INPUT
SVET_INPUT
Definition:
SVEventType.java:25
com.google.scrollview.events.SVEventType.SVET_MENU
Definition:
SVEventType.java:30
com.google.scrollview.events.SVEventType.SVET_CLICK
SVET_CLICK
Definition:
SVEventType.java:23
com.google.scrollview.events.SVEventType.SVET_SELECTION
SVET_SELECTION
Definition:
SVEventType.java:24
com.google.scrollview.events.SVEventType.SVET_EXIT
SVET_EXIT
Definition:
SVEventType.java:22
java
com
google
scrollview
events
SVEventType.java
Generated on Mon Jul 20 2015 18:37:54 by
1.8.8