|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjavax.swing.plaf.ComponentUI
javax.swing.plaf.PanelUI
de.uni_paderborn.fujaba.fsa.swing.BendUI
de.uni_paderborn.fujaba.fsa.swing.GrabUI
UI Baseclass for Grabs
Constructor Summary | |
GrabUI()
|
Method Summary | |
protected java.awt.Point |
calculatePoint(javax.swing.JComponent c)
No comment provided by developer, please add a comment to improve documentation. |
protected int |
getAlignmentOffset(JGrab g)
Get the alignmentOffset attribute of the GrabUI object |
protected int |
getPadOffset(JGrab g)
Get the padOffset attribute of the GrabUI object |
protected int |
getTouchLength(JGrab g)
Get the touchLength attribute of the GrabUI object |
protected int |
getTouchOffset(JGrab g)
Get the touchOffset attribute of the GrabUI object |
Methods inherited from class de.uni_paderborn.fujaba.fsa.swing.BendUI |
firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, getPreferredSize, paint |
Methods inherited from class javax.swing.plaf.ComponentUI |
contains, createUI, getAccessibleChild, getAccessibleChildrenCount, getMaximumSize, getMinimumSize, installUI, uninstallUI, update |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public GrabUI()
Method Detail |
protected java.awt.Point calculatePoint(javax.swing.JComponent c)
calculatePoint
in class BendUI
c
- No description provided
protected int getTouchOffset(JGrab g)
g
- No description provided
protected int getTouchLength(JGrab g)
g
- No description provided
protected int getAlignmentOffset(JGrab g)
g
- No description provided
protected int getPadOffset(JGrab g)
g
- No description provided
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |