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 SelectorOS. getSelector(long value)static SelectorSelector. valueOf(long value)Returns the enum constant of this type with the specified name.static SelectorSelector. 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 voidOS. registerSelector(java.lang.Long value, Selector selector)
-