|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object chrriis.dj.nativeswing.NSComponentOptions
public abstract class NSComponentOptions
A collection of options that can be used for components.
Constructor Summary | |
---|---|
NSComponentOptions()
|
Method Summary | |
---|---|
static NSOption |
constrainVisibility()
Create an option to apply visibility constraints to the component, which allows mixing lightweight and heavyweight components to a certain extent. |
static NSOption |
deactivateNativeIntegration()
Create an option to deactivate the native integration provided by the library. |
static NSOption |
destroyOnFinalization()
Create an option to defer the destruction of the component until finalization or explicit disposal, rather than when the component is removed from its component tree. |
static NSOption |
proxyComponentHierarchy()
Create an option to proxy the component hierarchy, which allows to change the component Z-order. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public NSComponentOptions()
Method Detail |
---|
public static NSOption deactivateNativeIntegration()
public static NSOption destroyOnFinalization()
public static NSOption proxyComponentHierarchy()
public static NSOption constrainVisibility()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |