Method getTreeLock()
Return type:
java.lang.Object
Member of:
java.awt.Component
[
api documentation
] [
main menu
]
Examples of how the element is used
(one line per example):
[
add your own example
]
1
synchronized (parent.getTreeLock()) {
2
synchronized (getTreeLock()) {
3
synchronized (getTreeLock()) {
4
synchronized (getTreeLock()) {
5
synchronized (comp.getTreeLock()) {
6
synchronized (target.getTreeLock()) {
7
synchronized (comp.getTreeLock()) {
8
synchronized (target.getTreeLock())
Java and J2SE are trademarks or registered trademarks of Sun Microsystems, Inc. in the United States and other Countries.