|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjavax.swing.plaf.ComponentUI
net.sourceforge.jeuclid.swing.MathComponentUI
public class MathComponentUI
See http://today.java.net/pub/a/today/2007/02/22/how-to-write-custom-swing-component.html for details.
| Constructor Summary | |
|---|---|
MathComponentUI()
Creates a new UI. |
|
| Method Summary | |
|---|---|
Dimension |
getMinimumSize(JComponent c)
|
protected void |
installDefaults(JMathComponent c)
Configures the default properties from L&F. |
void |
installUI(JComponent c)
|
void |
paint(Graphics g,
JComponent c)
|
void |
propertyChange(PropertyChangeEvent evt)
|
void |
uninstallUI(JComponent c)
|
| Methods inherited from class javax.swing.plaf.ComponentUI |
|---|
contains, createUI, getAccessibleChild, getAccessibleChildrenCount, getBaseline, getBaselineResizeBehavior, getMaximumSize, getPreferredSize, update |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public MathComponentUI()
| Method Detail |
|---|
public void paint(Graphics g,
JComponent c)
paint in class ComponentUIpublic void installUI(JComponent c)
installUI in class ComponentUIprotected void installDefaults(JMathComponent c)
c - the componentpublic void uninstallUI(JComponent c)
uninstallUI in class ComponentUIpublic void propertyChange(PropertyChangeEvent evt)
propertyChange in interface PropertyChangeListenerpublic Dimension getMinimumSize(JComponent c)
getMinimumSize in class ComponentUI
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||