|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjavax.swing.DefaultDesktopManager
de.javasoft.plaf.synthetica.SyntheticaDesktopManager
public class SyntheticaDesktopManager
DesktopManager to improve dragging performance for JInternalFrames with translucent borders. Under some circumstances a border flicker for internal frames is noticeable while dragging. Usage is recommended for Java 6 or above only. Use this class if you really need to improve dragging performance only.
| Constructor Summary | |
|---|---|
SyntheticaDesktopManager()
|
|
| Method Summary | |
|---|---|
void |
beginDraggingFrame(javax.swing.JComponent f)
|
void |
dragFrame(javax.swing.JComponent f,
int newX,
int newY)
|
| Methods inherited from class javax.swing.DefaultDesktopManager |
|---|
activateFrame, beginResizingFrame, closeFrame, deactivateFrame, deiconifyFrame, endDraggingFrame, endResizingFrame, getBoundsForIconOf, getPreviousBounds, iconifyFrame, maximizeFrame, minimizeFrame, openFrame, removeIconFor, resizeFrame, setBoundsForFrame, setPreviousBounds, setWasIcon, wasIcon |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SyntheticaDesktopManager()
| Method Detail |
|---|
public void beginDraggingFrame(javax.swing.JComponent f)
beginDraggingFrame in interface javax.swing.DesktopManagerbeginDraggingFrame in class javax.swing.DefaultDesktopManager
public void dragFrame(javax.swing.JComponent f,
int newX,
int newY)
dragFrame in interface javax.swing.DesktopManagerdragFrame in class javax.swing.DefaultDesktopManager
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||