org.rococoa.cocoa.appkit
Class __CFlags

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

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

native declaration : /System/Library/Frameworks/AppKit.framework/Headers/NSCell.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 __CFlags.ByReference
           
static class __CFlags.ByValue
           
 
Field Summary
 byte actOnMouseDown
           
 byte actOnMouseDragged
           
 byte alignment
           
 byte allowsEditingTextAttributes
           
 byte allowsMixedState
           
 byte backgroundStyle
           
 byte bezeled
           
 byte bordered
           
 byte branchImageDisabled
           
 byte cellReserved1
           
 byte cellReserved2
           
 byte continuous
           
 byte controlSize
           
 byte controlTint
           
 byte currentlyEditing
           
 byte disabled
           
 byte dontActOnMouseUp
           
 byte dontAllowsUndo
           
 byte drawingInRevealover
           
 byte editable
           
 byte focusRingType
           
 byte hasInvalidObject
           
 byte hCentered
           
 byte highlighted
           
 byte importsGraphics
           
 byte inMixedState
           
 byte inSendAction
           
 byte invalidFont
           
 byte invalidObjectValue
           
 byte isLeaf
           
 byte isLoaded
           
 byte isWhite
           
 byte layoutDirectionRTL
           
 byte lineBreakMode
           
 byte menuWasSet
           
 byte needsHighlightedText
           
 byte needsHighlightedTextHint
           
 byte refusesFirstResponder
           
 byte scrollable
           
 byte selectable
           
 byte sendsActionOnEndEditing
           
 byte showsFirstResponder
           
 byte singleLineMode
           
 byte state
           
 byte truncateLastLine
           
 byte type
           
 byte useUserKeyEquivalent
           
 byte vCentered
           
 byte wasSelectable
           
 
Fields inherited from class com.sun.jna.Structure
ALIGN_DEFAULT, ALIGN_GNUC, ALIGN_MSVC, ALIGN_NONE
 
Constructor Summary
__CFlags()
           
 
Method Summary
static __CFlags[] 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

state

public byte state

highlighted

public byte highlighted

disabled

public byte disabled

editable

public byte editable

type

public byte type
See Also:
C type : NSCellType

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
See Also:
C type : NSLineBreakMode

cellReserved1

public byte cellReserved1

singleLineMode

public byte singleLineMode

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
See Also:
C type : NSTextAlignment

layoutDirectionRTL

public byte layoutDirectionRTL

backgroundStyle

public byte backgroundStyle

cellReserved2

public byte cellReserved2

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
Constructor Detail

__CFlags

public __CFlags()
Method Detail

newArray

public static __CFlags[] newArray(int arrayLength)


Copyright © 2009. All Rights Reserved.