org.rococoa.cocoa.appkit
Class NSToolbar.__tbFlags

java.lang.Object
  extended by com.sun.jna.Structure
      extended by com.ochafik.lang.jnaerator.runtime.Structure
          extended by org.rococoa.cocoa.appkit.NSToolbar.__tbFlags
Direct Known Subclasses:
NSToolbar.__tbFlags.ByReference, NSToolbar.__tbFlags.ByValue
Enclosing class:
NSToolbar

public static class NSToolbar.__tbFlags
extends com.ochafik.lang.jnaerator.runtime.Structure


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 customizationPanelIsRunning
           
 byte delegateAllowedItemIdentifiers
           
 byte delegateDefaultItemIdentifiers
           
 byte delegateItemWithItemIdentifier
           
 byte delegateNotificationsEnabled
           
 byte displayMode
           
 byte doNotShowBaselineSeparator
           
 byte firstMoveableItemIndex
           
 byte hideWithoutResizingWindowHint
           
 byte inAutovalidation
           
 byte initialConfigurationDone
           
 byte keyboardLoopNeedsUpdating
           
 byte loadedMetrics
           
 byte loadItemsImmediately
           
 byte prefersToBeShown
           
 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, CALCULATE_SIZE
 
Constructor Summary
NSToolbar.__tbFlags()
           
 
Method Summary
 NSToolbar.__tbFlags.ByReference byReference()
           
 NSToolbar.__tbFlags.ByValue byValue()
           
 NSToolbar.__tbFlags clone()
           
 
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
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

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

firstMoveableItemIndex

public byte firstMoveableItemIndex

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

byReference

public NSToolbar.__tbFlags.ByReference byReference()

byValue

public NSToolbar.__tbFlags.ByValue byValue()

clone

public NSToolbar.__tbFlags clone()
Overrides:
clone in class Object