org.netbeans.api.visual 2.23.1

Uses of Class
org.netbeans.api.visual.action.ContiguousSelectEvent.SelectionType

Packages that use ContiguousSelectEvent.SelectionType
org.netbeans.api.visual.action This package contains ActionFactory class which is factory of all built-in widget-actions provided by the library. 
 

Uses of ContiguousSelectEvent.SelectionType in org.netbeans.api.visual.action
 

Methods in org.netbeans.api.visual.action that return ContiguousSelectEvent.SelectionType
 ContiguousSelectEvent.SelectionType ContiguousSelectEvent.getSelectionType()
          Represents a selection type.
static ContiguousSelectEvent.SelectionType ContiguousSelectEvent.SelectionType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static ContiguousSelectEvent.SelectionType[] ContiguousSelectEvent.SelectionType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.netbeans.api.visual.action with parameters of type ContiguousSelectEvent.SelectionType
static ContiguousSelectEvent ContiguousSelectEvent.create(Widget previousWidget, Point previousLocalLocation, Widget choosenWidget, Point choosenLocalLocation, ContiguousSelectEvent.SelectionType selectionType)
          Creates an event.
 


org.netbeans.api.visual 2.23.1

Built on July 5 2011.  |  Portions Copyright 1997-2011 Sun Microsystems, Inc. All rights reserved.