com.jniwrapper.macosx.cocoa.nstextview
Class NSTextViewEnumeration

java.lang.Object
  extended bycom.jniwrapper.Parameter
      extended bycom.jniwrapper.DelegatingParameter
          extended bycom.jniwrapper.ax
              extended bycom.jniwrapper.Int
                  extended bycom.jniwrapper.macosx.cocoa.nstextview.NSTextViewEnumeration
All Implemented Interfaces:
com.jniwrapper.IntegerParameter
Direct Known Subclasses:
NSFindPanelAction

public class NSTextViewEnumeration
extends com.jniwrapper.Int

This class represents NSTextViewEnumeration enumeration.


Field Summary
static int NSFindPanelActionNext
           
static int NSFindPanelActionPrevious
           
static int NSFindPanelActionReplace
           
static int NSFindPanelActionReplaceAll
           
static int NSFindPanelActionReplaceAllInSelection
           
static int NSFindPanelActionReplaceAndFind
           
static int NSFindPanelActionSetFindString
           
static int NSFindPanelActionShowFindPanel
           
 
Fields inherited from class com.jniwrapper.Parameter
LICENSE_TYPE, V
 
Constructor Summary
NSTextViewEnumeration()
           
NSTextViewEnumeration(com.jniwrapper.IntegerParameter t)
           
NSTextViewEnumeration(long value)
           
 
Methods inherited from class com.jniwrapper.Int
clone
 
Methods inherited from class com.jniwrapper.ax
b, equals, getDebugInfo, getValue, hashCode, setValue, toLong, toString
 
Methods inherited from class com.jniwrapper.DelegatingParameter
a, acceptIOPerformer, b, getDataBuffer, getDataBufferOffset, getLength, getValueObject, pop, push, read, setDataBuffer, setValueObject, write
 
Methods inherited from class com.jniwrapper.Parameter
, a, asReturnValue, dataBufferAssigned, getAlignedLength, getAlignmentRequirement, indent, read, read, toByteArray, write
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

NSFindPanelActionShowFindPanel

public static final int NSFindPanelActionShowFindPanel
See Also:
Constant Field Values

NSFindPanelActionNext

public static final int NSFindPanelActionNext
See Also:
Constant Field Values

NSFindPanelActionPrevious

public static final int NSFindPanelActionPrevious
See Also:
Constant Field Values

NSFindPanelActionReplaceAll

public static final int NSFindPanelActionReplaceAll
See Also:
Constant Field Values

NSFindPanelActionReplace

public static final int NSFindPanelActionReplace
See Also:
Constant Field Values

NSFindPanelActionReplaceAndFind

public static final int NSFindPanelActionReplaceAndFind
See Also:
Constant Field Values

NSFindPanelActionSetFindString

public static final int NSFindPanelActionSetFindString
See Also:
Constant Field Values

NSFindPanelActionReplaceAllInSelection

public static final int NSFindPanelActionReplaceAllInSelection
See Also:
Constant Field Values
Constructor Detail

NSTextViewEnumeration

public NSTextViewEnumeration()

NSTextViewEnumeration

public NSTextViewEnumeration(long value)

NSTextViewEnumeration

public NSTextViewEnumeration(com.jniwrapper.IntegerParameter t)