Class<T> eventListenerClazz
java.lang.Class.getMethod(String, Class ...)
in method
EventInvocationItem.add(String, int)
.Class<T>[] eventMethodSignature
java.lang.Class.getMethod(String, Class ...)
. All
methods declared in NativeWindowListener
take a single
parameter NativeWindowEvent
.int id
NativeWindowEvent.getID()
boolean consumed
int oldState
getOldState
.NativeWindowEvent.getOldState()
int newState
getNewState
.NativeWindowEvent.getNewState()
boolean isSystemColor
OleColor
represents a system colorint systemColorIndex
OleColor
represents a system
colordouble x
double y
double z
Camera
object's getAltitudeMode
and
setAltitudeMode
methods respectively.double heading
The term heading is also referred to as yaw, course or bearing.
double pitch
According to the Tait-Bryan rotations, the pitch is the angle, the camera is rotated around its Y axis. If the camera was a plane, the Y axis would point from the end point of one wing to the end point of the other.
The term pitch is also referred to as tilt or trim.
int hash
boolean hashComputed
true
, if the hash code has already been computeddouble x
Point3D
in coordinate system units.double y
Point3D
in coordinate system units.double z
Point3D
in
meters.int hash
boolean hashComputed
true
, if the hash code has already been computedVector<E> buttons
ButtonModel selection
TerraExplorerCommand command
EventListenerList listenerList
boolean visible
boolean enabled
PropertyChangeSupport changeSupport
PropertyChangeListeners
have been registered, the
changeSupport
field describes them.LinkedList<E> components
Container
.int button
NOBUTTON
,
BUTTON1
, BUTTON2
or BUTTON3
.ContextMenuEvent.getButton()
PopupMenu popupMenu
ButtonModel model
String text
ChangeListener changeListener
changeListener
.ActionListener actionListener
ActionListener
.ItemListener itemListener
ItemListener
.Action action
PropertyChangeListener actionPropertyChangeListener
boolean hideActionText
com.datagis.terraexplorer.menu.MenuItem.Handler handler
int eventId
int key
boolean collapsible
TrackingEventType type
TrackingMethod oldMethod
TRACKING_STOPPED
and
TRACKING_METHOD_CHANGED
events only. For
TRACKING_STARTED
events this field contains
null
.TrackingMethod newMethod
TRACKING_STARTED
and
TRACKING_METHOD_CHANGED
events only. For
TRACKING_STOPPED
events this field contains
null
.Boolean oldUserStoppable
TRACKING_STOPPED
and TRACKING_METHOD_CHANGED
events only. For TRACKING_STARTED
events this field contains
null
.Boolean newUserStoppable
TRACKING_STARTED
and TRACKING_METHOD_CHANGED
events only. For
TRACKING_STOPPED
events this field contains
null
.Copyright © 2009 - 2016 DataGis. All Rights Reserved.