Uses of Class
org.eclipse.swt.internal.cocoa.Selector
-
Packages that use Selector Package Description org.eclipse.swt.internal.cocoa -
-
Uses of Selector in org.eclipse.swt.internal.cocoa
Methods in org.eclipse.swt.internal.cocoa that return Selector Modifier and Type Method Description static Selector
OS. getSelector(long value)
static Selector
Selector. valueOf(long value)
Returns the enum constant of this type with the specified name.static Selector
Selector. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static Selector[]
Selector. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.eclipse.swt.internal.cocoa with parameters of type Selector Modifier and Type Method Description static void
OS. registerSelector(java.lang.Long value, Selector selector)
-