org.rococoa.cocoa.appkit
Class _Brflags
java.lang.Object
com.sun.jna.Structure
com.ochafik.lang.jnaerator.runtime.Structure
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.
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 |
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
_Brflags
public _Brflags()
byReference
public _Brflags.ByReference byReference()
byValue
public _Brflags.ByValue byValue()
clone
public _Brflags clone()
- Overrides:
clone
in class Object