|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectdk.vajhoej.model.graphic.adv.GUISupport
public class GUISupport
Class GUISupport contains static utility methods to setup context menus plus drop and drag.
Constructor Summary | |
---|---|
GUISupport()
|
Method Summary | |
---|---|
static void |
setupContextMenus(javax.swing.JComponent gui,
CommonGraphicWrapper supp,
AllGraphicConfig cfg)
Setup component with context menus. |
static void |
setupDropAndDrag(javax.swing.JComponent gui,
CommonGraphicWrapper supp,
AllGraphicConfig cfg)
Setup component for drag and drop. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public GUISupport()
Method Detail |
---|
public static void setupDropAndDrag(javax.swing.JComponent gui, CommonGraphicWrapper supp, AllGraphicConfig cfg)
gui
- component as Swing componentsupp
- component as VSMA componentcfg
- all graphic configurationspublic static void setupContextMenus(javax.swing.JComponent gui, CommonGraphicWrapper supp, AllGraphicConfig cfg)
gui
- component as Swing componentsupp
- component as VSMA componentcfg
- all graphic configurations
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |