|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface NSComponent
The interface that all Swing wrappers of native components should expose.
Method Summary | |
---|---|
void |
disposeNativePeer()
Explicitely dispose the native resources. |
void |
initializeNativePeer()
Force the native peer to initialize. |
boolean |
isNativePeerDisposed()
Indicate whether the native peer is disposed. |
boolean |
isNativePeerInitialized()
Indicate whether the native peer initialization phase has happened. |
boolean |
isNativePeerValid()
Indicate if the native peer is valid, which means initialized, not disposed, and with a communication channel alive. |
void |
runInSequence(Runnable runnable)
Run a command in sequence with other method calls from this class. |
Method Detail |
---|
void initializeNativePeer()
void disposeNativePeer()
boolean isNativePeerDisposed()
boolean isNativePeerInitialized()
boolean isNativePeerValid()
void runInSequence(Runnable runnable)
runnable
- the command to run in sequence with other method calls.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |