org.rococoa.cocoa.appkit
Class _CFlags
java.lang.Object
com.sun.jna.Structure
com.ochafik.lang.jnaerator.runtime.Structure
org.rococoa.cocoa.appkit._CFlags
- Direct Known Subclasses:
- _CFlags.ByReference, _CFlags.ByValue
public class _CFlags
- 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 |
state
public byte state
highlighted
public byte highlighted
disabled
public byte disabled
editable
public byte editable
type
public byte type
vCentered
public byte vCentered
hCentered
public byte hCentered
bordered
public byte bordered
bezeled
public byte bezeled
selectable
public byte selectable
scrollable
public byte scrollable
continuous
public byte continuous
actOnMouseDown
public byte actOnMouseDown
isLeaf
public byte isLeaf
invalidObjectValue
public byte invalidObjectValue
invalidFont
public byte invalidFont
lineBreakMode
public byte lineBreakMode
backgroundStyle
public byte backgroundStyle
reserved1
public byte reserved1
actOnMouseDragged
public byte actOnMouseDragged
isLoaded
public byte isLoaded
truncateLastLine
public byte truncateLastLine
dontActOnMouseUp
public byte dontActOnMouseUp
isWhite
public byte isWhite
useUserKeyEquivalent
public byte useUserKeyEquivalent
showsFirstResponder
public byte showsFirstResponder
focusRingType
public byte focusRingType
wasSelectable
public byte wasSelectable
hasInvalidObject
public byte hasInvalidObject
allowsEditingTextAttributes
public byte allowsEditingTextAttributes
importsGraphics
public byte importsGraphics
alignment
public byte alignment
reserved
public byte reserved
refusesFirstResponder
public byte refusesFirstResponder
needsHighlightedText
public byte needsHighlightedText
dontAllowsUndo
public byte dontAllowsUndo
currentlyEditing
public byte currentlyEditing
allowsMixedState
public byte allowsMixedState
inMixedState
public byte inMixedState
sendsActionOnEndEditing
public byte sendsActionOnEndEditing
inSendAction
public byte inSendAction
menuWasSet
public byte menuWasSet
controlTint
public byte controlTint
controlSize
public byte controlSize
branchImageDisabled
public byte branchImageDisabled
drawingInRevealover
public byte drawingInRevealover
needsHighlightedTextHint
public byte needsHighlightedTextHint
_CFlags
public _CFlags()
byReference
public _CFlags.ByReference byReference()
byValue
public _CFlags.ByValue byValue()
clone
public _CFlags clone()
- Overrides:
clone
in class Object