Package de.threedy.jxvis.api.event
Class EventType<E extends JxVisEvent>
java.lang.Object
de.threedy.jxvis.impl.javascript.representation.JSWritable
de.threedy.jxvis.impl.javascript.representation.JSTypeIndicator<E,Integer>
de.threedy.jxvis.api.event.EventType<E>
public class EventType<E extends JxVisEvent>
extends de.threedy.jxvis.impl.javascript.representation.JSTypeIndicator<E,Integer>
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final EventType<AnnotationChangedEvent> static final EventType<AnnotationCreatedEvent> static final EventType<AnnotationRemovedEvent> static final EventType<ClipPlaneChangedEvent> static final EventType<ClipPlaneCreatedEvent> static final EventType<ClipPlaneRemovedEvent> static final EventType<ClipRoomChangedEvent> static final EventType<ClipRoomCreatedEvent> static final EventType<ClipRoomRemovedEvent> static final EventType<LayerFilterChangedEvent> static final EventType<LayerFilterRegisteredEvent> static final EventType<LayerFilterUnregisteredEvent> static final EventType<NodeAddedEvent> static final EventType<NodeChangedEvent> static final EventType<NodeClickedEvent> static final EventType<NodeRemovedEvent> static final EventType<SelectionChangedEvent> static final EventType<SettingChangedEvent> static final EventType<SnapshotChangedEvent> static final EventType<SnapshotCreatedEvent> static final EventType<SnapshotCreationStartedEvent> static final EventType<SnapshotRemovedEvent> static final EventType<SnapshotRestoreStartedEvent> static final EventType<SnapshotRestoredEvent> static final EventType<VariantChangedEvent> static final EventType<ViewerCreatedEvent> static final EventType<ViewerRemovedEvent> static final EventType<ViewerSettingChangedEvent> -
Method Summary
Methods inherited from class de.threedy.jxvis.impl.javascript.representation.JSTypeIndicator
toStringMethods inherited from class de.threedy.jxvis.impl.javascript.representation.JSWritable
toString
-
Field Details
-
ANNOTATION_CHANGED
-
ANNOTATION_CREATED
-
ANNOTATION_REMOVED
-
CLIPPLANE_CREATED
-
CLIPPLANE_CHANGED
-
CLIPPLANE_REMOVED
-
CLIPROOM_CREATED
-
CLIPROOM_CHANGED
-
CLIPROOM_REMOVED
-
LAYERFILTER_CHANGED
-
LAYERFILTER_REGISTERED
-
LAYERFILTER_UNREGISTERED
-
NODE_CHANGED
-
NODE_ADDED
-
NODE_REMOVED
-
NODE_CLICKED
-
SELECTION_CHANGED
-
SETTING_CHANGED
-
SNAPSHOT_CREATED
-
SNAPSHOT_RESTORED
-
SNAPSHOT_REMOVED
-
SNAPSHOT_CHANGED
-
SNAPSHOT_CREATION_STARTED
-
SNAPSHOT_RESTORE_STARTED
-
VARIANT_CHANGED
-
VIEWER_CREATED
-
VIEWER_REMOVED
-
VIEWER_SETTING_CHANGED
-
-
Method Details
-
getAll
-