org.rococoa.cocoa.appkit
Class __Brflags

java.lang.Object
  extended by com.sun.jna.Structure
      extended by com.ochafik.lang.jnaerator.runtime.Structure<__Brflags,__Brflags.ByValue,__Brflags.ByReference>
          extended by org.rococoa.cocoa.appkit.__Brflags
All Implemented Interfaces:
StructureType, StructureTypeDependent, Comparable<Structure<__Brflags,__Brflags.ByValue,__Brflags.ByReference>>
Direct Known Subclasses:
__Brflags.ByReference, __Brflags.ByValue

public class __Brflags
extends Structure<__Brflags,__Brflags.ByValue,__Brflags.ByReference>

native declaration : /System/Library/Frameworks/AppKit.framework/Headers/NSBrowser.h
This file was autogenerated by JNAerator,
a tool written by Olivier Chafik that uses a few opensource projects..
For help, please visit NativeLibs4Java, Rococoa, or JNA.


Nested Class Summary
static class __Brflags.ByReference
           
static class __Brflags.ByValue
           
 
Field Summary
 byte acceptArrowKeys
           
 byte acceptsFirstMouse
           
 byte actionNeedsToBeSent
           
 byte allowsBranchSelection
           
 byte allowsIncrementalSearching
           
 byte allowsMultipleSelection
           
 byte delegateDoesNotCreateRowsInMatrix
           
 byte delegateImplementsWillDisplayCell
           
 byte delegateSelectsCellsByRow
           
 byte delegateSelectsCellsByString
           
 byte delegateSetsTitles
           
 byte delegateValidatesColumns
           
 byte disableCompositing
           
 byte dontDrawTitles
           
 byte firstVisibleCalculationDisabled
           
 byte hasHorizontalScroller
           
 byte isTitled
           
 byte prefersAllColumnUserResizing
           
 byte prohibitEmptySel
           
 byte refusesFirstResponder
           
 byte reuseColumns
           
 byte sendActionOnArrowKeys
           
 byte separateColumns
           
 byte time
           
 byte titleFromPrevious
           
 byte usesSmallScrollers
           
 byte usesSmallSizeTitleFont
           
 
Fields inherited from class com.sun.jna.Structure
ALIGN_DEFAULT, ALIGN_GNUC, ALIGN_MSVC, ALIGN_NONE
 
Constructor Summary
__Brflags()
           
 
Method Summary
static __Brflags[] newArray(int arrayLength)
           
 
Methods inherited from class com.ochafik.lang.jnaerator.runtime.Structure
byReference, byValue, castToArray, castToArray, castToArray, castToReferenceArray, castToReferenceArray, castToValueArray, castToValueArray, clone, compareTo, newArray, read, setDependency, toArray, toArray, toArray, toReferenceArray, toReferenceArray, toValueArray, toValueArray, use, use, use, use, write
 
Methods inherited from class com.sun.jna.Structure
autoRead, autoRead, autoWrite, autoWrite, clear, equals, getAutoRead, getAutoWrite, getPointer, hashCode, newInstance, readField, setAutoRead, setAutoSynch, setAutoWrite, size, toString, writeField, writeField
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface com.ochafik.lang.jnaerator.runtime.StructureType
getPointer, size
 

Field Detail

firstVisibleCalculationDisabled

public byte firstVisibleCalculationDisabled

prefersAllColumnUserResizing

public byte prefersAllColumnUserResizing

usesSmallScrollers

public byte usesSmallScrollers

usesSmallSizeTitleFont

public byte usesSmallSizeTitleFont

actionNeedsToBeSent

public byte actionNeedsToBeSent

acceptsFirstMouse

public byte acceptsFirstMouse

refusesFirstResponder

public byte refusesFirstResponder

disableCompositing

public byte disableCompositing

delegateSelectsCellsByRow

public byte delegateSelectsCellsByRow

allowsIncrementalSearching

public byte allowsIncrementalSearching

time

public byte time

hasHorizontalScroller

public byte hasHorizontalScroller

prohibitEmptySel

public byte prohibitEmptySel

sendActionOnArrowKeys

public byte sendActionOnArrowKeys

dontDrawTitles

public byte dontDrawTitles

acceptArrowKeys

public byte acceptArrowKeys

delegateValidatesColumns

public byte delegateValidatesColumns

delegateDoesNotCreateRowsInMatrix

public byte delegateDoesNotCreateRowsInMatrix

delegateSelectsCellsByString

public byte delegateSelectsCellsByString

delegateSetsTitles

public byte delegateSetsTitles

delegateImplementsWillDisplayCell

public byte delegateImplementsWillDisplayCell

separateColumns

public byte separateColumns

titleFromPrevious

public byte titleFromPrevious

isTitled

public byte isTitled

reuseColumns

public byte reuseColumns

allowsBranchSelection

public byte allowsBranchSelection

allowsMultipleSelection

public byte allowsMultipleSelection
Constructor Detail

__Brflags

public __Brflags()
Method Detail

newArray

public static __Brflags[] newArray(int arrayLength)


Copyright © 2009. All Rights Reserved.