Uses of Class gnu.classpath.NotImplementedException

Uses in package javax.swing.plaf.synth

Constructors which throw type gnu.classpath.NotImplementedException

Creates a new SynthStyle object.

Methods which throw type gnu.classpath.NotImplementedException

ComponentUI
Creates the Synth look and feel component UI instance for the given component.
Object
Color
UIDefaults
Returns the UI defaults of this look and feel.
Font
SynthGraphicsUtils
Insets
Dimension
SynthGraphicsUtils.getMaximumSize(SynthContext ctx, Font font, String text, Icon icon, int hAlign, int vAlign, int hTextPosition, int vTextPosition, int iconTextGap, int mnemonicIndex)
Calculates the maximum size that is needed to render the label with text and icon correctly.
Dimension
SynthGraphicsUtils.getMinimumSize(SynthContext ctx, Font font, String text, Icon icon, int hAlign, int vAlign, int hTextPosition, int vTextPosition, int iconTextGap, int mnemonicIndex)
Calculates the minimums size that is needed to render the label with text and icon correctly.
SynthPainter
Dimension
SynthGraphicsUtils.getPreferredSize(SynthContext ctx, Font font, String text, Icon icon, int hAlign, int vAlign, int hTextPosition, int vTextPosition, int iconTextGap, int mnemonicIndex)
Calculates the preferred size that is needed to render the label with text and icon correctly.
Region
Returns the region for a given Swing component.
void
Initializes this look and feel.
void
boolean
void
SynthLookAndFeel.load(InputStream in, Class resourceBase)
Loads a set of SynthStyles that are used for the look and feel of the components.
void
SynthGraphicsUtils.paintText(SynthContext ctx, Graphics g, String text, Icon icon, int hAlign, int vAlign, int hTextPosition, int vTextPosition, int iconTextGap, int mnemonicIndex, int textOffset)
boolean
FIXME: DOCUMENT ME!
void
Uninitializes the look and feel.
void
void
Updates all style information of the component and it's children.

Uses in package javax.imageio.stream

Methods which throw type gnu.classpath.NotImplementedException

void
int
int
MemoryCacheImageOutputStream.read(byte[] data, int offset, int len)

Uses in package javax.security.auth.kerberos

Constructors which throw type gnu.classpath.NotImplementedException

KerberosKey.KerberosKey(KerberosPrincipal principal, char[] passwd, String algo)
Construct a new key with the indicated principal and a password.
Create a new instance with the given name and type.

Methods which throw type gnu.classpath.NotImplementedException

void
If the ticket is renewable, and the renewal time has not yet elapsed, attempt to renew the ticket.

Uses in package java.awt.dnd

Methods which throw type gnu.classpath.NotImplementedException

int
TODO