protected class FormDesign.HandleSet extends Object
| Modifier and Type | Field and Description |
|---|---|
net.sourceforge.czt.animation.gui.design.BeanHandle |
e
The corner and edge resize handles.
|
net.sourceforge.czt.animation.gui.design.BeanHandle |
move
The corner and edge resize handles.
|
net.sourceforge.czt.animation.gui.design.BeanHandle |
n
The corner and edge resize handles.
|
net.sourceforge.czt.animation.gui.design.BeanHandle |
ne
The corner and edge resize handles.
|
net.sourceforge.czt.animation.gui.design.BeanHandle |
nw
The corner and edge resize handles.
|
net.sourceforge.czt.animation.gui.design.BeanHandle |
s
The corner and edge resize handles.
|
net.sourceforge.czt.animation.gui.design.BeanHandle |
se
The corner and edge resize handles.
|
net.sourceforge.czt.animation.gui.design.BeanHandle |
sw
The corner and edge resize handles.
|
net.sourceforge.czt.animation.gui.design.BeanHandle |
w
The corner and edge resize handles.
|
| Constructor and Description |
|---|
HandleSet(Component bean)
Creates a HandleSet, all of the handles that go in it, and a mouse
adapter that sets the current bean when it is clicked on.
|
| Modifier and Type | Method and Description |
|---|---|
void |
setBeanHandlesVisible(boolean b)
Calls setVisible on all of the BeanHandles.
|
void |
setLocation() |
public net.sourceforge.czt.animation.gui.design.BeanHandle n
public net.sourceforge.czt.animation.gui.design.BeanHandle ne
public net.sourceforge.czt.animation.gui.design.BeanHandle e
public net.sourceforge.czt.animation.gui.design.BeanHandle se
public net.sourceforge.czt.animation.gui.design.BeanHandle s
public net.sourceforge.czt.animation.gui.design.BeanHandle sw
public net.sourceforge.czt.animation.gui.design.BeanHandle w
public net.sourceforge.czt.animation.gui.design.BeanHandle nw
public net.sourceforge.czt.animation.gui.design.BeanHandle move
public HandleSet(Component bean)
Copyright © 2003–2016 Community Z Tools Project. All rights reserved.