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