org.rococoa.cocoa.appkit
Class __Brflags
java.lang.Object
com.sun.jna.Structure
com.ochafik.lang.jnaerator.runtime.Structure<__Brflags,__Brflags.ByValue,__Brflags.ByReference>
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.
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 |
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()
newArray
public static __Brflags[] newArray(int arrayLength)
Copyright © 2009. All Rights Reserved.