org.rococoa.cocoa.appkit
Class NSStatusItem._fFlags_struct

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

public static class NSStatusItem._fFlags_struct
extends Structure<NSStatusItem._fFlags_struct,NSStatusItem._fFlags_struct.ByValue,NSStatusItem._fFlags_struct.ByReference>


Nested Class Summary
static class NSStatusItem._fFlags_struct.ByReference
           
static class NSStatusItem._fFlags_struct.ByValue
           
 
Field Summary
 byte backgroundStyle
           
 byte customView
           
 byte hasAlternateImage
           
 byte hidden
           
 byte highlightMode
           
 byte inAdjustLength
           
 int reserved
           
 
Fields inherited from class com.sun.jna.Structure
ALIGN_DEFAULT, ALIGN_GNUC, ALIGN_MSVC, ALIGN_NONE
 
Constructor Summary
NSStatusItem._fFlags_struct()
           
NSStatusItem._fFlags_struct(byte customView, byte highlightMode, byte hasAlternateImage, byte hidden, byte backgroundStyle, byte inAdjustLength, int reserved)
           
 
Method Summary
static NSStatusItem._fFlags_struct[] 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

customView

public byte customView

highlightMode

public byte highlightMode

hasAlternateImage

public byte hasAlternateImage

hidden

public byte hidden

backgroundStyle

public byte backgroundStyle

inAdjustLength

public byte inAdjustLength

reserved

public int reserved
Constructor Detail

NSStatusItem._fFlags_struct

public NSStatusItem._fFlags_struct()

NSStatusItem._fFlags_struct

public NSStatusItem._fFlags_struct(byte customView,
                                   byte highlightMode,
                                   byte hasAlternateImage,
                                   byte hidden,
                                   byte backgroundStyle,
                                   byte inAdjustLength,
                                   int reserved)
Method Detail

newArray

public static NSStatusItem._fFlags_struct[] newArray(int arrayLength)


Copyright © 2009. All Rights Reserved.