org.rococoa.cocoa.appkit
Class NSToolbar.__tbFlags

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

public static class NSToolbar.__tbFlags
extends Structure<NSToolbar.__tbFlags,NSToolbar.__tbFlags.ByValue,NSToolbar.__tbFlags.ByReference>


Nested Class Summary
static class NSToolbar.__tbFlags.ByReference
           
static class NSToolbar.__tbFlags.ByValue
           
 
Field Summary
 byte allowsUserCustomization
           
 byte autosavesUsingIdentifier
           
 byte autovalidatesItemsDisabled
           
 byte clickAndDragPerformsCustomization
           
 byte currentItemsContainsPlaceholder
           
 byte currentlyLoadingPlaceholders
           
 byte customizationPanelIsRunning
           
 byte delegateAllowedItemIdentifiers
           
 byte delegateDefaultItemIdentifiers
           
 byte delegateItemWithItemIdentifier
           
 byte delegateItemWithItemIdentifier2
           
 byte delegateNotificationsEnabled
           
 byte displayMode
           
 byte doNotShowBaselineSeparator
           
 byte hideWithoutResizingWindowHint
           
 byte inAutovalidation
           
 byte initialConfigurationDone
           
 byte keyboardLoopNeedsUpdating
           
 byte loadedMetrics
           
 byte loadItemsImmediately
           
 byte prefersToBeShown
           
 byte reserved
           
 byte shouldHideAfterCustomization
           
 byte showHideDuringConfigurationChangeDisabled
           
 byte showsNoContextMenu
           
 byte sizeMode
           
 byte usesCustomSheetWidth
           
 
Fields inherited from class com.sun.jna.Structure
ALIGN_DEFAULT, ALIGN_GNUC, ALIGN_MSVC, ALIGN_NONE
 
Constructor Summary
NSToolbar.__tbFlags()
           
 
Method Summary
static NSToolbar.__tbFlags[] 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

allowsUserCustomization

public byte allowsUserCustomization

autosavesUsingIdentifier

public byte autosavesUsingIdentifier

initialConfigurationDone

public byte initialConfigurationDone

shouldHideAfterCustomization

public byte shouldHideAfterCustomization

delegateDefaultItemIdentifiers

public byte delegateDefaultItemIdentifiers

delegateAllowedItemIdentifiers

public byte delegateAllowedItemIdentifiers

delegateItemWithItemIdentifier

public byte delegateItemWithItemIdentifier

delegateNotificationsEnabled

public byte delegateNotificationsEnabled

prefersToBeShown

public byte prefersToBeShown

loadItemsImmediately

public byte loadItemsImmediately

currentItemsContainsPlaceholder

public byte currentItemsContainsPlaceholder

customizationPanelIsRunning

public byte customizationPanelIsRunning

usesCustomSheetWidth

public byte usesCustomSheetWidth

clickAndDragPerformsCustomization

public byte clickAndDragPerformsCustomization

showsNoContextMenu

public byte showsNoContextMenu

currentlyLoadingPlaceholders

public byte currentlyLoadingPlaceholders

delegateItemWithItemIdentifier2

public byte delegateItemWithItemIdentifier2

reserved

public byte reserved

keyboardLoopNeedsUpdating

public byte keyboardLoopNeedsUpdating

showHideDuringConfigurationChangeDisabled

public byte showHideDuringConfigurationChangeDisabled

displayMode

public byte displayMode

sizeMode

public byte sizeMode

doNotShowBaselineSeparator

public byte doNotShowBaselineSeparator

hideWithoutResizingWindowHint

public byte hideWithoutResizingWindowHint

autovalidatesItemsDisabled

public byte autovalidatesItemsDisabled

inAutovalidation

public byte inAutovalidation

loadedMetrics

public byte loadedMetrics
Constructor Detail

NSToolbar.__tbFlags

public NSToolbar.__tbFlags()
Method Detail

newArray

public static NSToolbar.__tbFlags[] newArray(int arrayLength)


Copyright © 2009. All Rights Reserved.