org.netbeans.api.visual 2.23.1

Uses of Class
org.netbeans.api.visual.widget.EventProcessingType

Packages that use EventProcessingType
org.netbeans.api.visual.widget This package contains Widget class. 
 

Uses of EventProcessingType in org.netbeans.api.visual.widget
 

Methods in org.netbeans.api.visual.widget that return EventProcessingType
 EventProcessingType Scene.getKeyEventProcessingType()
          Returns a key events processing type of the scene.
static EventProcessingType EventProcessingType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static EventProcessingType[] EventProcessingType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.netbeans.api.visual.widget with parameters of type EventProcessingType
 void Scene.setKeyEventProcessingType(EventProcessingType keyEventProcessingType)
          Sets a key events processing type of the scene.
 


org.netbeans.api.visual 2.23.1

Built on November 27 2010.  |  Portions Copyright 1997-2010 Sun Microsystems, Inc. All rights reserved.