org.rococoa.cocoa.appkit
Class _Brflags

java.lang.Object
  extended by com.sun.jna.Structure
      extended by com.ochafik.lang.jnaerator.runtime.Structure
          extended by org.rococoa.cocoa.appkit._Brflags
Direct Known Subclasses:
_Brflags.ByReference, _Brflags.ByValue

public class _Brflags
extends com.ochafik.lang.jnaerator.runtime.Structure

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, CALCULATE_SIZE
 
Constructor Summary
_Brflags()
           
 
Method Summary
 _Brflags.ByReference byReference()
           
 _Brflags.ByValue byValue()
           
 _Brflags clone()
           
 
Methods inherited from class com.ochafik.lang.jnaerator.runtime.Structure
setupClone
 
Methods inherited from class com.sun.jna.Structure
allocateMemory, allocateMemory, cacheTypeInfo, clear, ensureAllocated, equals, getAutoRead, getAutoWrite, getFieldOrder, getNativeAlignment, getPointer, getStructAlignment, hashCode, newInstance, read, readField, setAlignType, setAutoRead, setAutoSynch, setAutoWrite, setFieldOrder, setTypeMapper, size, sortFields, toArray, toArray, toString, useMemory, useMemory, write, writeField, writeField
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

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

byReference

public _Brflags.ByReference byReference()

byValue

public _Brflags.ByValue byValue()

clone

public _Brflags clone()
Overrides:
clone in class Object