|
|||||||||||
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
de.uni_paderborn.fujaba.fsa.swing.ResizeableGrabUI
same as DefaultGrabUI but resizeable
DefaultGrabUI
Constructor Summary | |
ResizeableGrabUI()
Constructor for class ResizeableGrabUI |
|
ResizeableGrabUI(java.awt.Dimension size)
Constructor for class ResizeableGrabUI |
Method Summary | |
static javax.swing.plaf.ComponentUI |
createUI(javax.swing.JComponent c)
No comment provided by developer, please add a comment to improve documentation. |
java.awt.Dimension |
getMaximumSize(javax.swing.JComponent c)
Get the maximumSize attribute of the ResizeableGrabUI object |
java.awt.Dimension |
getMinimumSize(javax.swing.JComponent c)
Get the minimumSize attribute of the ResizeableGrabUI object |
java.awt.Dimension |
getPreferredSize(javax.swing.JComponent c)
Get the preferredSize attribute of the ResizeableGrabUI object |
void |
paint(java.awt.Graphics g,
javax.swing.JComponent c)
No comment provided by developer, please add a comment to improve documentation. |
void |
setPreferredSize(java.awt.Dimension size)
Sets the preferredSize attribute of the ResizeableGrabUI object |
Methods inherited from class de.uni_paderborn.fujaba.fsa.swing.GrabUI |
calculatePoint, getAlignmentOffset, getPadOffset, getTouchLength, getTouchOffset |
Methods inherited from class de.uni_paderborn.fujaba.fsa.swing.BendUI |
firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange |
Methods inherited from class javax.swing.plaf.ComponentUI |
contains, getAccessibleChild, getAccessibleChildrenCount, installUI, uninstallUI, update |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public ResizeableGrabUI()
public ResizeableGrabUI(java.awt.Dimension size)
size
- No description providedMethod Detail |
public static javax.swing.plaf.ComponentUI createUI(javax.swing.JComponent c)
c
- No description provided
public java.awt.Dimension getMinimumSize(javax.swing.JComponent c)
c
- No description provided
public java.awt.Dimension getMaximumSize(javax.swing.JComponent c)
c
- No description provided
public java.awt.Dimension getPreferredSize(javax.swing.JComponent c)
getPreferredSize
in class BendUI
c
- No description provided
public void setPreferredSize(java.awt.Dimension size)
size
- The new preferredSize valuepublic void paint(java.awt.Graphics g, javax.swing.JComponent c)
paint
in class BendUI
g
- No description providedc
- No description provided
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |