|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.rococoa.cocoa.foundation.NSObject
org.rococoa.cocoa.appkit.NSResponder
org.rococoa.cocoa.appkit.NSWindow
org.rococoa.cocoa.appkit.NSPanel
public abstract class NSPanel
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 |
NSPanel._class_
|
Nested classes/interfaces inherited from class org.rococoa.cocoa.appkit.NSWindow |
---|
NSWindow.__wFlags |
Nested classes/interfaces inherited from interface org.rococoa.cocoa.appkit.protocols.NSUserInterfaceValidations |
---|
NSUserInterfaceValidations._static_ |
Nested classes/interfaces inherited from interface org.rococoa.cocoa.foundation.protocols.NSCoding |
---|
NSCoding._static_ |
Nested classes/interfaces inherited from interface org.rococoa.cocoa.foundation.protocols.NSObject |
---|
NSObject._static_ |
Constructor Summary | |
---|---|
NSPanel()
|
Method Summary | |
---|---|
static NSPanel |
alloc()
|
abstract boolean |
becomesKeyOnlyIfNeeded()
Original signature : -(BOOL)becomesKeyOnlyIfNeeded native declaration : NSPanel.h:91 |
static NSPanel._class_ |
getNSClass()
|
abstract boolean |
isFloatingPanel()
Original signature : -(BOOL)isFloatingPanel native declaration : NSPanel.h:89 |
static NSPanel |
new_()
|
abstract void |
setBecomesKeyOnlyIfNeeded(boolean flag)
Original signature : -(void)setBecomesKeyOnlyIfNeeded:(BOOL) native declaration : NSPanel.h:92 |
abstract void |
setFloatingPanel(boolean flag)
Original signature : -(void)setFloatingPanel:(BOOL) native declaration : NSPanel.h:90 |
abstract void |
setWorksWhenModal(boolean flag)
Original signature : -(void)setWorksWhenModal:(BOOL) native declaration : NSPanel.h:94 |
abstract boolean |
worksWhenModal()
Original signature : -(BOOL)worksWhenModal native declaration : NSPanel.h:93 |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.rococoa.cocoa.appkit.protocols.NSUserInterfaceValidations |
---|
validateUserInterfaceItem |
Methods inherited from interface org.rococoa.ObjCObject |
---|
id |
Methods inherited from interface org.rococoa.cocoa.foundation.protocols.NSCoding |
---|
encodeWithCoder, initWithCoder |
Methods inherited from interface org.rococoa.cocoa.foundation.protocols.NSObject |
---|
autorelease, class_, conformsToProtocol, hash, isEqual, isMemberOfClass, isProxy, performSelector_withObject_withObject, performSelector_withObject, performSelector, respondsToSelector, self, superclass, zone |
Constructor Detail |
---|
public NSPanel()
Method Detail |
---|
public abstract boolean isFloatingPanel()
-(BOOL)isFloatingPanel
public abstract void setFloatingPanel(boolean flag)
-(void)setFloatingPanel:(BOOL)
public abstract boolean becomesKeyOnlyIfNeeded()
-(BOOL)becomesKeyOnlyIfNeeded
public abstract void setBecomesKeyOnlyIfNeeded(boolean flag)
-(void)setBecomesKeyOnlyIfNeeded:(BOOL)
public abstract boolean worksWhenModal()
-(BOOL)worksWhenModal
worksWhenModal
in class NSWindow
public abstract void setWorksWhenModal(boolean flag)
-(void)setWorksWhenModal:(BOOL)
public static NSPanel alloc()
public static NSPanel new_()
public static NSPanel._class_ getNSClass()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |