|
|||||||||||
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.DefaultGrabUI
de.uni_paderborn.fujaba.fsa.swing.PanelGrabUI
Grab UI that has a component as representation for the grab itself and can contain additional elements which are layouted around the line that is attached to the grab
Constructor Summary | |
PanelGrabUI()
|
Method Summary | |
protected java.awt.Point |
calculatePoint(javax.swing.JComponent c)
No comment provided by developer, please add a comment to improve documentation. |
boolean |
contains(javax.swing.JComponent c,
int x,
int y)
No comment provided by developer, please add a comment to improve documentation. |
static javax.swing.plaf.ComponentUI |
createUI(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 PanelGrabUI object |
JBend |
getBend()
Get the bend attribute of the PanelGrabUI object |
javax.swing.JComponent |
getGrabComponent()
Get the grabComponent attribute of the PanelGrabUI object |
java.awt.Dimension |
getMaximumSize(javax.swing.JComponent c)
Get the maximumSize attribute of the PanelGrabUI object |
java.awt.Dimension |
getMinimumSize(javax.swing.JComponent c)
Get the minimumSize attribute of the PanelGrabUI object |
java.awt.Dimension |
getPreferredSize(javax.swing.JComponent c)
Get the preferredSize attribute of the PanelGrabUI object |
protected int |
getTouchLength(JGrab g)
Get the touchLength attribute of the PanelGrabUI object |
protected int |
getTouchOffset(JGrab g)
Get the touchOffset attribute of the PanelGrabUI object |
protected void |
installDefaults()
No comment provided by developer, please add a comment to improve documentation. |
void |
installUI(javax.swing.JComponent c)
No comment provided by developer, please add a comment to improve documentation. |
void |
paint(java.awt.Graphics g,
javax.swing.JComponent c)
No comment provided by developer, please add a comment to improve documentation. |
boolean |
setBend(JBend bend)
Sets the bend attribute of the PanelGrabUI object |
void |
setGrabComponent(javax.swing.JComponent c)
Sets the grabComponent attribute of the PanelGrabUI object |
void |
uninstallUI(javax.swing.JComponent c)
No comment provided by developer, please add a comment to improve documentation. |
Methods inherited from class de.uni_paderborn.fujaba.fsa.swing.GrabUI |
getPadOffset |
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 |
getAccessibleChild, getAccessibleChildrenCount, update |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public PanelGrabUI()
Method Detail |
public static javax.swing.plaf.ComponentUI createUI(javax.swing.JComponent c)
c
- No description provided
public JBend getBend()
public boolean setBend(JBend bend)
bend
- The new bend value
public void setGrabComponent(javax.swing.JComponent c)
c
- The new grabComponent valuepublic javax.swing.JComponent getGrabComponent()
public void installUI(javax.swing.JComponent c)
c
- No description providedpublic void uninstallUI(javax.swing.JComponent c)
c
- No description providedprotected void installDefaults()
protected java.awt.Point calculatePoint(javax.swing.JComponent c)
calculatePoint
in class GrabUI
c
- No description provided
protected int getTouchOffset(JGrab g)
getTouchOffset
in class GrabUI
g
- No description provided
protected int getTouchLength(JGrab g)
getTouchLength
in class GrabUI
g
- No description provided
protected int getAlignmentOffset(JGrab g)
getAlignmentOffset
in class GrabUI
g
- No description provided
public java.awt.Dimension getMinimumSize(javax.swing.JComponent c)
getMinimumSize
in class DefaultGrabUI
c
- No description provided
public java.awt.Dimension getMaximumSize(javax.swing.JComponent c)
getMaximumSize
in class DefaultGrabUI
c
- No description provided
public java.awt.Dimension getPreferredSize(javax.swing.JComponent c)
getPreferredSize
in class DefaultGrabUI
c
- No description provided
public boolean contains(javax.swing.JComponent c, int x, int y)
c
- No description providedx
- No description providedy
- No description provided
public void paint(java.awt.Graphics g, javax.swing.JComponent c)
paint
in class DefaultGrabUI
g
- No description providedc
- No description provided
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |