Source compatibility report for the library SkinLF from version 1.2.3.20020729 to 1.2.8.20040507
Summary
4 |
216 |
1470 / 166 |
Incompatible |
Problem Summary
Added Methods (206)
skinlf.jar, AbstractSkin.class
package com.l2fprod.gui.plaf.skin.impl
AbstractSkin.initComponentDefaults ( javax.swing.UIDefaults table ):void
[ run-time name: com/l2fprod/gui/plaf/skin/impl/AbstractSkin.initComponentDefaults:(Ljavax/swing/UIDefaults;)V ]
skinlf.jar, AbstractSkinButton.class
package com.l2fprod.gui.plaf.skin.impl
AbstractSkinButton.AbstractSkinButton ( com.l2fprod.gui.plaf.skin.Skin p_ParentSkin )
[ run-time name: com/l2fprod/gui/plaf/skin/impl/AbstractSkinButton."<init>":(Lcom/l2fprod/gui/plaf/skin/Skin;)V ]
AbstractSkinButton.paintDisabledButton ( java.awt.Graphics g, javax.swing.AbstractButton b ):boolean
[ run-time name: com/l2fprod/gui/plaf/skin/impl/AbstractSkinButton.paintDisabledButton:(Ljava/awt/Graphics;Ljavax/swing/AbstractButton;)Z ]
AbstractSkinButton.paintNormalButton ( java.awt.Graphics g, javax.swing.AbstractButton b ):boolean
[ run-time name: com/l2fprod/gui/plaf/skin/impl/AbstractSkinButton.paintNormalButton:(Ljava/awt/Graphics;Ljavax/swing/AbstractButton;)Z ]
AbstractSkinButton.paintPressedButton ( java.awt.Graphics g, javax.swing.AbstractButton b ):boolean
[ run-time name: com/l2fprod/gui/plaf/skin/impl/AbstractSkinButton.paintPressedButton:(Ljava/awt/Graphics;Ljavax/swing/AbstractButton;)Z ]
AbstractSkinButton.paintPressedToggle ( java.awt.Graphics g, javax.swing.AbstractButton b ):boolean
[ run-time name: com/l2fprod/gui/plaf/skin/impl/AbstractSkinButton.paintPressedToggle:(Ljava/awt/Graphics;Ljavax/swing/AbstractButton;)Z ]
AbstractSkinButton.paintRolloverButton ( java.awt.Graphics g, javax.swing.AbstractButton b ):boolean
[ run-time name: com/l2fprod/gui/plaf/skin/impl/AbstractSkinButton.paintRolloverButton:(Ljava/awt/Graphics;Ljavax/swing/AbstractButton;)Z ]
AbstractSkinButton.paintRolloverToggle ( java.awt.Graphics g, javax.swing.AbstractButton b ):boolean
[ run-time name: com/l2fprod/gui/plaf/skin/impl/AbstractSkinButton.paintRolloverToggle:(Ljava/awt/Graphics;Ljavax/swing/AbstractButton;)Z ]
AbstractSkinButton.paintToggle ( java.awt.Graphics g, javax.swing.AbstractButton b ):boolean
[ run-time name: com/l2fprod/gui/plaf/skin/impl/AbstractSkinButton.paintToggle:(Ljava/awt/Graphics;Ljavax/swing/AbstractButton;)Z ]
skinlf.jar, AbstractSkinComponent.class
package com.l2fprod.gui.plaf.skin.impl
AbstractSkinComponent.AbstractSkinComponent ( com.l2fprod.gui.plaf.skin.Skin p_ParentSkin )
[ run-time name: com/l2fprod/gui/plaf/skin/impl/AbstractSkinComponent."<init>":(Lcom/l2fprod/gui/plaf/skin/Skin;)V ]
AbstractSkinComponent.getSkin ( ):com.l2fprod.gui.plaf.skin.Skin
[ run-time name: com/l2fprod/gui/plaf/skin/impl/AbstractSkinComponent.getSkin:()Lcom/l2fprod/gui/plaf/skin/Skin; ]
skinlf.jar, AbstractSkinPersonality.class
package com.l2fprod.gui.plaf.skin.impl
AbstractSkinPersonality.paintComboBox ( java.awt.Graphics g, javax.swing.JComboBox c, java.awt.Rectangle bounds, boolean hasFocus, boolean isRollover ):boolean
[ run-time name: com/l2fprod/gui/plaf/skin/impl/AbstractSkinPersonality.paintComboBox:(Ljava/awt/Graphics;Ljavax/swing/JComboBox;Ljava/awt/Rectangle;ZZ)Z ]
skinlf.jar, AbstractSkinProgress.class
package com.l2fprod.gui.plaf.skin.impl
AbstractSkinProgress.paintBackBar ( java.awt.Graphics g, javax.swing.JProgressBar progress ):void
[ run-time name: com/l2fprod/gui/plaf/skin/impl/AbstractSkinProgress.paintBackBar:(Ljava/awt/Graphics;Ljavax/swing/JProgressBar;)V ]
AbstractSkinProgress.paintIndeterminateProgress ( java.awt.Graphics g, javax.swing.JProgressBar progress, java.awt.Rectangle rec ):boolean
[ run-time name: com/l2fprod/gui/plaf/skin/impl/AbstractSkinProgress.paintIndeterminateProgress:(Ljava/awt/Graphics;Ljavax/swing/JProgressBar;Ljava/awt/Rectangle;)Z ]
skinlf.jar, AbstractSkinScrollbar.class
package com.l2fprod.gui.plaf.skin.impl
AbstractSkinScrollbar.AbstractSkinScrollbar ( com.l2fprod.gui.plaf.skin.Skin p_ParentSkin )
[ run-time name: com/l2fprod/gui/plaf/skin/impl/AbstractSkinScrollbar."<init>":(Lcom/l2fprod/gui/plaf/skin/Skin;)V ]
skinlf.jar, AbstractSkinSeparator.class
package com.l2fprod.gui.plaf.skin.impl
AbstractSkinSeparator.getPreferredSize ( javax.swing.JSeparator separator, java.awt.Dimension uiPreferredSize ):java.awt.Dimension
[ run-time name: com/l2fprod/gui/plaf/skin/impl/AbstractSkinSeparator.getPreferredSize:(Ljavax/swing/JSeparator;Ljava/awt/Dimension;)Ljava/awt/Dimension; ]
skinlf.jar, AbstractSkinSlider.class
package com.l2fprod.gui.plaf.skin.impl
AbstractSkinSlider.getPreferredSize ( javax.swing.JSlider slider, java.awt.Dimension uiPreferredSize ):java.awt.Dimension
[ run-time name: com/l2fprod/gui/plaf/skin/impl/AbstractSkinSlider.getPreferredSize:(Ljavax/swing/JSlider;Ljava/awt/Dimension;)Ljava/awt/Dimension; ]
AbstractSkinSlider.getThumbSize ( javax.swing.JSlider slider ):java.awt.Dimension
[ run-time name: com/l2fprod/gui/plaf/skin/impl/AbstractSkinSlider.getThumbSize:(Ljavax/swing/JSlider;)Ljava/awt/Dimension; ]
skinlf.jar, AccessUtils.class
package com.l2fprod.util
AccessUtils.getAsInt ( Object p_Object, String p_Method ) [static]:int
[ run-time name: com/l2fprod/util/AccessUtils.getAsInt:(Ljava/lang/Object;Ljava/lang/String;)I ]
AccessUtils.getIntValue ( Class p_Class, String p_Field ) [static]:int
[ run-time name: com/l2fprod/util/AccessUtils.getIntValue:(Ljava/lang/Class;Ljava/lang/String;)I ]
AccessUtils.getIntValue ( Object p_Object, String p_Field ) [static]:int
[ run-time name: com/l2fprod/util/AccessUtils.getIntValue:(Ljava/lang/Object;Ljava/lang/String;)I ]
AccessUtils.invoke ( Object p_Object, String p_Method, Class[] p_ParameterClasses, Object[] p_Parameters ) [static]:Object
[ run-time name: com/l2fprod/util/AccessUtils.invoke:(Ljava/lang/Object;Ljava/lang/String;[Ljava/lang/Class;[Ljava/lang/Object;)Ljava/lang/Object; ]
AccessUtils.setAsInt ( Object p_Object, String p_Method, int p_Int ) [static]:void
[ run-time name: com/l2fprod/util/AccessUtils.setAsInt:(Ljava/lang/Object;Ljava/lang/String;I)V ]
skinlf.jar, ActiveBorder.class
package com.l2fprod.gui.border
ActiveBorder.ActiveBorder ( javax.swing.border.Border p_EnabledBorder, javax.swing.border.Border p_DisabledBorder )
[ run-time name: com/l2fprod/gui/border/ActiveBorder."<init>":(Ljavax/swing/border/Border;Ljavax/swing/border/Border;)V ]
ActiveBorder.getBorderInsets ( java.awt.Component c ):java.awt.Insets
[ run-time name: com/l2fprod/gui/border/ActiveBorder.getBorderInsets:(Ljava/awt/Component;)Ljava/awt/Insets; ]
ActiveBorder.isBorderOpaque ( ):boolean
[ run-time name: com/l2fprod/gui/border/ActiveBorder.isBorderOpaque:()Z ]
ActiveBorder.paintBorder ( java.awt.Component c, java.awt.Graphics g, int x, int y, int width, int height ):void
[ run-time name: com/l2fprod/gui/border/ActiveBorder.paintBorder:(Ljava/awt/Component;Ljava/awt/Graphics;IIII)V ]
skinlf.jar, ArrowButton.class
package com.l2fprod.gui.plaf.skin.impl.gtk
ArrowButton.ArrowButton ( parser.GtkParser parser, String direction )
[ run-time name: com/l2fprod/gui/plaf/skin/impl/gtk/ArrowButton."<init>":(Lcom/l2fprod/gui/plaf/skin/impl/gtk/parser/GtkParser;Ljava/lang/String;)V ]
ArrowButton.getHeight ( ):int
[ run-time name: com/l2fprod/gui/plaf/skin/impl/gtk/ArrowButton.getHeight:()I ]
ArrowButton.getPreferredSize ( ):java.awt.Dimension
[ run-time name: com/l2fprod/gui/plaf/skin/impl/gtk/ArrowButton.getPreferredSize:()Ljava/awt/Dimension; ]
ArrowButton.getWidth ( ):int
[ run-time name: com/l2fprod/gui/plaf/skin/impl/gtk/ArrowButton.getWidth:()I ]
ArrowButton.paint ( java.awt.Graphics g, javax.swing.AbstractButton b ):void
[ run-time name: com/l2fprod/gui/plaf/skin/impl/gtk/ArrowButton.paint:(Ljava/awt/Graphics;Ljavax/swing/AbstractButton;)V ]
skinlf.jar, ArrowIcon.class
package com.l2fprod.gui.icon
ArrowIcon.ArrowIcon ( int direction )
[ run-time name: com/l2fprod/gui/icon/ArrowIcon."<init>":(I)V ]
ArrowIcon.ArrowIcon ( int size, int direction )
[ run-time name: com/l2fprod/gui/icon/ArrowIcon."<init>":(II)V ]
ArrowIcon.getIconHeight ( ):int
[ run-time name: com/l2fprod/gui/icon/ArrowIcon.getIconHeight:()I ]
ArrowIcon.getIconWidth ( ):int
[ run-time name: com/l2fprod/gui/icon/ArrowIcon.getIconWidth:()I ]
ArrowIcon.paintArrow ( java.awt.Graphics g, int size, int x, int y, int width, int height, int direction, boolean isEnabled ) [static]:void
[ run-time name: com/l2fprod/gui/icon/ArrowIcon.paintArrow:(Ljava/awt/Graphics;IIIIIIZ)V ]
ArrowIcon.paintIcon ( java.awt.Component c, java.awt.Graphics g, int x, int y ):void
[ run-time name: com/l2fprod/gui/icon/ArrowIcon.paintIcon:(Ljava/awt/Component;Ljava/awt/Graphics;II)V ]
skinlf.jar, ColorMaskFilter.class
package com.l2fprod.util
ColorMaskFilter.ColorMaskFilter ( java.awt.Color mask )
[ run-time name: com/l2fprod/util/ColorMaskFilter."<init>":(Ljava/awt/Color;)V ]
ColorMaskFilter.filterRGB ( int x, int y, int pixel ):int
[ run-time name: com/l2fprod/util/ColorMaskFilter.filterRGB:(III)I ]
skinlf.jar, CompoundSkin.class
package com.l2fprod.gui.plaf.skin
CompoundSkin.initComponentDefaults ( javax.swing.UIDefaults table ):void
[ run-time name: com/l2fprod/gui/plaf/skin/CompoundSkin.initComponentDefaults:(Ljavax/swing/UIDefaults;)V ]
skinlf.jar, CustomImageObserver.class
package com.l2fprod.gui.plaf.skin
CustomImageObserver.CustomImageObserver ( )
[ run-time name: com/l2fprod/gui/plaf/skin/CustomImageObserver."<init>":()V ]
CustomImageObserver.getLock ( ):Object
[ run-time name: com/l2fprod/gui/plaf/skin/CustomImageObserver.getLock:()Ljava/lang/Object; ]
CustomImageObserver.imageUpdate ( java.awt.Image img, int infoflags, int x, int y, int width, int height ):boolean
[ run-time name: com/l2fprod/gui/plaf/skin/CustomImageObserver.imageUpdate:(Ljava/awt/Image;IIIII)Z ]
skinlf.jar, DefaultButton.class
package com.l2fprod.gui.plaf.skin
DefaultButton.paintWindow ( java.awt.Graphics g, int width, int height, int windowX, int windowY, int windowWidth, int windowHeight, java.awt.Component b ):void
[ run-time name: com/l2fprod/gui/plaf/skin/DefaultButton.paintWindow:(Ljava/awt/Graphics;IIIIIILjava/awt/Component;)V ]
DefaultButton.rotateClockWise ( ):DefaultButton
[ run-time name: com/l2fprod/gui/plaf/skin/DefaultButton.rotateClockWise:()Lcom/l2fprod/gui/plaf/skin/DefaultButton; ]
skinlf.jar, GtkButton.class
package com.l2fprod.gui.plaf.skin.impl.gtk
GtkButton.getCheckBoxIconSize ( ):java.awt.Dimension
[ run-time name: com/l2fprod/gui/plaf/skin/impl/gtk/GtkButton.getCheckBoxIconSize:()Ljava/awt/Dimension; ]
GtkButton.getRadioButtonIconSize ( ):java.awt.Dimension
[ run-time name: com/l2fprod/gui/plaf/skin/impl/gtk/GtkButton.getRadioButtonIconSize:()Ljava/awt/Dimension; ]
GtkButton.getRadioIcon ( javax.swing.AbstractButton b ):javax.swing.Icon
[ run-time name: com/l2fprod/gui/plaf/skin/impl/gtk/GtkButton.getRadioIcon:(Ljavax/swing/AbstractButton;)Ljavax/swing/Icon; ]
GtkButton.GtkButton ( parser.GtkParser parser )
[ run-time name: com/l2fprod/gui/plaf/skin/impl/gtk/GtkButton."<init>":(Lcom/l2fprod/gui/plaf/skin/impl/gtk/parser/GtkParser;)V ]
GtkButton.installSkin ( javax.swing.JComponent c ):boolean
[ run-time name: com/l2fprod/gui/plaf/skin/impl/gtk/GtkButton.installSkin:(Ljavax/swing/JComponent;)Z ]
GtkButton.paintDisabledButton ( java.awt.Graphics g, javax.swing.AbstractButton b ):boolean
[ run-time name: com/l2fprod/gui/plaf/skin/impl/gtk/GtkButton.paintDisabledButton:(Ljava/awt/Graphics;Ljavax/swing/AbstractButton;)Z ]
GtkButton.paintNormalButton ( java.awt.Graphics g, javax.swing.AbstractButton b ):boolean
[ run-time name: com/l2fprod/gui/plaf/skin/impl/gtk/GtkButton.paintNormalButton:(Ljava/awt/Graphics;Ljavax/swing/AbstractButton;)Z ]
GtkButton.paintPressedButton ( java.awt.Graphics g, javax.swing.AbstractButton b ):boolean
[ run-time name: com/l2fprod/gui/plaf/skin/impl/gtk/GtkButton.paintPressedButton:(Ljava/awt/Graphics;Ljavax/swing/AbstractButton;)Z ]
GtkButton.paintPressedToggle ( java.awt.Graphics g, javax.swing.AbstractButton b ):boolean
[ run-time name: com/l2fprod/gui/plaf/skin/impl/gtk/GtkButton.paintPressedToggle:(Ljava/awt/Graphics;Ljavax/swing/AbstractButton;)Z ]
GtkButton.paintRolloverButton ( java.awt.Graphics g, javax.swing.AbstractButton b ):boolean
[ run-time name: com/l2fprod/gui/plaf/skin/impl/gtk/GtkButton.paintRolloverButton:(Ljava/awt/Graphics;Ljavax/swing/AbstractButton;)Z ]
GtkButton.paintRolloverToggle ( java.awt.Graphics g, javax.swing.AbstractButton b ):boolean
[ run-time name: com/l2fprod/gui/plaf/skin/impl/gtk/GtkButton.paintRolloverToggle:(Ljava/awt/Graphics;Ljavax/swing/AbstractButton;)Z ]
GtkButton.paintToggle ( java.awt.Graphics g, javax.swing.AbstractButton b ):boolean
[ run-time name: com/l2fprod/gui/plaf/skin/impl/gtk/GtkButton.paintToggle:(Ljava/awt/Graphics;Ljavax/swing/AbstractButton;)Z ]
GtkButton.status ( ):boolean
[ run-time name: com/l2fprod/gui/plaf/skin/impl/gtk/GtkButton.status:()Z ]
skinlf.jar, GtkDefaultButton.class
package com.l2fprod.gui.plaf.skin.impl.gtk
GtkDefaultButton.GtkDefaultButton ( java.awt.Image bitmap, int imageWidth, int imageHeight, int topHeight, int rightWidth, int bottomHeight, int leftWidth )
[ run-time name: com/l2fprod/gui/plaf/skin/impl/gtk/GtkDefaultButton."<init>":(Ljava/awt/Image;IIIIII)V ]
GtkDefaultButton.GtkDefaultButton ( java.awt.Image bitmap, int imageWidth, int imageHeight, int topHeight, int rightWidth, int bottomHeight, int leftWidth, boolean tile )
[ run-time name: com/l2fprod/gui/plaf/skin/impl/gtk/GtkDefaultButton."<init>":(Ljava/awt/Image;IIIIIIZ)V ]
GtkDefaultButton.GtkDefaultButton ( java.awt.Image top, java.awt.Image bottom, java.awt.Image left, java.awt.Image right, java.awt.Image topLeft, java.awt.Image topRight, java.awt.Image bottomLeft, java.awt.Image bottomRight )
[ run-time name: com/l2fprod/gui/plaf/skin/impl/gtk/GtkDefaultButton."<init>":(Ljava/awt/Image;Ljava/awt/Image;Ljava/awt/Image;Ljava/awt/Image;Ljava/awt/Image;Ljava/awt/Image;Ljava/awt/Image;Ljava/awt/Image;)V ]
GtkDefaultButton.paint ( java.awt.Graphics g, java.awt.Component c ):void
[ run-time name: com/l2fprod/gui/plaf/skin/impl/gtk/GtkDefaultButton.paint:(Ljava/awt/Graphics;Ljava/awt/Component;)V ]
skinlf.jar, GtkPersonality.class
package com.l2fprod.gui.plaf.skin.impl.gtk
GtkPersonality.createListCellRenderer ( ):javax.swing.ListCellRenderer
[ run-time name: com/l2fprod/gui/plaf/skin/impl/gtk/GtkPersonality.createListCellRenderer:()Ljavax/swing/ListCellRenderer; ]
GtkPersonality.createTableHeaderRenderer ( ):javax.swing.table.TableCellRenderer
[ run-time name: com/l2fprod/gui/plaf/skin/impl/gtk/GtkPersonality.createTableHeaderRenderer:()Ljavax/swing/table/TableCellRenderer; ]
GtkPersonality.getComboBoxInsets ( ):java.awt.Insets
[ run-time name: com/l2fprod/gui/plaf/skin/impl/gtk/GtkPersonality.getComboBoxInsets:()Ljava/awt/Insets; ]
GtkPersonality.getComboBoxPreferredSize ( javax.swing.JComboBox c ):java.awt.Dimension
[ run-time name: com/l2fprod/gui/plaf/skin/impl/gtk/GtkPersonality.getComboBoxPreferredSize:(Ljavax/swing/JComboBox;)Ljava/awt/Dimension; ]
GtkPersonality.getTableHeaderRenderer ( ):javax.swing.table.TableCellRenderer
[ run-time name: com/l2fprod/gui/plaf/skin/impl/gtk/GtkPersonality.getTableHeaderRenderer:()Ljavax/swing/table/TableCellRenderer; ]
GtkPersonality.GtkPersonality ( parser.GtkParser parser )
[ run-time name: com/l2fprod/gui/plaf/skin/impl/gtk/GtkPersonality."<init>":(Lcom/l2fprod/gui/plaf/skin/impl/gtk/parser/GtkParser;)V ]
GtkPersonality.installSkin ( javax.swing.JComponent c ):boolean
[ run-time name: com/l2fprod/gui/plaf/skin/impl/gtk/GtkPersonality.installSkin:(Ljavax/swing/JComponent;)Z ]
GtkPersonality.paintComboBox ( java.awt.Graphics g, javax.swing.JComboBox c, java.awt.Rectangle bounds, boolean hasFocus, boolean isRollover ):boolean
[ run-time name: com/l2fprod/gui/plaf/skin/impl/gtk/GtkPersonality.paintComboBox:(Ljava/awt/Graphics;Ljavax/swing/JComboBox;Ljava/awt/Rectangle;ZZ)Z ]
GtkPersonality.paintDialog ( java.awt.Graphics g, java.awt.Component c ):boolean
[ run-time name: com/l2fprod/gui/plaf/skin/impl/gtk/GtkPersonality.paintDialog:(Ljava/awt/Graphics;Ljava/awt/Component;)Z ]
GtkPersonality.paintFocus ( java.awt.Graphics g, javax.swing.JComponent c ):boolean
[ run-time name: com/l2fprod/gui/plaf/skin/impl/gtk/GtkPersonality.paintFocus:(Ljava/awt/Graphics;Ljavax/swing/JComponent;)Z ]
GtkPersonality.paintMenu ( java.awt.Graphics g, javax.swing.JMenu c ):boolean
[ run-time name: com/l2fprod/gui/plaf/skin/impl/gtk/GtkPersonality.paintMenu:(Ljava/awt/Graphics;Ljavax/swing/JMenu;)Z ]
GtkPersonality.paintMenuItem ( java.awt.Graphics g, javax.swing.JMenuItem c ):boolean
[ run-time name: com/l2fprod/gui/plaf/skin/impl/gtk/GtkPersonality.paintMenuItem:(Ljava/awt/Graphics;Ljavax/swing/JMenuItem;)Z ]
GtkPersonality.status ( ):boolean
[ run-time name: com/l2fprod/gui/plaf/skin/impl/gtk/GtkPersonality.status:()Z ]
GtkPersonality.uninstallSkin ( javax.swing.JComponent c ):void
[ run-time name: com/l2fprod/gui/plaf/skin/impl/gtk/GtkPersonality.uninstallSkin:(Ljavax/swing/JComponent;)V ]
skinlf.jar, GtkProgress.class
package com.l2fprod.gui.plaf.skin.impl.gtk
GtkProgress.GtkProgress ( parser.GtkParser parser )
[ run-time name: com/l2fprod/gui/plaf/skin/impl/gtk/GtkProgress."<init>":(Lcom/l2fprod/gui/plaf/skin/impl/gtk/parser/GtkParser;)V ]
skinlf.jar, GtkScrollbar.class
package com.l2fprod.gui.plaf.skin.impl.gtk
GtkScrollbar.getArrowPreferredSize ( int direction ):java.awt.Dimension
[ run-time name: com/l2fprod/gui/plaf/skin/impl/gtk/GtkScrollbar.getArrowPreferredSize:(I)Ljava/awt/Dimension; ]
GtkScrollbar.getMinimumThumbSize ( ):java.awt.Dimension
[ run-time name: com/l2fprod/gui/plaf/skin/impl/gtk/GtkScrollbar.getMinimumThumbSize:()Ljava/awt/Dimension; ]
GtkScrollbar.getPreferredSize ( javax.swing.JScrollBar scrollbar ):java.awt.Dimension
[ run-time name: com/l2fprod/gui/plaf/skin/impl/gtk/GtkScrollbar.getPreferredSize:(Ljavax/swing/JScrollBar;)Ljava/awt/Dimension; ]
GtkScrollbar.GtkScrollbar ( parser.GtkParser parser )
[ run-time name: com/l2fprod/gui/plaf/skin/impl/gtk/GtkScrollbar."<init>":(Lcom/l2fprod/gui/plaf/skin/impl/gtk/parser/GtkParser;)V ]
GtkScrollbar.installSkin ( javax.swing.JComponent c ):boolean
[ run-time name: com/l2fprod/gui/plaf/skin/impl/gtk/GtkScrollbar.installSkin:(Ljavax/swing/JComponent;)Z ]
GtkScrollbar.paintArrow ( java.awt.Graphics g, javax.swing.AbstractButton b, int direction ):boolean
[ run-time name: com/l2fprod/gui/plaf/skin/impl/gtk/GtkScrollbar.paintArrow:(Ljava/awt/Graphics;Ljavax/swing/AbstractButton;I)Z ]
GtkScrollbar.paintThumb ( java.awt.Graphics g, javax.swing.JScrollBar scrollbar, java.awt.Rectangle thumbBounds ):boolean
[ run-time name: com/l2fprod/gui/plaf/skin/impl/gtk/GtkScrollbar.paintThumb:(Ljava/awt/Graphics;Ljavax/swing/JScrollBar;Ljava/awt/Rectangle;)Z ]
GtkScrollbar.paintTrack ( java.awt.Graphics g, javax.swing.JScrollBar scrollbar, java.awt.Rectangle trackBounds ):boolean
[ run-time name: com/l2fprod/gui/plaf/skin/impl/gtk/GtkScrollbar.paintTrack:(Ljava/awt/Graphics;Ljavax/swing/JScrollBar;Ljava/awt/Rectangle;)Z ]
GtkScrollbar.status ( ):boolean
[ run-time name: com/l2fprod/gui/plaf/skin/impl/gtk/GtkScrollbar.status:()Z ]
skinlf.jar, GtkSeparator.class
package com.l2fprod.gui.plaf.skin.impl.gtk
GtkSeparator.getPreferredSize ( javax.swing.JSeparator separator, java.awt.Dimension uiPreferredSize ):java.awt.Dimension
[ run-time name: com/l2fprod/gui/plaf/skin/impl/gtk/GtkSeparator.getPreferredSize:(Ljavax/swing/JSeparator;Ljava/awt/Dimension;)Ljava/awt/Dimension; ]
GtkSeparator.GtkSeparator ( parser.GtkParser parser )
[ run-time name: com/l2fprod/gui/plaf/skin/impl/gtk/GtkSeparator."<init>":(Lcom/l2fprod/gui/plaf/skin/impl/gtk/parser/GtkParser;)V ]
GtkSeparator.paint ( java.awt.Graphics g, javax.swing.JSeparator separator ):boolean
[ run-time name: com/l2fprod/gui/plaf/skin/impl/gtk/GtkSeparator.paint:(Ljava/awt/Graphics;Ljavax/swing/JSeparator;)Z ]
GtkSeparator.status ( ):boolean
[ run-time name: com/l2fprod/gui/plaf/skin/impl/gtk/GtkSeparator.status:()Z ]
skinlf.jar, GtkSkin.class
package com.l2fprod.gui.plaf.skin.impl.gtk
GtkSkin.initComponentDefaults ( javax.swing.UIDefaults table ):void
[ run-time name: com/l2fprod/gui/plaf/skin/impl/gtk/GtkSkin.initComponentDefaults:(Ljavax/swing/UIDefaults;)V ]
skinlf.jar, GtkSlider.class
package com.l2fprod.gui.plaf.skin.impl.gtk
GtkSlider.getPreferredSize ( javax.swing.JSlider slider, java.awt.Dimension uiPreferredSize ):java.awt.Dimension
[ run-time name: com/l2fprod/gui/plaf/skin/impl/gtk/GtkSlider.getPreferredSize:(Ljavax/swing/JSlider;Ljava/awt/Dimension;)Ljava/awt/Dimension; ]
GtkSlider.getThumbSize ( javax.swing.JSlider slider ):java.awt.Dimension
[ run-time name: com/l2fprod/gui/plaf/skin/impl/gtk/GtkSlider.getThumbSize:(Ljavax/swing/JSlider;)Ljava/awt/Dimension; ]
GtkSlider.GtkSlider ( parser.GtkParser parser )
[ run-time name: com/l2fprod/gui/plaf/skin/impl/gtk/GtkSlider."<init>":(Lcom/l2fprod/gui/plaf/skin/impl/gtk/parser/GtkParser;)V ]
GtkSlider.installSkin ( javax.swing.JComponent c ):boolean
[ run-time name: com/l2fprod/gui/plaf/skin/impl/gtk/GtkSlider.installSkin:(Ljavax/swing/JComponent;)Z ]
GtkSlider.paintThumb ( java.awt.Graphics g, javax.swing.JSlider slider, java.awt.Rectangle thumbBounds ):boolean
[ run-time name: com/l2fprod/gui/plaf/skin/impl/gtk/GtkSlider.paintThumb:(Ljava/awt/Graphics;Ljavax/swing/JSlider;Ljava/awt/Rectangle;)Z ]
GtkSlider.paintTrack ( java.awt.Graphics g, javax.swing.JSlider slider, java.awt.Rectangle trackBounds ):boolean
[ run-time name: com/l2fprod/gui/plaf/skin/impl/gtk/GtkSlider.paintTrack:(Ljava/awt/Graphics;Ljavax/swing/JSlider;Ljava/awt/Rectangle;)Z ]
GtkSlider.status ( ):boolean
[ run-time name: com/l2fprod/gui/plaf/skin/impl/gtk/GtkSlider.status:()Z ]
skinlf.jar, GtkSplitPane.class
package com.l2fprod.gui.plaf.skin.impl.gtk
GtkSplitPane.getArrowPreferredSize ( int direction ):java.awt.Dimension
[ run-time name: com/l2fprod/gui/plaf/skin/impl/gtk/GtkSplitPane.getArrowPreferredSize:(I)Ljava/awt/Dimension; ]
GtkSplitPane.getPreferredSize ( javax.swing.JSplitPane splitpane ):java.awt.Dimension
[ run-time name: com/l2fprod/gui/plaf/skin/impl/gtk/GtkSplitPane.getPreferredSize:(Ljavax/swing/JSplitPane;)Ljava/awt/Dimension; ]
GtkSplitPane.GtkSplitPane ( parser.GtkParser parser )
[ run-time name: com/l2fprod/gui/plaf/skin/impl/gtk/GtkSplitPane."<init>":(Lcom/l2fprod/gui/plaf/skin/impl/gtk/parser/GtkParser;)V ]
GtkSplitPane.installSkin ( javax.swing.JComponent c ):boolean
[ run-time name: com/l2fprod/gui/plaf/skin/impl/gtk/GtkSplitPane.installSkin:(Ljavax/swing/JComponent;)Z ]
GtkSplitPane.paintArrow ( java.awt.Graphics g, javax.swing.AbstractButton b, int direction ):boolean
[ run-time name: com/l2fprod/gui/plaf/skin/impl/gtk/GtkSplitPane.paintArrow:(Ljava/awt/Graphics;Ljavax/swing/AbstractButton;I)Z ]
GtkSplitPane.paintGutter ( java.awt.Graphics g, javax.swing.JSplitPane splitpane, java.awt.Dimension d ):boolean
[ run-time name: com/l2fprod/gui/plaf/skin/impl/gtk/GtkSplitPane.paintGutter:(Ljava/awt/Graphics;Ljavax/swing/JSplitPane;Ljava/awt/Dimension;)Z ]
GtkSplitPane.paintThumb ( java.awt.Graphics g, javax.swing.JSplitPane splitpane, java.awt.Dimension d ):boolean
[ run-time name: com/l2fprod/gui/plaf/skin/impl/gtk/GtkSplitPane.paintThumb:(Ljava/awt/Graphics;Ljavax/swing/JSplitPane;Ljava/awt/Dimension;)Z ]
GtkSplitPane.status ( ):boolean
[ run-time name: com/l2fprod/gui/plaf/skin/impl/gtk/GtkSplitPane.status:()Z ]
skinlf.jar, GtkTab.class
package com.l2fprod.gui.plaf.skin.impl.gtk
GtkTab.GtkTab ( parser.GtkParser parser )
[ run-time name: com/l2fprod/gui/plaf/skin/impl/gtk/GtkTab."<init>":(Lcom/l2fprod/gui/plaf/skin/impl/gtk/parser/GtkParser;)V ]
GtkTab.installSkin ( javax.swing.JComponent c ):boolean
[ run-time name: com/l2fprod/gui/plaf/skin/impl/gtk/GtkTab.installSkin:(Ljavax/swing/JComponent;)Z ]
GtkTab.paintContent ( java.awt.Graphics g, int tabPlacement, int selectedIndex, int x, int y, int w, int h ):boolean
[ run-time name: com/l2fprod/gui/plaf/skin/impl/gtk/GtkTab.paintContent:(Ljava/awt/Graphics;IIIIII)Z ]
GtkTab.paintTab ( java.awt.Graphics g, int tabPlacement, boolean isSelected, int x, int y, int w, int h ):boolean
[ run-time name: com/l2fprod/gui/plaf/skin/impl/gtk/GtkTab.paintTab:(Ljava/awt/Graphics;IZIIII)Z ]
GtkTab.status ( ):boolean
[ run-time name: com/l2fprod/gui/plaf/skin/impl/gtk/GtkTab.status:()Z ]
skinlf.jar, GtkUtils.class
package com.l2fprod.gui.plaf.skin.impl.gtk
GtkUtils.newButton ( parser.GtkParser parser, String style, String[] keys, String[] values ) [static]:GtkDefaultButton
[ run-time name: com/l2fprod/gui/plaf/skin/impl/gtk/GtkUtils.newButton:(Lcom/l2fprod/gui/plaf/skin/impl/gtk/parser/GtkParser;Ljava/lang/String;[Ljava/lang/String;[Ljava/lang/String;)Lcom/l2fprod/gui/plaf/skin/impl/gtk/GtkDefaultButton; ]
GtkUtils.newButton ( parser.GtkParser parser, String style, String[] keys, String[] values, boolean useOverlay ) [static]:GtkDefaultButton
[ run-time name: com/l2fprod/gui/plaf/skin/impl/gtk/GtkUtils.newButton:(Lcom/l2fprod/gui/plaf/skin/impl/gtk/parser/GtkParser;Ljava/lang/String;[Ljava/lang/String;[Ljava/lang/String;Z)Lcom/l2fprod/gui/plaf/skin/impl/gtk/GtkDefaultButton; ]
GtkUtils.newButton ( parser.GtkParser parser, String style, String[] keys, String[] values, boolean useOverlay, boolean exactMatch ) [static]:GtkDefaultButton
[ run-time name: com/l2fprod/gui/plaf/skin/impl/gtk/GtkUtils.newButton:(Lcom/l2fprod/gui/plaf/skin/impl/gtk/parser/GtkParser;Ljava/lang/String;[Ljava/lang/String;[Ljava/lang/String;ZZ)Lcom/l2fprod/gui/plaf/skin/impl/gtk/GtkDefaultButton; ]
GtkUtils.newButton ( parser.GtkParser parser, String style, String[] keys, String[] values, boolean useOverlay, boolean exactMatch, boolean useDefault ) [static]:GtkDefaultButton
[ run-time name: com/l2fprod/gui/plaf/skin/impl/gtk/GtkUtils.newButton:(Lcom/l2fprod/gui/plaf/skin/impl/gtk/parser/GtkParser;Ljava/lang/String;[Ljava/lang/String;[Ljava/lang/String;ZZZ)Lcom/l2fprod/gui/plaf/skin/impl/gtk/GtkDefaultButton; ]
skinlf.jar, HSBFilter.class
package com.l2fprod.util
HSBFilter.filterRGB ( int x, int y, int rgb ):int
[ run-time name: com/l2fprod/util/HSBFilter.filterRGB:(III)I ]
HSBFilter.HSBFilter ( java.awt.Color fg )
[ run-time name: com/l2fprod/util/HSBFilter."<init>":(Ljava/awt/Color;)V ]
skinlf.jar, ImageUtils.class
package com.l2fprod.tools
ImageUtils.createPicture ( String pathToImage, int index, int maxParts, String filename, boolean horizontal ) [static]:void
[ run-time name: com/l2fprod/tools/ImageUtils.createPicture:(Ljava/lang/String;IILjava/lang/String;Z)V ]
ImageUtils.grab ( java.awt.Image image, int x, int y, int width, int height ) [static]:java.awt.Image
[ run-time name: com/l2fprod/tools/ImageUtils.grab:(Ljava/awt/Image;IIII)Ljava/awt/Image; ]
ImageUtils.ImageUtils ( )
[ run-time name: com/l2fprod/tools/ImageUtils."<init>":()V ]
ImageUtils.loadPng ( String pathToImage ) [static]:java.awt.Image
[ run-time name: com/l2fprod/tools/ImageUtils.loadPng:(Ljava/lang/String;)Ljava/awt/Image; ]
ImageUtils.savePng ( java.awt.Image image, String pathToImage ) [static]:void
[ run-time name: com/l2fprod/tools/ImageUtils.savePng:(Ljava/awt/Image;Ljava/lang/String;)V ]
package com.l2fprod.util
ImageUtils.paintWindow ( java.awt.Component c, java.awt.Graphics g, java.awt.Image image, int x, int y, int width, int height, int windowX, int windowY, int windowWidth, int windowsHeight, boolean alignWithParent, int paintType ) [static]:void
[ run-time name: com/l2fprod/util/ImageUtils.paintWindow:(Ljava/awt/Component;Ljava/awt/Graphics;Ljava/awt/Image;IIIIIIIIZI)V ]
ImageUtils.rotateRight ( java.awt.Image anImage ) [static]:java.awt.Image
[ run-time name: com/l2fprod/util/ImageUtils.rotateRight:(Ljava/awt/Image;)Ljava/awt/Image; ]
skinlf.jar, IniFile.class
package com.l2fprod.util
IniFile.getSectionWhere ( String[][] query ):String
[ run-time name: com/l2fprod/util/IniFile.getSectionWhere:([[Ljava/lang/String;)Ljava/lang/String; ]
skinlf.jar, KdeFrame.class
package com.l2fprod.gui.plaf.skin.impl.kde
KdeFrame.getTopPreferredSize ( ):java.awt.Dimension
[ run-time name: com/l2fprod/gui/plaf/skin/impl/kde/KdeFrame.getTopPreferredSize:()Ljava/awt/Dimension; ]
KdeFrame.getWindowButtons ( int align ):com.l2fprod.gui.plaf.skin.SkinWindowButton[]
[ run-time name: com/l2fprod/gui/plaf/skin/impl/kde/KdeFrame.getWindowButtons:(I)[Lcom/l2fprod/gui/plaf/skin/SkinWindowButton; ]
KdeFrame.installSkin ( javax.swing.JComponent c ):boolean
[ run-time name: com/l2fprod/gui/plaf/skin/impl/kde/KdeFrame.installSkin:(Ljavax/swing/JComponent;)Z ]
KdeFrame.KdeFrame ( com.l2fprod.util.IniFile ini, java.net.URL skinURL )
[ run-time name: com/l2fprod/gui/plaf/skin/impl/kde/KdeFrame."<init>":(Lcom/l2fprod/util/IniFile;Ljava/net/URL;)V ]
KdeFrame.paintTop ( java.awt.Graphics g, java.awt.Component c, boolean isSelected, String title ):boolean
[ run-time name: com/l2fprod/gui/plaf/skin/impl/kde/KdeFrame.paintTop:(Ljava/awt/Graphics;Ljava/awt/Component;ZLjava/lang/String;)Z ]
KdeFrame.status ( ):boolean
[ run-time name: com/l2fprod/gui/plaf/skin/impl/kde/KdeFrame.status:()Z ]
skinlf.jar, KdeFrameBorder.class
package com.l2fprod.gui.plaf.skin.impl.kde
KdeFrameBorder.KdeFrameBorder ( com.l2fprod.util.IniFile ini, java.net.URL skinURL )
[ run-time name: com/l2fprod/gui/plaf/skin/impl/kde/KdeFrameBorder."<init>":(Lcom/l2fprod/util/IniFile;Ljava/net/URL;)V ]
skinlf.jar, KdePersonality.class
package com.l2fprod.gui.plaf.skin.impl.kde
KdePersonality.installSkin ( javax.swing.JComponent c ):boolean
[ run-time name: com/l2fprod/gui/plaf/skin/impl/kde/KdePersonality.installSkin:(Ljavax/swing/JComponent;)Z ]
KdePersonality.KdePersonality ( com.l2fprod.util.IniFile ini, java.net.URL skinURL )
[ run-time name: com/l2fprod/gui/plaf/skin/impl/kde/KdePersonality."<init>":(Lcom/l2fprod/util/IniFile;Ljava/net/URL;)V ]
KdePersonality.paintBackground ( java.awt.Graphics g, java.awt.Component c ):boolean
[ run-time name: com/l2fprod/gui/plaf/skin/impl/kde/KdePersonality.paintBackground:(Ljava/awt/Graphics;Ljava/awt/Component;)Z ]
skinlf.jar, MsStylesToSkinLF.class
package com.l2fprod.tools.msstyles
MsStylesToSkinLF.getMsStyleDirectory ( ):String
[ run-time name: com/l2fprod/tools/msstyles/MsStylesToSkinLF.getMsStyleDirectory:()Ljava/lang/String; ]
MsStylesToSkinLF.handleImage ( String path, int index, int count, String outputname ):String
[ run-time name: com/l2fprod/tools/msstyles/MsStylesToSkinLF.handleImage:(Ljava/lang/String;IILjava/lang/String;)Ljava/lang/String; ]
MsStylesToSkinLF.handleProperty ( String path ):String
[ run-time name: com/l2fprod/tools/msstyles/MsStylesToSkinLF.handleProperty:(Ljava/lang/String;)Ljava/lang/String; ]
MsStylesToSkinLF.main ( String[] args ) [static]:void
[ run-time name: com/l2fprod/tools/msstyles/MsStylesToSkinLF.main:([Ljava/lang/String;)V ]
MsStylesToSkinLF.MsStylesToSkinLF ( )
[ run-time name: com/l2fprod/tools/msstyles/MsStylesToSkinLF."<init>":()V ]
MsStylesToSkinLF.paramString ( ):String
[ run-time name: com/l2fprod/tools/msstyles/MsStylesToSkinLF.paramString:()Ljava/lang/String; ]
MsStylesToSkinLF.process ( ):void
[ run-time name: com/l2fprod/tools/msstyles/MsStylesToSkinLF.process:()V ]
MsStylesToSkinLF.setMsStyleDirectory ( String directory ):void
[ run-time name: com/l2fprod/tools/msstyles/MsStylesToSkinLF.setMsStyleDirectory:(Ljava/lang/String;)V ]
MsStylesToSkinLF.setMsStyleXML ( String file ):void
[ run-time name: com/l2fprod/tools/msstyles/MsStylesToSkinLF.setMsStyleXML:(Ljava/lang/String;)V ]
skinlf.jar, Skin.class
package com.l2fprod.gui.plaf.skin
Skin.initComponentDefaults ( javax.swing.UIDefaults p1 ) [abstract]:void
[ run-time name: com/l2fprod/gui/plaf/skin/Skin.initComponentDefaults:(Ljavax/swing/UIDefaults;)V ]
skinlf.jar, SkinComboBoxUI.class
package com.l2fprod.gui.plaf.skin
SkinComboBoxUI.configureEditor ( ):void
[ run-time name: com/l2fprod/gui/plaf/skin/SkinComboBoxUI.configureEditor:()V ]
SkinComboBoxUI.createRolloverListener ( ):java.awt.event.MouseListener
[ run-time name: com/l2fprod/gui/plaf/skin/SkinComboBoxUI.createRolloverListener:()Ljava/awt/event/MouseListener; ]
SkinComboBoxUI.paintCurrentValue ( java.awt.Graphics g, java.awt.Rectangle bounds, boolean hasFocus ):void
[ run-time name: com/l2fprod/gui/plaf/skin/SkinComboBoxUI.paintCurrentValue:(Ljava/awt/Graphics;Ljava/awt/Rectangle;Z)V ]
SkinComboBoxUI.unconfigureEditor ( ):void
[ run-time name: com/l2fprod/gui/plaf/skin/SkinComboBoxUI.unconfigureEditor:()V ]
skinlf.jar, Skinit.class
package com.l2fprod.gui.plaf.skin
Skinit.main ( String[] args ) [static]:void
[ run-time name: com/l2fprod/gui/plaf/skin/Skinit.main:([Ljava/lang/String;)V ]
Skinit.Skinit ( )
[ run-time name: com/l2fprod/gui/plaf/skin/Skinit."<init>":()V ]
skinlf.jar, SkinLookAndFeel.class
package com.l2fprod.gui.plaf.skin
SkinLookAndFeel.getSupportsWindowDecorations ( ):boolean
[ run-time name: com/l2fprod/gui/plaf/skin/SkinLookAndFeel.getSupportsWindowDecorations:()Z ]
SkinLookAndFeel.loadThemePack ( java.io.InputStream p_StreamToPack ) [static]:Skin
[ run-time name: com/l2fprod/gui/plaf/skin/SkinLookAndFeel.loadThemePack:(Ljava/io/InputStream;)Lcom/l2fprod/gui/plaf/skin/Skin; ]
SkinLookAndFeel.version ( ) [static]:String
[ run-time name: com/l2fprod/gui/plaf/skin/SkinLookAndFeel.version:()Ljava/lang/String; ]
skinlf.jar, SkinOptionPaneUI.class
package com.l2fprod.gui.plaf.skin
SkinOptionPaneUI.createUI ( javax.swing.JComponent c ) [static]:javax.swing.plaf.ComponentUI
[ run-time name: com/l2fprod/gui/plaf/skin/SkinOptionPaneUI.createUI:(Ljavax/swing/JComponent;)Ljavax/swing/plaf/ComponentUI; ]
SkinOptionPaneUI.installDefaults ( ):void
[ run-time name: com/l2fprod/gui/plaf/skin/SkinOptionPaneUI.installDefaults:()V ]
SkinOptionPaneUI.paint ( java.awt.Graphics g, javax.swing.JComponent c ):void
[ run-time name: com/l2fprod/gui/plaf/skin/SkinOptionPaneUI.paint:(Ljava/awt/Graphics;Ljavax/swing/JComponent;)V ]
SkinOptionPaneUI.SkinOptionPaneUI ( )
[ run-time name: com/l2fprod/gui/plaf/skin/SkinOptionPaneUI."<init>":()V ]
SkinOptionPaneUI.uninstallDefaults ( ):void
[ run-time name: com/l2fprod/gui/plaf/skin/SkinOptionPaneUI.uninstallDefaults:()V ]
skinlf.jar, SkinPersonality.class
package com.l2fprod.gui.plaf.skin
SkinPersonality.paintComboBox ( java.awt.Graphics p1, javax.swing.JComboBox p2, java.awt.Rectangle p3, boolean p4, boolean p5 ) [abstract]:boolean
[ run-time name: com/l2fprod/gui/plaf/skin/SkinPersonality.paintComboBox:(Ljava/awt/Graphics;Ljavax/swing/JComboBox;Ljava/awt/Rectangle;ZZ)Z ]
skinlf.jar, SkinProgress.class
package com.l2fprod.gui.plaf.skin
SkinProgress.paintIndeterminateProgress ( java.awt.Graphics p1, javax.swing.JProgressBar p2, java.awt.Rectangle p3 ) [abstract]:boolean
[ run-time name: com/l2fprod/gui/plaf/skin/SkinProgress.paintIndeterminateProgress:(Ljava/awt/Graphics;Ljavax/swing/JProgressBar;Ljava/awt/Rectangle;)Z ]
skinlf.jar, SkinProgressBarUI.class
package com.l2fprod.gui.plaf.skin
SkinProgressBarUI.installUI ( javax.swing.JComponent c ):void
[ run-time name: com/l2fprod/gui/plaf/skin/SkinProgressBarUI.installUI:(Ljavax/swing/JComponent;)V ]
skinlf.jar, SkinRootPaneUI.class
package com.l2fprod.gui.plaf.skin
SkinRootPaneUI.adjust ( java.awt.Rectangle bounds, java.awt.Dimension min, int deltaX, int deltaY, int deltaWidth, int deltaHeight ) [static]:void
[ run-time name: com/l2fprod/gui/plaf/skin/SkinRootPaneUI.adjust:(Ljava/awt/Rectangle;Ljava/awt/Dimension;IIII)V ]
SkinRootPaneUI.calculateCorner ( java.awt.Component c, int x, int y ) [static]:int
[ run-time name: com/l2fprod/gui/plaf/skin/SkinRootPaneUI.calculateCorner:(Ljava/awt/Component;II)I ]
SkinRootPaneUI.calculatePosition ( int spot, int width ) [static]:int
[ run-time name: com/l2fprod/gui/plaf/skin/SkinRootPaneUI.calculatePosition:(II)I ]
SkinRootPaneUI.createUI ( javax.swing.JComponent c ) [static]:javax.swing.plaf.ComponentUI
[ run-time name: com/l2fprod/gui/plaf/skin/SkinRootPaneUI.createUI:(Ljavax/swing/JComponent;)Ljavax/swing/plaf/ComponentUI; ]
SkinRootPaneUI.getCursor ( int corner ) [static]:int
[ run-time name: com/l2fprod/gui/plaf/skin/SkinRootPaneUI.getCursor:(I)I ]
SkinRootPaneUI.getExtendedState ( java.awt.Frame p_Frame ) [static]:int
[ run-time name: com/l2fprod/gui/plaf/skin/SkinRootPaneUI.getExtendedState:(Ljava/awt/Frame;)I ]
SkinRootPaneUI.getWindowDecorationStyle ( javax.swing.JRootPane p_Pane ) [static]:int
[ run-time name: com/l2fprod/gui/plaf/skin/SkinRootPaneUI.getWindowDecorationStyle:(Ljavax/swing/JRootPane;)I ]
SkinRootPaneUI.installUI ( javax.swing.JComponent c ):void
[ run-time name: com/l2fprod/gui/plaf/skin/SkinRootPaneUI.installUI:(Ljavax/swing/JComponent;)V ]
SkinRootPaneUI.propertyChange ( java.beans.PropertyChangeEvent e ):void
[ run-time name: com/l2fprod/gui/plaf/skin/SkinRootPaneUI.propertyChange:(Ljava/beans/PropertyChangeEvent;)V ]
SkinRootPaneUI.setExtendedState ( java.awt.Frame p_Frame, int p_Value ) [static]:void
[ run-time name: com/l2fprod/gui/plaf/skin/SkinRootPaneUI.setExtendedState:(Ljava/awt/Frame;I)V ]
SkinRootPaneUI.SkinRootPaneUI ( )
[ run-time name: com/l2fprod/gui/plaf/skin/SkinRootPaneUI."<init>":()V ]
SkinRootPaneUI.uninstallUI ( javax.swing.JComponent c ):void
[ run-time name: com/l2fprod/gui/plaf/skin/SkinRootPaneUI.uninstallUI:(Ljavax/swing/JComponent;)V ]
skinlf.jar, SkinSeparator.class
package com.l2fprod.gui.plaf.skin
SkinSeparator.getPreferredSize ( javax.swing.JSeparator p1, java.awt.Dimension p2 ) [abstract]:java.awt.Dimension
[ run-time name: com/l2fprod/gui/plaf/skin/SkinSeparator.getPreferredSize:(Ljavax/swing/JSeparator;Ljava/awt/Dimension;)Ljava/awt/Dimension; ]
skinlf.jar, SkinSlider.class
package com.l2fprod.gui.plaf.skin
SkinSlider.getPreferredSize ( javax.swing.JSlider p1, java.awt.Dimension p2 ) [abstract]:java.awt.Dimension
[ run-time name: com/l2fprod/gui/plaf/skin/SkinSlider.getPreferredSize:(Ljavax/swing/JSlider;Ljava/awt/Dimension;)Ljava/awt/Dimension; ]
SkinSlider.getThumbSize ( javax.swing.JSlider p1 ) [abstract]:java.awt.Dimension
[ run-time name: com/l2fprod/gui/plaf/skin/SkinSlider.getThumbSize:(Ljavax/swing/JSlider;)Ljava/awt/Dimension; ]
skinlf.jar, SkinSliderUI.class
package com.l2fprod.gui.plaf.skin
SkinSliderUI.getMinimumHorizontalSize ( ):java.awt.Dimension
[ run-time name: com/l2fprod/gui/plaf/skin/SkinSliderUI.getMinimumHorizontalSize:()Ljava/awt/Dimension; ]
SkinSliderUI.getMinimumVerticalSize ( ):java.awt.Dimension
[ run-time name: com/l2fprod/gui/plaf/skin/SkinSliderUI.getMinimumVerticalSize:()Ljava/awt/Dimension; ]
SkinSliderUI.getPreferredHorizontalSize ( ):java.awt.Dimension
[ run-time name: com/l2fprod/gui/plaf/skin/SkinSliderUI.getPreferredHorizontalSize:()Ljava/awt/Dimension; ]
SkinSliderUI.getPreferredVerticalSize ( ):java.awt.Dimension
[ run-time name: com/l2fprod/gui/plaf/skin/SkinSliderUI.getPreferredVerticalSize:()Ljava/awt/Dimension; ]
SkinSliderUI.getThumbSize ( ):java.awt.Dimension
[ run-time name: com/l2fprod/gui/plaf/skin/SkinSliderUI.getThumbSize:()Ljava/awt/Dimension; ]
skinlf.jar, SkinToolTipUI.class
package com.l2fprod.gui.plaf.skin
SkinToolTipUI.createUI ( javax.swing.JComponent c ) [static]:javax.swing.plaf.ComponentUI
[ run-time name: com/l2fprod/gui/plaf/skin/SkinToolTipUI.createUI:(Ljavax/swing/JComponent;)Ljavax/swing/plaf/ComponentUI; ]
SkinToolTipUI.getAcceleratorString ( ):String
[ run-time name: com/l2fprod/gui/plaf/skin/SkinToolTipUI.getAcceleratorString:()Ljava/lang/String; ]
SkinToolTipUI.getPreferredSize ( javax.swing.JComponent c ):java.awt.Dimension
[ run-time name: com/l2fprod/gui/plaf/skin/SkinToolTipUI.getPreferredSize:(Ljavax/swing/JComponent;)Ljava/awt/Dimension; ]
SkinToolTipUI.installUI ( javax.swing.JComponent c ):void
[ run-time name: com/l2fprod/gui/plaf/skin/SkinToolTipUI.installUI:(Ljavax/swing/JComponent;)V ]
SkinToolTipUI.paint ( java.awt.Graphics g, javax.swing.JComponent c ):void
[ run-time name: com/l2fprod/gui/plaf/skin/SkinToolTipUI.paint:(Ljava/awt/Graphics;Ljavax/swing/JComponent;)V ]
SkinToolTipUI.SkinToolTipUI ( )
[ run-time name: com/l2fprod/gui/plaf/skin/SkinToolTipUI."<init>":()V ]
skinlf.jar, SkinUtils.class
package com.l2fprod.gui.plaf.skin
SkinUtils.stringToInsets ( String border ) [static]:java.awt.Insets
[ run-time name: com/l2fprod/gui/plaf/skin/SkinUtils.stringToInsets:(Ljava/lang/String;)Ljava/awt/Insets; ]
skinlf.jar, SkinWindowButton.class
package com.l2fprod.gui.plaf.skin
SkinWindowButton.isFocusTraversable ( ):boolean
[ run-time name: com/l2fprod/gui/plaf/skin/SkinWindowButton.isFocusTraversable:()Z ]
SkinWindowButton.requestFocus ( ):void
[ run-time name: com/l2fprod/gui/plaf/skin/SkinWindowButton.requestFocus:()V ]
skinlf.jar, ThemeConverter.class
package com.l2fprod.tools
ThemeConverter.getCurrentOutputDirectory ( ):java.io.File
[ run-time name: com/l2fprod/tools/ThemeConverter.getCurrentOutputDirectory:()Ljava/io/File; ]
ThemeConverter.getSkinDirectory ( ):java.io.File
[ run-time name: com/l2fprod/tools/ThemeConverter.getSkinDirectory:()Ljava/io/File; ]
ThemeConverter.handleImage ( String p1, int p2, int p3, String p4 ) [abstract]:String
[ run-time name: com/l2fprod/tools/ThemeConverter.handleImage:(Ljava/lang/String;IILjava/lang/String;)Ljava/lang/String; ]
ThemeConverter.handleProperty ( String p1 ) [abstract]:String
[ run-time name: com/l2fprod/tools/ThemeConverter.handleProperty:(Ljava/lang/String;)Ljava/lang/String; ]
ThemeConverter.paramString ( ):String
[ run-time name: com/l2fprod/tools/ThemeConverter.paramString:()Ljava/lang/String; ]
ThemeConverter.parseLine ( String line ):String
[ run-time name: com/l2fprod/tools/ThemeConverter.parseLine:(Ljava/lang/String;)Ljava/lang/String; ]
ThemeConverter.parseTag ( String tag ):String
[ run-time name: com/l2fprod/tools/ThemeConverter.parseTag:(Ljava/lang/String;)Ljava/lang/String; ]
ThemeConverter.process ( ):void
[ run-time name: com/l2fprod/tools/ThemeConverter.process:()V ]
ThemeConverter.processTemplate ( java.io.InputStream template, java.io.OutputStream output ):void
[ run-time name: com/l2fprod/tools/ThemeConverter.processTemplate:(Ljava/io/InputStream;Ljava/io/OutputStream;)V ]
ThemeConverter.setCurrentOutputDirectory ( java.io.File directory ):void
[ run-time name: com/l2fprod/tools/ThemeConverter.setCurrentOutputDirectory:(Ljava/io/File;)V ]
ThemeConverter.setSkinDirectory ( java.io.File directory ):void
[ run-time name: com/l2fprod/tools/ThemeConverter.setSkinDirectory:(Ljava/io/File;)V ]
ThemeConverter.ThemeConverter ( String prefix, String suffix )
[ run-time name: com/l2fprod/tools/ThemeConverter."<init>":(Ljava/lang/String;Ljava/lang/String;)V ]
ThemeConverter.toString ( ):String
[ run-time name: com/l2fprod/tools/ThemeConverter.toString:()Ljava/lang/String; ]
skinlf.jar, ZipResourceLoader.class
package com.l2fprod.util
ZipResourceLoader.ZipResourceLoader ( java.io.InputStream p_JarStream )
[ run-time name: com/l2fprod/util/ZipResourceLoader."<init>":(Ljava/io/InputStream;)V ]
to the top
Removed Methods (476)
demo.jar, alwaysontop.class
alwaysontop.alwaysontop ( )
[ run-time name: alwaysontop."<init>":()V ]
alwaysontop.main ( String[] args ) [static]:void
[ run-time name: alwaysontop.main:([Ljava/lang/String;)V ]
demo.jar, Clock.class
Clock.Clock ( java.awt.Image back )
[ run-time name: Clock."<init>":(Ljava/awt/Image;)V ]
Clock.main ( String[] args ) [static]:void
[ run-time name: Clock.main:([Ljava/lang/String;)V ]
Clock.paint ( java.awt.Graphics g ):void
[ run-time name: Clock.paint:(Ljava/awt/Graphics;)V ]
Clock.run ( ):void
[ run-time name: Clock.run:()V ]
Clock.start ( ):void
[ run-time name: Clock.start:()V ]
Clock.stop ( ):void
[ run-time name: Clock.stop:()V ]
Clock.update ( java.awt.Graphics g ):void
[ run-time name: Clock.update:(Ljava/awt/Graphics;)V ]
demo.jar, demo.class
demo.createUI ( String[] themes ):void
[ run-time name: demo.createUI:([Ljava/lang/String;)V ]
demo.demo ( )
[ run-time name: demo."<init>":()V ]
demo.main ( String[] p1 ) [static]:void
[ run-time name: demo.main:([Ljava/lang/String;)V ]
demo.jar, demoPanel.class
demoPanel.demoPanel ( String[] themes )
[ run-time name: demoPanel."<init>":([Ljava/lang/String;)V ]
demo.jar, demoWelcome.class
demoWelcome.demoWelcome ( String[] themes )
[ run-time name: demoWelcome."<init>":([Ljava/lang/String;)V ]
demo.jar, nativesplash.class
nativesplash.main ( String[] Class ) [static]:void
[ run-time name: nativesplash.main:([Ljava/lang/String;)V ]
nativesplash.nativesplash ( )
[ run-time name: nativesplash."<init>":()V ]
demo.jar, NativeSplashScreen.class
NativeSplashScreen.actionPerformed ( java.awt.event.ActionEvent event ):void
[ run-time name: NativeSplashScreen.actionPerformed:(Ljava/awt/event/ActionEvent;)V ]
NativeSplashScreen.block ( ):void
[ run-time name: NativeSplashScreen.block:()V ]
NativeSplashScreen.keyPressed ( java.awt.event.KeyEvent event ):void
[ run-time name: NativeSplashScreen.keyPressed:(Ljava/awt/event/KeyEvent;)V ]
NativeSplashScreen.keyReleased ( java.awt.event.KeyEvent event ):void
[ run-time name: NativeSplashScreen.keyReleased:(Ljava/awt/event/KeyEvent;)V ]
NativeSplashScreen.keyTyped ( java.awt.event.KeyEvent event ):void
[ run-time name: NativeSplashScreen.keyTyped:(Ljava/awt/event/KeyEvent;)V ]
NativeSplashScreen.mouseClicked ( java.awt.event.MouseEvent event ):void
[ run-time name: NativeSplashScreen.mouseClicked:(Ljava/awt/event/MouseEvent;)V ]
NativeSplashScreen.mouseEntered ( java.awt.event.MouseEvent event ):void
[ run-time name: NativeSplashScreen.mouseEntered:(Ljava/awt/event/MouseEvent;)V ]
NativeSplashScreen.mouseExited ( java.awt.event.MouseEvent event ):void
[ run-time name: NativeSplashScreen.mouseExited:(Ljava/awt/event/MouseEvent;)V ]
NativeSplashScreen.mousePressed ( java.awt.event.MouseEvent event ):void
[ run-time name: NativeSplashScreen.mousePressed:(Ljava/awt/event/MouseEvent;)V ]
NativeSplashScreen.mouseReleased ( java.awt.event.MouseEvent event ):void
[ run-time name: NativeSplashScreen.mouseReleased:(Ljava/awt/event/MouseEvent;)V ]
NativeSplashScreen.NativeSplashScreen ( java.awt.Frame parent, javax.swing.ImageIcon icon, int timeout )
[ run-time name: NativeSplashScreen."<init>":(Ljava/awt/Frame;Ljavax/swing/ImageIcon;I)V ]
NativeSplashScreen.setVisible ( boolean b ):void
[ run-time name: NativeSplashScreen.setVisible:(Z)V ]
demo.jar, VerticalLayout.class
VerticalLayout.addLayoutComponent ( String name, java.awt.Component c ):void
[ run-time name: VerticalLayout.addLayoutComponent:(Ljava/lang/String;Ljava/awt/Component;)V ]
VerticalLayout.layoutContainer ( java.awt.Container parent ):void
[ run-time name: VerticalLayout.layoutContainer:(Ljava/awt/Container;)V ]
VerticalLayout.minimumLayoutSize ( java.awt.Container parent ):java.awt.Dimension
[ run-time name: VerticalLayout.minimumLayoutSize:(Ljava/awt/Container;)Ljava/awt/Dimension; ]
VerticalLayout.preferredLayoutSize ( java.awt.Container parent ):java.awt.Dimension
[ run-time name: VerticalLayout.preferredLayoutSize:(Ljava/awt/Container;)Ljava/awt/Dimension; ]
VerticalLayout.removeLayoutComponent ( java.awt.Component c ):void
[ run-time name: VerticalLayout.removeLayoutComponent:(Ljava/awt/Component;)V ]
VerticalLayout.VerticalLayout ( )
[ run-time name: VerticalLayout."<init>":()V ]
VerticalLayout.VerticalLayout ( int gap )
[ run-time name: VerticalLayout."<init>":(I)V ]
simpleapplet.jar, SimpleApplet.class
SimpleApplet.createUI ( ):void
[ run-time name: SimpleApplet.createUI:()V ]
SimpleApplet.init ( ):void
[ run-time name: SimpleApplet.init:()V ]
SimpleApplet.SimpleApplet ( )
[ run-time name: SimpleApplet."<init>":()V ]
skinlf.jar, AbstractSkinFrame.class
package com.l2fprod.gui.plaf.skin.impl
AbstractSkinFrame.kde.KdePersonality ( com.l2fprod.util.IniFile ini, java.net.URL skinURL ):public
[ run-time name: com/l2fprod/gui/plaf/skin/impl/AbstractSkinFrame.com.l2fprod.gui.plaf.skin.impl.kde.KdePersonality:(Lcom/l2fprod/util/IniFile;Ljava/net/URL;)V ]
AbstractSkinFrame.paintBackground ( java.awt.Graphics g, java.awt.Component c ):boolean
[ run-time name: com/l2fprod/gui/plaf/skin/impl/AbstractSkinFrame.paintBackground:(Ljava/awt/Graphics;Ljava/awt/Component;)Z ]
skinlf.jar, AbstractSkinPersonality.class
package com.l2fprod.gui.plaf.skin.impl
AbstractSkinPersonality.paintComboBox ( java.awt.Graphics g, javax.swing.JComboBox c, java.awt.Rectangle bounds, boolean hasFocus ):boolean
[ run-time name: com/l2fprod/gui/plaf/skin/impl/AbstractSkinPersonality.paintComboBox:(Ljava/awt/Graphics;Ljavax/swing/JComboBox;Ljava/awt/Rectangle;Z)Z ]
skinlf.jar, AbstractSkinSeparator.class
package com.l2fprod.gui.plaf.skin.impl
AbstractSkinSeparator.getPreferredSize ( javax.swing.JSeparator separator ):java.awt.Dimension
[ run-time name: com/l2fprod/gui/plaf/skin/impl/AbstractSkinSeparator.getPreferredSize:(Ljavax/swing/JSeparator;)Ljava/awt/Dimension; ]
skinlf.jar, AbstractSkinSlider.class
package com.l2fprod.gui.plaf.skin.impl
AbstractSkinSlider.getPreferredSize ( javax.swing.JSlider slider ):java.awt.Dimension
[ run-time name: com/l2fprod/gui/plaf/skin/impl/AbstractSkinSlider.getPreferredSize:(Ljavax/swing/JSlider;)Ljava/awt/Dimension; ]
skinlf.jar, AbstractSkinSplitPane.class
package com.l2fprod.gui.plaf.skin.impl
AbstractSkinSplitPane.gtk.ArrowButton ( gtk.parser.GtkParser parser, String direction ):public
[ run-time name: com/l2fprod/gui/plaf/skin/impl/AbstractSkinSplitPane.com.l2fprod.gui.plaf.skin.impl.gtk.ArrowButton:(Lcom/l2fprod/gui/plaf/skin/impl/gtk/parser/GtkParser;Ljava/lang/String;)V ]
AbstractSkinSplitPane.gtk.GtkProgress ( gtk.parser.GtkParser parser ):public
[ run-time name: com/l2fprod/gui/plaf/skin/impl/AbstractSkinSplitPane.com.l2fprod.gui.plaf.skin.impl.gtk.GtkProgress:(Lcom/l2fprod/gui/plaf/skin/impl/gtk/parser/GtkParser;)V ]
AbstractSkinSplitPane.gtk.GtkTab ( gtk.parser.GtkParser parser ):public
[ run-time name: com/l2fprod/gui/plaf/skin/impl/AbstractSkinSplitPane.com.l2fprod.gui.plaf.skin.impl.gtk.GtkTab:(Lcom/l2fprod/gui/plaf/skin/impl/gtk/parser/GtkParser;)V ]
AbstractSkinSplitPane.getHeight ( ):int
[ run-time name: com/l2fprod/gui/plaf/skin/impl/AbstractSkinSplitPane.getHeight:()I ]
AbstractSkinSplitPane.getMinimumSize ( javax.swing.JProgressBar progress ):java.awt.Dimension
[ run-time name: com/l2fprod/gui/plaf/skin/impl/AbstractSkinSplitPane.getMinimumSize:(Ljavax/swing/JProgressBar;)Ljava/awt/Dimension; ]
AbstractSkinSplitPane.getPreferredSize ( ):java.awt.Dimension
[ run-time name: com/l2fprod/gui/plaf/skin/impl/AbstractSkinSplitPane.getPreferredSize:()Ljava/awt/Dimension; ]
AbstractSkinSplitPane.getWidth ( ):int
[ run-time name: com/l2fprod/gui/plaf/skin/impl/AbstractSkinSplitPane.getWidth:()I ]
AbstractSkinSplitPane.paint ( java.awt.Graphics g, javax.swing.AbstractButton b ):void
[ run-time name: com/l2fprod/gui/plaf/skin/impl/AbstractSkinSplitPane.paint:(Ljava/awt/Graphics;Ljavax/swing/AbstractButton;)V ]
AbstractSkinSplitPane.paintContent ( java.awt.Graphics g, int tabPlacement, int selectedIndex, int x, int y, int w, int h ):boolean
[ run-time name: com/l2fprod/gui/plaf/skin/impl/AbstractSkinSplitPane.paintContent:(Ljava/awt/Graphics;IIIIII)Z ]
AbstractSkinSplitPane.paintProgress ( java.awt.Graphics g, javax.swing.JProgressBar progress ):boolean
[ run-time name: com/l2fprod/gui/plaf/skin/impl/AbstractSkinSplitPane.paintProgress:(Ljava/awt/Graphics;Ljavax/swing/JProgressBar;)Z ]
AbstractSkinSplitPane.paintTab ( java.awt.Graphics g, int tabPlacement, boolean isSelected, int x, int y, int w, int h ):boolean
[ run-time name: com/l2fprod/gui/plaf/skin/impl/AbstractSkinSplitPane.paintTab:(Ljava/awt/Graphics;IZIIII)Z ]
skinlf.jar, AbstractTextChunk.class
package com.sixlegs.image.png
AbstractTextChunk.getChunkType ( ):String
[ run-time name: com/sixlegs/image/png/AbstractTextChunk.getChunkType:()Ljava/lang/String; ]
AbstractTextChunk.getKeyword ( ):String
[ run-time name: com/sixlegs/image/png/AbstractTextChunk.getKeyword:()Ljava/lang/String; ]
AbstractTextChunk.getLanguage ( ) [abstract]:String
[ run-time name: com/sixlegs/image/png/AbstractTextChunk.getLanguage:()Ljava/lang/String; ]
AbstractTextChunk.getText ( ):String
[ run-time name: com/sixlegs/image/png/AbstractTextChunk.getText:()Ljava/lang/String; ]
AbstractTextChunk.getTranslatedKeyword ( ) [abstract]:String
[ run-time name: com/sixlegs/image/png/AbstractTextChunk.getTranslatedKeyword:()Ljava/lang/String; ]
AbstractTextChunk.readKey ( ):String
[ run-time name: com/sixlegs/image/png/AbstractTextChunk.readKey:()Ljava/lang/String; ]
AbstractTextChunk.readValue ( ):String
[ run-time name: com/sixlegs/image/png/AbstractTextChunk.readValue:()Ljava/lang/String; ]
AbstractTextChunk.toString ( ):String
[ run-time name: com/sixlegs/image/png/AbstractTextChunk.toString:()Ljava/lang/String; ]
skinlf.jar, BitMover8P.class
package com.sixlegs.image.png
BitMover8P.toString ( ):String
[ run-time name: com/sixlegs/image/png/BitMover8P.toString:()Ljava/lang/String; ]
skinlf.jar, Chunk_bKGD.class
package com.sixlegs.image.png
Chunk_bKGD.beforeIDAT ( ):boolean
[ run-time name: com/sixlegs/image/png/Chunk_bKGD.beforeIDAT:()Z ]
Chunk_bKGD.multipleOK ( ):boolean
[ run-time name: com/sixlegs/image/png/Chunk_bKGD.multipleOK:()Z ]
Chunk_bKGD.readData ( ):void
[ run-time name: com/sixlegs/image/png/Chunk_bKGD.readData:()V ]
skinlf.jar, Chunk_gAMA.class
package com.sixlegs.image.png
Chunk_gAMA.beforeIDAT ( ):boolean
[ run-time name: com/sixlegs/image/png/Chunk_gAMA.beforeIDAT:()Z ]
Chunk_gAMA.multipleOK ( ):boolean
[ run-time name: com/sixlegs/image/png/Chunk_gAMA.multipleOK:()Z ]
Chunk_gAMA.readData ( ):void
[ run-time name: com/sixlegs/image/png/Chunk_gAMA.readData:()V ]
skinlf.jar, Chunk_gIFg.class
package com.sixlegs.image.png
Chunk_gIFg.readData ( ):void
[ run-time name: com/sixlegs/image/png/Chunk_gIFg.readData:()V ]
skinlf.jar, Chunk_gIFx.class
package com.sixlegs.image.png
Chunk_gIFx.getAuthenticationCode ( ):byte[]
[ run-time name: com/sixlegs/image/png/Chunk_gIFx.getAuthenticationCode:()[B ]
Chunk_gIFx.getData ( ):byte[]
[ run-time name: com/sixlegs/image/png/Chunk_gIFx.getData:()[B ]
Chunk_gIFx.getIdentifier ( ):String
[ run-time name: com/sixlegs/image/png/Chunk_gIFx.getIdentifier:()Ljava/lang/String; ]
Chunk_gIFx.readData ( ):void
[ run-time name: com/sixlegs/image/png/Chunk_gIFx.readData:()V ]
skinlf.jar, Chunk_hIST.class
package com.sixlegs.image.png
Chunk_hIST.beforeIDAT ( ):boolean
[ run-time name: com/sixlegs/image/png/Chunk_hIST.beforeIDAT:()Z ]
Chunk_hIST.multipleOK ( ):boolean
[ run-time name: com/sixlegs/image/png/Chunk_hIST.multipleOK:()Z ]
Chunk_hIST.readData ( ):void
[ run-time name: com/sixlegs/image/png/Chunk_hIST.readData:()V ]
skinlf.jar, Chunk_iCCP.class
package com.sixlegs.image.png
Chunk_iCCP.beforeIDAT ( ):boolean
[ run-time name: com/sixlegs/image/png/Chunk_iCCP.beforeIDAT:()Z ]
Chunk_iCCP.getEncoding ( ):String
[ run-time name: com/sixlegs/image/png/Chunk_iCCP.getEncoding:()Ljava/lang/String; ]
Chunk_iCCP.isCompressed ( ):boolean
[ run-time name: com/sixlegs/image/png/Chunk_iCCP.isCompressed:()Z ]
Chunk_iCCP.multipleOK ( ):boolean
[ run-time name: com/sixlegs/image/png/Chunk_iCCP.multipleOK:()Z ]
Chunk_iCCP.readData ( ):void
[ run-time name: com/sixlegs/image/png/Chunk_iCCP.readData:()V ]
skinlf.jar, Chunk_IDAT.class
package com.sixlegs.image.png
Chunk_IDAT.readData ( ):void
[ run-time name: com/sixlegs/image/png/Chunk_IDAT.readData:()V ]
skinlf.jar, Chunk_IEND.class
package com.sixlegs.image.png
Chunk_IEND.beforeIDAT ( ):boolean
[ run-time name: com/sixlegs/image/png/Chunk_IEND.beforeIDAT:()Z ]
Chunk_IEND.imageComplete ( int p1 ):void
[ run-time name: com/sixlegs/image/png/Chunk_IEND.imageComplete:(I)V ]
Chunk_IEND.multipleOK ( ):boolean
[ run-time name: com/sixlegs/image/png/Chunk_IEND.multipleOK:()Z ]
Chunk_IEND.readData ( ):void
[ run-time name: com/sixlegs/image/png/Chunk_IEND.readData:()V ]
Chunk_IEND.setColorModel ( java.awt.image.ColorModel p1 ):void
[ run-time name: com/sixlegs/image/png/Chunk_IEND.setColorModel:(Ljava/awt/image/ColorModel;)V ]
Chunk_IEND.setDimensions ( int p1, int p2 ):void
[ run-time name: com/sixlegs/image/png/Chunk_IEND.setDimensions:(II)V ]
Chunk_IEND.setHints ( int p1 ):void
[ run-time name: com/sixlegs/image/png/Chunk_IEND.setHints:(I)V ]
Chunk_IEND.setPixels ( int p1, int p2, int p3, int p4, java.awt.image.ColorModel p5, byte[] p6, int p7, int p8 ):void
[ run-time name: com/sixlegs/image/png/Chunk_IEND.setPixels:(IIIILjava/awt/image/ColorModel;[BII)V ]
Chunk_IEND.setPixels ( int p1, int p2, int p3, int p4, java.awt.image.ColorModel p5, int[] p6, int p7, int p8 ):void
[ run-time name: com/sixlegs/image/png/Chunk_IEND.setPixels:(IIIILjava/awt/image/ColorModel;[III)V ]
Chunk_IEND.setProperties ( java.util.Hashtable p1 ):void
[ run-time name: com/sixlegs/image/png/Chunk_IEND.setProperties:(Ljava/util/Hashtable;)V ]
skinlf.jar, Chunk_IHDR.class
package com.sixlegs.image.png
Chunk_IHDR.multipleOK ( ):boolean
[ run-time name: com/sixlegs/image/png/Chunk_IHDR.multipleOK:()Z ]
Chunk_IHDR.readData ( ):void
[ run-time name: com/sixlegs/image/png/Chunk_IHDR.readData:()V ]
skinlf.jar, Chunk_iTXt.class
package com.sixlegs.image.png
Chunk_iTXt.getLanguage ( ):String
[ run-time name: com/sixlegs/image/png/Chunk_iTXt.getLanguage:()Ljava/lang/String; ]
Chunk_iTXt.getTranslatedKeyword ( ):String
[ run-time name: com/sixlegs/image/png/Chunk_iTXt.getTranslatedKeyword:()Ljava/lang/String; ]
Chunk_iTXt.isCompressed ( ):boolean
[ run-time name: com/sixlegs/image/png/Chunk_iTXt.isCompressed:()Z ]
Chunk_iTXt.readValue ( ):String
[ run-time name: com/sixlegs/image/png/Chunk_iTXt.readValue:()Ljava/lang/String; ]
skinlf.jar, Chunk_oFFs.class
package com.sixlegs.image.png
Chunk_oFFs.beforeIDAT ( ):boolean
[ run-time name: com/sixlegs/image/png/Chunk_oFFs.beforeIDAT:()Z ]
Chunk_oFFs.multipleOK ( ):boolean
[ run-time name: com/sixlegs/image/png/Chunk_oFFs.multipleOK:()Z ]
Chunk_oFFs.readData ( ):void
[ run-time name: com/sixlegs/image/png/Chunk_oFFs.readData:()V ]
skinlf.jar, Chunk_pCAL.class
package com.sixlegs.image.png
Chunk_pCAL.beforeIDAT ( ):boolean
[ run-time name: com/sixlegs/image/png/Chunk_pCAL.beforeIDAT:()Z ]
Chunk_pCAL.multipleOK ( ):boolean
[ run-time name: com/sixlegs/image/png/Chunk_pCAL.multipleOK:()Z ]
Chunk_pCAL.readData ( ):void
[ run-time name: com/sixlegs/image/png/Chunk_pCAL.readData:()V ]
skinlf.jar, Chunk_pHYs.class
package com.sixlegs.image.png
Chunk_pHYs.beforeIDAT ( ):boolean
[ run-time name: com/sixlegs/image/png/Chunk_pHYs.beforeIDAT:()Z ]
Chunk_pHYs.multipleOK ( ):boolean
[ run-time name: com/sixlegs/image/png/Chunk_pHYs.multipleOK:()Z ]
Chunk_pHYs.readData ( ):void
[ run-time name: com/sixlegs/image/png/Chunk_pHYs.readData:()V ]
skinlf.jar, Chunk_PLTE.class
package com.sixlegs.image.png
Chunk_PLTE.beforeIDAT ( ):boolean
[ run-time name: com/sixlegs/image/png/Chunk_PLTE.beforeIDAT:()Z ]
Chunk_PLTE.multipleOK ( ):boolean
[ run-time name: com/sixlegs/image/png/Chunk_PLTE.multipleOK:()Z ]
Chunk_PLTE.readData ( ):void
[ run-time name: com/sixlegs/image/png/Chunk_PLTE.readData:()V ]
skinlf.jar, Chunk_sBIT.class
package com.sixlegs.image.png
Chunk_sBIT.beforeIDAT ( ):boolean
[ run-time name: com/sixlegs/image/png/Chunk_sBIT.beforeIDAT:()Z ]
Chunk_sBIT.multipleOK ( ):boolean
[ run-time name: com/sixlegs/image/png/Chunk_sBIT.multipleOK:()Z ]
Chunk_sBIT.readData ( ):void
[ run-time name: com/sixlegs/image/png/Chunk_sBIT.readData:()V ]
skinlf.jar, Chunk_sCAL.class
package com.sixlegs.image.png
Chunk_sCAL.beforeIDAT ( ):boolean
[ run-time name: com/sixlegs/image/png/Chunk_sCAL.beforeIDAT:()Z ]
Chunk_sCAL.multipleOK ( ):boolean
[ run-time name: com/sixlegs/image/png/Chunk_sCAL.multipleOK:()Z ]
Chunk_sCAL.readData ( ):void
[ run-time name: com/sixlegs/image/png/Chunk_sCAL.readData:()V ]
skinlf.jar, Chunk_sPLT.class
package com.sixlegs.image.png
Chunk_sPLT.beforeIDAT ( ):boolean
[ run-time name: com/sixlegs/image/png/Chunk_sPLT.beforeIDAT:()Z ]
Chunk_sPLT.readData ( ):void
[ run-time name: com/sixlegs/image/png/Chunk_sPLT.readData:()V ]
skinlf.jar, Chunk_sRGB.class
package com.sixlegs.image.png
Chunk_sRGB.beforeIDAT ( ):boolean
[ run-time name: com/sixlegs/image/png/Chunk_sRGB.beforeIDAT:()Z ]
Chunk_sRGB.multipleOK ( ):boolean
[ run-time name: com/sixlegs/image/png/Chunk_sRGB.multipleOK:()Z ]
Chunk_sRGB.readData ( ):void
[ run-time name: com/sixlegs/image/png/Chunk_sRGB.readData:()V ]
skinlf.jar, Chunk_tEXt.class
package com.sixlegs.image.png
Chunk_tEXt.getLanguage ( ):String
[ run-time name: com/sixlegs/image/png/Chunk_tEXt.getLanguage:()Ljava/lang/String; ]
Chunk_tEXt.getTranslatedKeyword ( ):String
[ run-time name: com/sixlegs/image/png/Chunk_tEXt.getTranslatedKeyword:()Ljava/lang/String; ]
Chunk_tEXt.isCompressed ( ):boolean
[ run-time name: com/sixlegs/image/png/Chunk_tEXt.isCompressed:()Z ]
skinlf.jar, Chunk_tIME.class
package com.sixlegs.image.png
Chunk_tIME.multipleOK ( ):boolean
[ run-time name: com/sixlegs/image/png/Chunk_tIME.multipleOK:()Z ]
Chunk_tIME.readData ( ):void
[ run-time name: com/sixlegs/image/png/Chunk_tIME.readData:()V ]
skinlf.jar, Chunk_tRNS.class
package com.sixlegs.image.png
Chunk_tRNS.beforeIDAT ( ):boolean
[ run-time name: com/sixlegs/image/png/Chunk_tRNS.beforeIDAT:()Z ]
Chunk_tRNS.multipleOK ( ):boolean
[ run-time name: com/sixlegs/image/png/Chunk_tRNS.multipleOK:()Z ]
Chunk_tRNS.readData ( ):void
[ run-time name: com/sixlegs/image/png/Chunk_tRNS.readData:()V ]
skinlf.jar, Chunk_zTXt.class
package com.sixlegs.image.png
Chunk_zTXt.getLanguage ( ):String
[ run-time name: com/sixlegs/image/png/Chunk_zTXt.getLanguage:()Ljava/lang/String; ]
Chunk_zTXt.getTranslatedKeyword ( ):String
[ run-time name: com/sixlegs/image/png/Chunk_zTXt.getTranslatedKeyword:()Ljava/lang/String; ]
Chunk_zTXt.isCompressed ( ):boolean
[ run-time name: com/sixlegs/image/png/Chunk_zTXt.isCompressed:()Z ]
skinlf.jar, ChunkHandler.class
package com.sixlegs.image.png
ChunkHandler.handleChunk ( String p1, byte[] p2 ) [abstract]:void
[ run-time name: com/sixlegs/image/png/ChunkHandler.handleChunk:(Ljava/lang/String;[B)V ]
skinlf.jar, CRCInputStream.class
package com.sixlegs.image.png
CRCInputStream.count ( ):int
[ run-time name: com/sixlegs/image/png/CRCInputStream.count:()I ]
CRCInputStream.CRCInputStream ( java.io.InputStream p1 )
[ run-time name: com/sixlegs/image/png/CRCInputStream."<init>":(Ljava/io/InputStream;)V ]
CRCInputStream.getValue ( ):long
[ run-time name: com/sixlegs/image/png/CRCInputStream.getValue:()J ]
CRCInputStream.read ( ):int
[ run-time name: com/sixlegs/image/png/CRCInputStream.read:()I ]
CRCInputStream.read ( byte[] p1, int p2, int p3 ):int
[ run-time name: com/sixlegs/image/png/CRCInputStream.read:([BII)I ]
CRCInputStream.reset ( ):void
[ run-time name: com/sixlegs/image/png/CRCInputStream.reset:()V ]
CRCInputStream.skip ( long p1 ):long
[ run-time name: com/sixlegs/image/png/CRCInputStream.skip:(J)J ]
skinlf.jar, DefaultWindowManager.class
package com.l2fprod.gui
DefaultWindowManager.activateWindow ( SkinWindow f ):void
[ run-time name: com/l2fprod/gui/DefaultWindowManager.activateWindow:(Lcom/l2fprod/gui/SkinWindow;)V ]
DefaultWindowManager.beginDraggingWindow ( SkinWindow w ):void
[ run-time name: com/l2fprod/gui/DefaultWindowManager.beginDraggingWindow:(Lcom/l2fprod/gui/SkinWindow;)V ]
DefaultWindowManager.beginResizingWindow ( SkinWindow w, int direction ):void
[ run-time name: com/l2fprod/gui/DefaultWindowManager.beginResizingWindow:(Lcom/l2fprod/gui/SkinWindow;I)V ]
DefaultWindowManager.closeWindow ( SkinWindow f ):void
[ run-time name: com/l2fprod/gui/DefaultWindowManager.closeWindow:(Lcom/l2fprod/gui/SkinWindow;)V ]
DefaultWindowManager.deactivateWindow ( SkinWindow f ):void
[ run-time name: com/l2fprod/gui/DefaultWindowManager.deactivateWindow:(Lcom/l2fprod/gui/SkinWindow;)V ]
DefaultWindowManager.DefaultWindowManager ( )
[ run-time name: com/l2fprod/gui/DefaultWindowManager."<init>":()V ]
DefaultWindowManager.deiconifyWindow ( SkinWindow f ):void
[ run-time name: com/l2fprod/gui/DefaultWindowManager.deiconifyWindow:(Lcom/l2fprod/gui/SkinWindow;)V ]
DefaultWindowManager.dragWindow ( SkinWindow w, int newX, int newY ):void
[ run-time name: com/l2fprod/gui/DefaultWindowManager.dragWindow:(Lcom/l2fprod/gui/SkinWindow;II)V ]
DefaultWindowManager.endDraggingWindow ( SkinWindow w ):void
[ run-time name: com/l2fprod/gui/DefaultWindowManager.endDraggingWindow:(Lcom/l2fprod/gui/SkinWindow;)V ]
DefaultWindowManager.endResizingWindow ( SkinWindow w ):void
[ run-time name: com/l2fprod/gui/DefaultWindowManager.endResizingWindow:(Lcom/l2fprod/gui/SkinWindow;)V ]
DefaultWindowManager.getBoundsForIconOf ( SkinWindow f ):java.awt.Rectangle
[ run-time name: com/l2fprod/gui/DefaultWindowManager.getBoundsForIconOf:(Lcom/l2fprod/gui/SkinWindow;)Ljava/awt/Rectangle; ]
DefaultWindowManager.getPreviousBounds ( SkinWindow f ):java.awt.Rectangle
[ run-time name: com/l2fprod/gui/DefaultWindowManager.getPreviousBounds:(Lcom/l2fprod/gui/SkinWindow;)Ljava/awt/Rectangle; ]
DefaultWindowManager.iconifyWindow ( SkinWindow f ):void
[ run-time name: com/l2fprod/gui/DefaultWindowManager.iconifyWindow:(Lcom/l2fprod/gui/SkinWindow;)V ]
DefaultWindowManager.maximizeWindow ( SkinWindow f ):void
[ run-time name: com/l2fprod/gui/DefaultWindowManager.maximizeWindow:(Lcom/l2fprod/gui/SkinWindow;)V ]
DefaultWindowManager.minimizeWindow ( SkinWindow f ):void
[ run-time name: com/l2fprod/gui/DefaultWindowManager.minimizeWindow:(Lcom/l2fprod/gui/SkinWindow;)V ]
DefaultWindowManager.openWindow ( SkinWindow f ):void
[ run-time name: com/l2fprod/gui/DefaultWindowManager.openWindow:(Lcom/l2fprod/gui/SkinWindow;)V ]
DefaultWindowManager.removeIconFor ( SkinWindow f ):void
[ run-time name: com/l2fprod/gui/DefaultWindowManager.removeIconFor:(Lcom/l2fprod/gui/SkinWindow;)V ]
DefaultWindowManager.resizeWindow ( SkinWindow w, int newX, int newY, int newWidth, int newHeight ):void
[ run-time name: com/l2fprod/gui/DefaultWindowManager.resizeWindow:(Lcom/l2fprod/gui/SkinWindow;IIII)V ]
DefaultWindowManager.setBoundsForWindow ( java.awt.Container f, int newX, int newY, int newWidth, int newHeight ):void
[ run-time name: com/l2fprod/gui/DefaultWindowManager.setBoundsForWindow:(Ljava/awt/Container;IIII)V ]
DefaultWindowManager.setPreviousBounds ( SkinWindow f, java.awt.Rectangle r ):void
[ run-time name: com/l2fprod/gui/DefaultWindowManager.setPreviousBounds:(Lcom/l2fprod/gui/SkinWindow;Ljava/awt/Rectangle;)V ]
DefaultWindowManager.setWasIcon ( SkinWindow f, Boolean value ):void
[ run-time name: com/l2fprod/gui/DefaultWindowManager.setWasIcon:(Lcom/l2fprod/gui/SkinWindow;Ljava/lang/Boolean;)V ]
DefaultWindowManager.shadeWindow ( SkinWindow w ):void
[ run-time name: com/l2fprod/gui/DefaultWindowManager.shadeWindow:(Lcom/l2fprod/gui/SkinWindow;)V ]
DefaultWindowManager.unshadeWindow ( SkinWindow w ):void
[ run-time name: com/l2fprod/gui/DefaultWindowManager.unshadeWindow:(Lcom/l2fprod/gui/SkinWindow;)V ]
DefaultWindowManager.wasIcon ( SkinWindow f ):boolean
[ run-time name: com/l2fprod/gui/DefaultWindowManager.wasIcon:(Lcom/l2fprod/gui/SkinWindow;)Z ]
skinlf.jar, ExDataInputStream.class
package com.sixlegs.image.png
ExDataInputStream.ExDataInputStream ( java.io.InputStream p1 )
[ run-time name: com/sixlegs/image/png/ExDataInputStream."<init>":(Ljava/io/InputStream;)V ]
ExDataInputStream.parseFloatingPoint ( String p1 ) [static]:double
[ run-time name: com/sixlegs/image/png/ExDataInputStream.parseFloatingPoint:(Ljava/lang/String;)D ]
ExDataInputStream.readBytes ( byte[] p1 ):int
[ run-time name: com/sixlegs/image/png/ExDataInputStream.readBytes:([B)I ]
ExDataInputStream.readBytes ( byte[] p1, int p2, int p3 ):int
[ run-time name: com/sixlegs/image/png/ExDataInputStream.readBytes:([BII)I ]
ExDataInputStream.readFloatingPoint ( ):double
[ run-time name: com/sixlegs/image/png/ExDataInputStream.readFloatingPoint:()D ]
ExDataInputStream.readString ( ):String
[ run-time name: com/sixlegs/image/png/ExDataInputStream.readString:()Ljava/lang/String; ]
ExDataInputStream.readString ( int p1 ):String
[ run-time name: com/sixlegs/image/png/ExDataInputStream.readString:(I)Ljava/lang/String; ]
ExDataInputStream.readString ( int p1, String p2 ):String
[ run-time name: com/sixlegs/image/png/ExDataInputStream.readString:(ILjava/lang/String;)Ljava/lang/String; ]
ExDataInputStream.readString ( String p1 ):String
[ run-time name: com/sixlegs/image/png/ExDataInputStream.readString:(Ljava/lang/String;)Ljava/lang/String; ]
ExDataInputStream.readUnsignedInt ( ):long
[ run-time name: com/sixlegs/image/png/ExDataInputStream.readUnsignedInt:()J ]
ExDataInputStream.unsign ( int p1 ) [static]:long
[ run-time name: com/sixlegs/image/png/ExDataInputStream.unsign:(I)J ]
skinlf.jar, GifExtension.class
package com.sixlegs.image.png
GifExtension.getAuthenticationCode ( ) [abstract]:byte[]
[ run-time name: com/sixlegs/image/png/GifExtension.getAuthenticationCode:()[B ]
GifExtension.getData ( ) [abstract]:byte[]
[ run-time name: com/sixlegs/image/png/GifExtension.getData:()[B ]
GifExtension.getIdentifier ( ) [abstract]:String
[ run-time name: com/sixlegs/image/png/GifExtension.getIdentifier:()Ljava/lang/String; ]
skinlf.jar, GrayFilter.class
package com.l2fprod.util
GrayFilter.filterRGB ( int x, int y, int rgb ):int
[ run-time name: com/l2fprod/util/GrayFilter.filterRGB:(III)I ]
GrayFilter.GrayFilter ( )
[ run-time name: com/l2fprod/util/GrayFilter."<init>":()V ]
skinlf.jar, GtkClass.class
package com.l2fprod.gui.plaf.skin.impl.gtk
GtkClass.GtkPersonality ( parser.GtkParser parser ):public
[ run-time name: com/l2fprod/gui/plaf/skin/impl/gtk/GtkClass.com.l2fprod.gui.plaf.skin.impl.gtk.GtkPersonality:(Lcom/l2fprod/gui/plaf/skin/impl/gtk/parser/GtkParser;)V ]
GtkClass.createListCellRenderer ( ):javax.swing.ListCellRenderer
[ run-time name: com/l2fprod/gui/plaf/skin/impl/gtk/GtkClass.createListCellRenderer:()Ljavax/swing/ListCellRenderer; ]
GtkClass.createTableHeaderRenderer ( ):javax.swing.table.TableCellRenderer
[ run-time name: com/l2fprod/gui/plaf/skin/impl/gtk/GtkClass.createTableHeaderRenderer:()Ljavax/swing/table/TableCellRenderer; ]
GtkClass.getComboBoxInsets ( ):java.awt.Insets
[ run-time name: com/l2fprod/gui/plaf/skin/impl/gtk/GtkClass.getComboBoxInsets:()Ljava/awt/Insets; ]
GtkClass.getComboBoxPreferredSize ( javax.swing.JComboBox c ):java.awt.Dimension
[ run-time name: com/l2fprod/gui/plaf/skin/impl/gtk/GtkClass.getComboBoxPreferredSize:(Ljavax/swing/JComboBox;)Ljava/awt/Dimension; ]
GtkClass.getTableHeaderRenderer ( ):javax.swing.table.TableCellRenderer
[ run-time name: com/l2fprod/gui/plaf/skin/impl/gtk/GtkClass.getTableHeaderRenderer:()Ljavax/swing/table/TableCellRenderer; ]
GtkClass.installSkin ( javax.swing.JComponent c ):boolean
[ run-time name: com/l2fprod/gui/plaf/skin/impl/gtk/GtkClass.installSkin:(Ljavax/swing/JComponent;)Z ]
GtkClass.paintComboBox ( java.awt.Graphics g, javax.swing.JComboBox c, java.awt.Rectangle bounds, boolean hasFocus ):boolean
[ run-time name: com/l2fprod/gui/plaf/skin/impl/gtk/GtkClass.paintComboBox:(Ljava/awt/Graphics;Ljavax/swing/JComboBox;Ljava/awt/Rectangle;Z)Z ]
GtkClass.paintDialog ( java.awt.Graphics g, java.awt.Component c ):boolean
[ run-time name: com/l2fprod/gui/plaf/skin/impl/gtk/GtkClass.paintDialog:(Ljava/awt/Graphics;Ljava/awt/Component;)Z ]
GtkClass.paintFocus ( java.awt.Graphics g, javax.swing.JComponent c ):boolean
[ run-time name: com/l2fprod/gui/plaf/skin/impl/gtk/GtkClass.paintFocus:(Ljava/awt/Graphics;Ljavax/swing/JComponent;)Z ]
GtkClass.paintMenu ( java.awt.Graphics g, javax.swing.JMenu c ):boolean
[ run-time name: com/l2fprod/gui/plaf/skin/impl/gtk/GtkClass.paintMenu:(Ljava/awt/Graphics;Ljavax/swing/JMenu;)Z ]
GtkClass.paintMenuItem ( java.awt.Graphics g, javax.swing.JMenuItem c ):boolean
[ run-time name: com/l2fprod/gui/plaf/skin/impl/gtk/GtkClass.paintMenuItem:(Ljava/awt/Graphics;Ljavax/swing/JMenuItem;)Z ]
GtkClass.status ( ):boolean
[ run-time name: com/l2fprod/gui/plaf/skin/impl/gtk/GtkClass.status:()Z ]
GtkClass.uninstallSkin ( javax.swing.JComponent c ):void
[ run-time name: com/l2fprod/gui/plaf/skin/impl/gtk/GtkClass.uninstallSkin:(Ljavax/swing/JComponent;)V ]
skinlf.jar, GtkEngine.class
package com.l2fprod.gui.plaf.skin.impl.gtk
GtkEngine.GtkScrollbar ( parser.GtkParser parser ):public
[ run-time name: com/l2fprod/gui/plaf/skin/impl/gtk/GtkEngine.com.l2fprod.gui.plaf.skin.impl.gtk.GtkScrollbar:(Lcom/l2fprod/gui/plaf/skin/impl/gtk/parser/GtkParser;)V ]
GtkEngine.GtkSlider ( parser.GtkParser parser ):public
[ run-time name: com/l2fprod/gui/plaf/skin/impl/gtk/GtkEngine.com.l2fprod.gui.plaf.skin.impl.gtk.GtkSlider:(Lcom/l2fprod/gui/plaf/skin/impl/gtk/parser/GtkParser;)V ]
GtkEngine.getArrowPreferredSize ( int direction ):java.awt.Dimension
[ run-time name: com/l2fprod/gui/plaf/skin/impl/gtk/GtkEngine.getArrowPreferredSize:(I)Ljava/awt/Dimension; ]
GtkEngine.getMinimumThumbSize ( ):java.awt.Dimension
[ run-time name: com/l2fprod/gui/plaf/skin/impl/gtk/GtkEngine.getMinimumThumbSize:()Ljava/awt/Dimension; ]
GtkEngine.getPreferredSize ( javax.swing.JScrollBar scrollbar ):java.awt.Dimension
[ run-time name: com/l2fprod/gui/plaf/skin/impl/gtk/GtkEngine.getPreferredSize:(Ljavax/swing/JScrollBar;)Ljava/awt/Dimension; ]
GtkEngine.getPreferredSize ( javax.swing.JSlider slider ):java.awt.Dimension
[ run-time name: com/l2fprod/gui/plaf/skin/impl/gtk/GtkEngine.getPreferredSize:(Ljavax/swing/JSlider;)Ljava/awt/Dimension; ]
GtkEngine.installSkin ( javax.swing.JComponent c ):boolean
[ run-time name: com/l2fprod/gui/plaf/skin/impl/gtk/GtkEngine.installSkin:(Ljavax/swing/JComponent;)Z ]
GtkEngine.paintArrow ( java.awt.Graphics g, javax.swing.AbstractButton b, int direction ):boolean
[ run-time name: com/l2fprod/gui/plaf/skin/impl/gtk/GtkEngine.paintArrow:(Ljava/awt/Graphics;Ljavax/swing/AbstractButton;I)Z ]
GtkEngine.paintThumb ( java.awt.Graphics g, javax.swing.JScrollBar scrollbar, java.awt.Rectangle thumbBounds ):boolean
[ run-time name: com/l2fprod/gui/plaf/skin/impl/gtk/GtkEngine.paintThumb:(Ljava/awt/Graphics;Ljavax/swing/JScrollBar;Ljava/awt/Rectangle;)Z ]
GtkEngine.paintThumb ( java.awt.Graphics g, javax.swing.JSlider slider, java.awt.Rectangle thumbBounds ):boolean
[ run-time name: com/l2fprod/gui/plaf/skin/impl/gtk/GtkEngine.paintThumb:(Ljava/awt/Graphics;Ljavax/swing/JSlider;Ljava/awt/Rectangle;)Z ]
GtkEngine.paintTrack ( java.awt.Graphics g, javax.swing.JScrollBar scrollbar, java.awt.Rectangle trackBounds ):boolean
[ run-time name: com/l2fprod/gui/plaf/skin/impl/gtk/GtkEngine.paintTrack:(Ljava/awt/Graphics;Ljavax/swing/JScrollBar;Ljava/awt/Rectangle;)Z ]
GtkEngine.paintTrack ( java.awt.Graphics g, javax.swing.JSlider slider, java.awt.Rectangle trackBounds ):boolean
[ run-time name: com/l2fprod/gui/plaf/skin/impl/gtk/GtkEngine.paintTrack:(Ljava/awt/Graphics;Ljavax/swing/JSlider;Ljava/awt/Rectangle;)Z ]
GtkEngine.status ( ):boolean
[ run-time name: com/l2fprod/gui/plaf/skin/impl/gtk/GtkEngine.status:()Z ]
skinlf.jar, GtkSkin.class
package com.l2fprod.gui.plaf.skin.impl.gtk
GtkSkin.GtkSeparator ( parser.GtkParser parser ):public
[ run-time name: com/l2fprod/gui/plaf/skin/impl/gtk/GtkSkin.com.l2fprod.gui.plaf.skin.impl.gtk.GtkSeparator:(Lcom/l2fprod/gui/plaf/skin/impl/gtk/parser/GtkParser;)V ]
GtkSkin.getPreferredSize ( javax.swing.JSeparator separator ):java.awt.Dimension
[ run-time name: com/l2fprod/gui/plaf/skin/impl/gtk/GtkSkin.getPreferredSize:(Ljavax/swing/JSeparator;)Ljava/awt/Dimension; ]
GtkSkin.paint ( java.awt.Graphics g, javax.swing.JSeparator separator ):boolean
[ run-time name: com/l2fprod/gui/plaf/skin/impl/gtk/GtkSkin.paint:(Ljava/awt/Graphics;Ljavax/swing/JSeparator;)Z ]
GtkSkin.status ( ):boolean
[ run-time name: com/l2fprod/gui/plaf/skin/impl/gtk/GtkSkin.status:()Z ]
skinlf.jar, GtkSkinNotFoundException.class
package com.l2fprod.gui.plaf.skin.impl.gtk
GtkSkinNotFoundException.GtkButton ( parser.GtkParser parser ):public
[ run-time name: com/l2fprod/gui/plaf/skin/impl/gtk/GtkSkinNotFoundException.com.l2fprod.gui.plaf.skin.impl.gtk.GtkButton:(Lcom/l2fprod/gui/plaf/skin/impl/gtk/parser/GtkParser;)V ]
GtkSkinNotFoundException.getCheckBoxIconSize ( ):java.awt.Dimension
[ run-time name: com/l2fprod/gui/plaf/skin/impl/gtk/GtkSkinNotFoundException.getCheckBoxIconSize:()Ljava/awt/Dimension; ]
GtkSkinNotFoundException.getRadioButtonIconSize ( ):java.awt.Dimension
[ run-time name: com/l2fprod/gui/plaf/skin/impl/gtk/GtkSkinNotFoundException.getRadioButtonIconSize:()Ljava/awt/Dimension; ]
GtkSkinNotFoundException.getRadioIcon ( javax.swing.AbstractButton b ):javax.swing.Icon
[ run-time name: com/l2fprod/gui/plaf/skin/impl/gtk/GtkSkinNotFoundException.getRadioIcon:(Ljavax/swing/AbstractButton;)Ljavax/swing/Icon; ]
GtkSkinNotFoundException.installSkin ( javax.swing.JComponent c ):boolean
[ run-time name: com/l2fprod/gui/plaf/skin/impl/gtk/GtkSkinNotFoundException.installSkin:(Ljavax/swing/JComponent;)Z ]
GtkSkinNotFoundException.paintButton ( java.awt.Graphics g, javax.swing.AbstractButton b ):boolean
[ run-time name: com/l2fprod/gui/plaf/skin/impl/gtk/GtkSkinNotFoundException.paintButton:(Ljava/awt/Graphics;Ljavax/swing/AbstractButton;)Z ]
GtkSkinNotFoundException.status ( ):boolean
[ run-time name: com/l2fprod/gui/plaf/skin/impl/gtk/GtkSkinNotFoundException.status:()Z ]
skinlf.jar, GtkTableHeaderRenderer.class
package com.l2fprod.gui.plaf.skin.impl.gtk
GtkTableHeaderRenderer.GtkSplitPane ( parser.GtkParser parser ):public
[ run-time name: com/l2fprod/gui/plaf/skin/impl/gtk/GtkTableHeaderRenderer.com.l2fprod.gui.plaf.skin.impl.gtk.GtkSplitPane:(Lcom/l2fprod/gui/plaf/skin/impl/gtk/parser/GtkParser;)V ]
GtkTableHeaderRenderer.getArrowPreferredSize ( int direction ):java.awt.Dimension
[ run-time name: com/l2fprod/gui/plaf/skin/impl/gtk/GtkTableHeaderRenderer.getArrowPreferredSize:(I)Ljava/awt/Dimension; ]
GtkTableHeaderRenderer.getPreferredSize ( javax.swing.JSplitPane splitpane ):java.awt.Dimension
[ run-time name: com/l2fprod/gui/plaf/skin/impl/gtk/GtkTableHeaderRenderer.getPreferredSize:(Ljavax/swing/JSplitPane;)Ljava/awt/Dimension; ]
GtkTableHeaderRenderer.installSkin ( javax.swing.JComponent c ):boolean
[ run-time name: com/l2fprod/gui/plaf/skin/impl/gtk/GtkTableHeaderRenderer.installSkin:(Ljavax/swing/JComponent;)Z ]
GtkTableHeaderRenderer.newButton ( parser.GtkParser parser, String style, String[] keys, String[] values ) [static]:com.l2fprod.gui.plaf.skin.DefaultButton
[ run-time name: com/l2fprod/gui/plaf/skin/impl/gtk/GtkTableHeaderRenderer.newButton:(Lcom/l2fprod/gui/plaf/skin/impl/gtk/parser/GtkParser;Ljava/lang/String;[Ljava/lang/String;[Ljava/lang/String;)Lcom/l2fprod/gui/plaf/skin/DefaultButton; ]
GtkTableHeaderRenderer.newButton ( parser.GtkParser parser, String style, String[] keys, String[] values, boolean useOverlay ) [static]:com.l2fprod.gui.plaf.skin.DefaultButton
[ run-time name: com/l2fprod/gui/plaf/skin/impl/gtk/GtkTableHeaderRenderer.newButton:(Lcom/l2fprod/gui/plaf/skin/impl/gtk/parser/GtkParser;Ljava/lang/String;[Ljava/lang/String;[Ljava/lang/String;Z)Lcom/l2fprod/gui/plaf/skin/DefaultButton; ]
GtkTableHeaderRenderer.newButton ( parser.GtkParser parser, String style, String[] keys, String[] values, boolean useOverlay, boolean exactMatch ) [static]:com.l2fprod.gui.plaf.skin.DefaultButton
[ run-time name: com/l2fprod/gui/plaf/skin/impl/gtk/GtkTableHeaderRenderer.newButton:(Lcom/l2fprod/gui/plaf/skin/impl/gtk/parser/GtkParser;Ljava/lang/String;[Ljava/lang/String;[Ljava/lang/String;ZZ)Lcom/l2fprod/gui/plaf/skin/DefaultButton; ]
GtkTableHeaderRenderer.paintArrow ( java.awt.Graphics g, javax.swing.AbstractButton b, int direction ):boolean
[ run-time name: com/l2fprod/gui/plaf/skin/impl/gtk/GtkTableHeaderRenderer.paintArrow:(Ljava/awt/Graphics;Ljavax/swing/AbstractButton;I)Z ]
GtkTableHeaderRenderer.paintGutter ( java.awt.Graphics g, javax.swing.JSplitPane splitpane, java.awt.Dimension d ):boolean
[ run-time name: com/l2fprod/gui/plaf/skin/impl/gtk/GtkTableHeaderRenderer.paintGutter:(Ljava/awt/Graphics;Ljavax/swing/JSplitPane;Ljava/awt/Dimension;)Z ]
GtkTableHeaderRenderer.paintThumb ( java.awt.Graphics g, javax.swing.JSplitPane splitpane, java.awt.Dimension d ):boolean
[ run-time name: com/l2fprod/gui/plaf/skin/impl/gtk/GtkTableHeaderRenderer.paintThumb:(Ljava/awt/Graphics;Ljavax/swing/JSplitPane;Ljava/awt/Dimension;)Z ]
GtkTableHeaderRenderer.status ( ):boolean
[ run-time name: com/l2fprod/gui/plaf/skin/impl/gtk/GtkTableHeaderRenderer.status:()Z ]
skinlf.jar, IDATInputStream.class
package com.sixlegs.image.png
IDATInputStream.IDATInputStream ( PngImage p1, java.io.InputStream p2 )
[ run-time name: com/sixlegs/image/png/IDATInputStream."<init>":(Lcom/sixlegs/image/png/PngImage;Ljava/io/InputStream;)V ]
IDATInputStream.read ( ):int
[ run-time name: com/sixlegs/image/png/IDATInputStream.read:()I ]
IDATInputStream.read ( byte[] p1, int p2, int p3 ):int
[ run-time name: com/sixlegs/image/png/IDATInputStream.read:([BII)I ]
skinlf.jar, JExternalFrame.class
package com.l2fprod.gui.grieves.graphics
JExternalFrame.getContentPane ( ):java.awt.Container
[ run-time name: com/l2fprod/gui/grieves/graphics/JExternalFrame.getContentPane:()Ljava/awt/Container; ]
JExternalFrame.getDefaultCloseOperation ( ):int
[ run-time name: com/l2fprod/gui/grieves/graphics/JExternalFrame.getDefaultCloseOperation:()I ]
JExternalFrame.getFrameIcon ( ):javax.swing.Icon
[ run-time name: com/l2fprod/gui/grieves/graphics/JExternalFrame.getFrameIcon:()Ljavax/swing/Icon; ]
JExternalFrame.getJMenuBar ( ):javax.swing.JMenuBar
[ run-time name: com/l2fprod/gui/grieves/graphics/JExternalFrame.getJMenuBar:()Ljavax/swing/JMenuBar; ]
JExternalFrame.getTitle ( ):String
[ run-time name: com/l2fprod/gui/grieves/graphics/JExternalFrame.getTitle:()Ljava/lang/String; ]
JExternalFrame.isClosable ( ):boolean
[ run-time name: com/l2fprod/gui/grieves/graphics/JExternalFrame.isClosable:()Z ]
JExternalFrame.isClosed ( ):boolean
[ run-time name: com/l2fprod/gui/grieves/graphics/JExternalFrame.isClosed:()Z ]
JExternalFrame.isIcon ( ):boolean
[ run-time name: com/l2fprod/gui/grieves/graphics/JExternalFrame.isIcon:()Z ]
JExternalFrame.isIconifiable ( ):boolean
[ run-time name: com/l2fprod/gui/grieves/graphics/JExternalFrame.isIconifiable:()Z ]
JExternalFrame.isMaximizable ( ):boolean
[ run-time name: com/l2fprod/gui/grieves/graphics/JExternalFrame.isMaximizable:()Z ]
JExternalFrame.isMaximum ( ):boolean
[ run-time name: com/l2fprod/gui/grieves/graphics/JExternalFrame.isMaximum:()Z ]
JExternalFrame.isResizable ( ):boolean
[ run-time name: com/l2fprod/gui/grieves/graphics/JExternalFrame.isResizable:()Z ]
JExternalFrame.isSelected ( ):boolean
[ run-time name: com/l2fprod/gui/grieves/graphics/JExternalFrame.isSelected:()Z ]
JExternalFrame.JExternalFrame ( )
[ run-time name: com/l2fprod/gui/grieves/graphics/JExternalFrame."<init>":()V ]
JExternalFrame.JExternalFrame ( String title )
[ run-time name: com/l2fprod/gui/grieves/graphics/JExternalFrame."<init>":(Ljava/lang/String;)V ]
JExternalFrame.JExternalFrame ( String title, boolean resizable )
[ run-time name: com/l2fprod/gui/grieves/graphics/JExternalFrame."<init>":(Ljava/lang/String;Z)V ]
JExternalFrame.JExternalFrame ( String title, boolean resizable, boolean closable )
[ run-time name: com/l2fprod/gui/grieves/graphics/JExternalFrame."<init>":(Ljava/lang/String;ZZ)V ]
JExternalFrame.JExternalFrame ( String title, boolean resizable, boolean closable, boolean maximizable )
[ run-time name: com/l2fprod/gui/grieves/graphics/JExternalFrame."<init>":(Ljava/lang/String;ZZZ)V ]
JExternalFrame.JExternalFrame ( String title, boolean resizable, boolean closable, boolean maximizable, boolean iconifiable )
[ run-time name: com/l2fprod/gui/grieves/graphics/JExternalFrame."<init>":(Ljava/lang/String;ZZZZ)V ]
JExternalFrame.pack ( ):void
[ run-time name: com/l2fprod/gui/grieves/graphics/JExternalFrame.pack:()V ]
JExternalFrame.setBounds ( int x, int y, int width, int height ):void
[ run-time name: com/l2fprod/gui/grieves/graphics/JExternalFrame.setBounds:(IIII)V ]
JExternalFrame.setClosable ( boolean Closable ):void
[ run-time name: com/l2fprod/gui/grieves/graphics/JExternalFrame.setClosable:(Z)V ]
JExternalFrame.setClosed ( boolean Closed ):void
[ run-time name: com/l2fprod/gui/grieves/graphics/JExternalFrame.setClosed:(Z)V ]
JExternalFrame.setDefaultCloseOperation ( int dco ):void
[ run-time name: com/l2fprod/gui/grieves/graphics/JExternalFrame.setDefaultCloseOperation:(I)V ]
JExternalFrame.setFrameIcon ( javax.swing.Icon icon ):void
[ run-time name: com/l2fprod/gui/grieves/graphics/JExternalFrame.setFrameIcon:(Ljavax/swing/Icon;)V ]
JExternalFrame.setIcon ( boolean Icon ):void
[ run-time name: com/l2fprod/gui/grieves/graphics/JExternalFrame.setIcon:(Z)V ]
JExternalFrame.setIconifiable ( boolean Iconifiable ):void
[ run-time name: com/l2fprod/gui/grieves/graphics/JExternalFrame.setIconifiable:(Z)V ]
JExternalFrame.setJMenuBar ( javax.swing.JMenuBar m ):void
[ run-time name: com/l2fprod/gui/grieves/graphics/JExternalFrame.setJMenuBar:(Ljavax/swing/JMenuBar;)V ]
JExternalFrame.setMaximizable ( boolean Maximizable ):void
[ run-time name: com/l2fprod/gui/grieves/graphics/JExternalFrame.setMaximizable:(Z)V ]
JExternalFrame.setMaximum ( boolean Maximum ):void
[ run-time name: com/l2fprod/gui/grieves/graphics/JExternalFrame.setMaximum:(Z)V ]
JExternalFrame.setResizable ( boolean Resizable ):void
[ run-time name: com/l2fprod/gui/grieves/graphics/JExternalFrame.setResizable:(Z)V ]
JExternalFrame.setSelected ( boolean Selected ):void
[ run-time name: com/l2fprod/gui/grieves/graphics/JExternalFrame.setSelected:(Z)V ]
JExternalFrame.setTitle ( String title ):void
[ run-time name: com/l2fprod/gui/grieves/graphics/JExternalFrame.setTitle:(Ljava/lang/String;)V ]
JExternalFrame.setVisible ( boolean visible ):void
[ run-time name: com/l2fprod/gui/grieves/graphics/JExternalFrame.setVisible:(Z)V ]
skinlf.jar, Kde2Skin.class
package com.l2fprod.gui.plaf.skin.impl.kde2
Kde2Skin.Kde2Button ( com.l2fprod.util.IniFile ini, java.net.URL skinURL ):public
[ run-time name: com/l2fprod/gui/plaf/skin/impl/kde2/Kde2Skin.com.l2fprod.gui.plaf.skin.impl.kde2.Kde2Button:(Lcom/l2fprod/util/IniFile;Ljava/net/URL;)V ]
Kde2Skin.Kde2Personality ( com.l2fprod.util.IniFile ini, java.net.URL skinURL ):public
[ run-time name: com/l2fprod/gui/plaf/skin/impl/kde2/Kde2Skin.com.l2fprod.gui.plaf.skin.impl.kde2.Kde2Personality:(Lcom/l2fprod/util/IniFile;Ljava/net/URL;)V ]
Kde2Skin.Kde2Progress ( com.l2fprod.util.IniFile ini, java.net.URL skinURL ):public
[ run-time name: com/l2fprod/gui/plaf/skin/impl/kde2/Kde2Skin.com.l2fprod.gui.plaf.skin.impl.kde2.Kde2Progress:(Lcom/l2fprod/util/IniFile;Ljava/net/URL;)V ]
Kde2Skin.Kde2Scrollbar ( com.l2fprod.util.IniFile ini, java.net.URL skinURL ):public
[ run-time name: com/l2fprod/gui/plaf/skin/impl/kde2/Kde2Skin.com.l2fprod.gui.plaf.skin.impl.kde2.Kde2Scrollbar:(Lcom/l2fprod/util/IniFile;Ljava/net/URL;)V ]
Kde2Skin.Kde2Tab ( com.l2fprod.util.IniFile ini, java.net.URL skinURL ):public
[ run-time name: com/l2fprod/gui/plaf/skin/impl/kde2/Kde2Skin.com.l2fprod.gui.plaf.skin.impl.kde2.Kde2Tab:(Lcom/l2fprod/util/IniFile;Ljava/net/URL;)V ]
Kde2Skin.getArrowPreferredSize ( int direction ):java.awt.Dimension
[ run-time name: com/l2fprod/gui/plaf/skin/impl/kde2/Kde2Skin.getArrowPreferredSize:(I)Ljava/awt/Dimension; ]
Kde2Skin.getCheckBoxIconSize ( ):java.awt.Dimension
[ run-time name: com/l2fprod/gui/plaf/skin/impl/kde2/Kde2Skin.getCheckBoxIconSize:()Ljava/awt/Dimension; ]
Kde2Skin.getColors ( ):String[]
[ run-time name: com/l2fprod/gui/plaf/skin/impl/kde2/Kde2Skin.getColors:()[Ljava/lang/String; ]
Kde2Skin.getMinimumSize ( javax.swing.JProgressBar progress ):java.awt.Dimension
[ run-time name: com/l2fprod/gui/plaf/skin/impl/kde2/Kde2Skin.getMinimumSize:(Ljavax/swing/JProgressBar;)Ljava/awt/Dimension; ]
Kde2Skin.getPreferredSize ( javax.swing.JScrollBar scrollbar ):java.awt.Dimension
[ run-time name: com/l2fprod/gui/plaf/skin/impl/kde2/Kde2Skin.getPreferredSize:(Ljavax/swing/JScrollBar;)Ljava/awt/Dimension; ]
Kde2Skin.getRadioIcon ( javax.swing.AbstractButton b ):javax.swing.Icon
[ run-time name: com/l2fprod/gui/plaf/skin/impl/kde2/Kde2Skin.getRadioIcon:(Ljavax/swing/AbstractButton;)Ljavax/swing/Icon; ]
Kde2Skin.installSkin ( javax.swing.JComponent c ):boolean
[ run-time name: com/l2fprod/gui/plaf/skin/impl/kde2/Kde2Skin.installSkin:(Ljavax/swing/JComponent;)Z ]
Kde2Skin.Kde2Skin ( java.net.URL skinURL )
[ run-time name: com/l2fprod/gui/plaf/skin/impl/kde2/Kde2Skin."<init>":(Ljava/net/URL;)V ]
Kde2Skin.Kde2Skin ( String filename )
[ run-time name: com/l2fprod/gui/plaf/skin/impl/kde2/Kde2Skin."<init>":(Ljava/lang/String;)V ]
Kde2Skin.newButton ( com.l2fprod.util.IniFile ini, java.net.URL skinURL, String section ) [static]:com.l2fprod.gui.plaf.skin.DefaultButton
[ run-time name: com/l2fprod/gui/plaf/skin/impl/kde2/Kde2Skin.newButton:(Lcom/l2fprod/util/IniFile;Ljava/net/URL;Ljava/lang/String;)Lcom/l2fprod/gui/plaf/skin/DefaultButton; ]
Kde2Skin.newIcon ( com.l2fprod.util.IniFile ini, java.net.URL skinURL, String section ) [static]:javax.swing.ImageIcon
[ run-time name: com/l2fprod/gui/plaf/skin/impl/kde2/Kde2Skin.newIcon:(Lcom/l2fprod/util/IniFile;Ljava/net/URL;Ljava/lang/String;)Ljavax/swing/ImageIcon; ]
Kde2Skin.paintArrow ( java.awt.Graphics g, javax.swing.AbstractButton b, int direction ):boolean
[ run-time name: com/l2fprod/gui/plaf/skin/impl/kde2/Kde2Skin.paintArrow:(Ljava/awt/Graphics;Ljavax/swing/AbstractButton;I)Z ]
Kde2Skin.paintButton ( java.awt.Graphics g, javax.swing.AbstractButton b ):boolean
[ run-time name: com/l2fprod/gui/plaf/skin/impl/kde2/Kde2Skin.paintButton:(Ljava/awt/Graphics;Ljavax/swing/AbstractButton;)Z ]
Kde2Skin.paintComboBox ( java.awt.Graphics g, javax.swing.JComboBox c, java.awt.Rectangle bounds, boolean hasFocus ):boolean
[ run-time name: com/l2fprod/gui/plaf/skin/impl/kde2/Kde2Skin.paintComboBox:(Ljava/awt/Graphics;Ljavax/swing/JComboBox;Ljava/awt/Rectangle;Z)Z ]
Kde2Skin.paintContent ( java.awt.Graphics g, int tabPlacement, int selectedIndex, int x, int y, int w, int h ):boolean
[ run-time name: com/l2fprod/gui/plaf/skin/impl/kde2/Kde2Skin.paintContent:(Ljava/awt/Graphics;IIIIII)Z ]
Kde2Skin.paintDialog ( java.awt.Graphics g, java.awt.Component c ):boolean
[ run-time name: com/l2fprod/gui/plaf/skin/impl/kde2/Kde2Skin.paintDialog:(Ljava/awt/Graphics;Ljava/awt/Component;)Z ]
Kde2Skin.paintMenuItem ( java.awt.Graphics g, javax.swing.JMenuItem c ):boolean
[ run-time name: com/l2fprod/gui/plaf/skin/impl/kde2/Kde2Skin.paintMenuItem:(Ljava/awt/Graphics;Ljavax/swing/JMenuItem;)Z ]
Kde2Skin.paintProgress ( java.awt.Graphics g, javax.swing.JProgressBar progress ):boolean
[ run-time name: com/l2fprod/gui/plaf/skin/impl/kde2/Kde2Skin.paintProgress:(Ljava/awt/Graphics;Ljavax/swing/JProgressBar;)Z ]
Kde2Skin.paintTab ( java.awt.Graphics g, int tabPlacement, boolean isSelected, int x, int y, int w, int h ):boolean
[ run-time name: com/l2fprod/gui/plaf/skin/impl/kde2/Kde2Skin.paintTab:(Ljava/awt/Graphics;IZIIII)Z ]
Kde2Skin.paintThumb ( java.awt.Graphics g, javax.swing.JScrollBar scrollbar, java.awt.Rectangle thumbBounds ):boolean
[ run-time name: com/l2fprod/gui/plaf/skin/impl/kde2/Kde2Skin.paintThumb:(Ljava/awt/Graphics;Ljavax/swing/JScrollBar;Ljava/awt/Rectangle;)Z ]
Kde2Skin.paintTrack ( java.awt.Graphics g, javax.swing.JScrollBar scrollbar, java.awt.Rectangle trackBounds ):boolean
[ run-time name: com/l2fprod/gui/plaf/skin/impl/kde2/Kde2Skin.paintTrack:(Ljava/awt/Graphics;Ljavax/swing/JScrollBar;Ljava/awt/Rectangle;)Z ]
Kde2Skin.status ( ):boolean
[ run-time name: com/l2fprod/gui/plaf/skin/impl/kde2/Kde2Skin.status:()Z ]
skinlf.jar, KdeSkin.class
package com.l2fprod.gui.plaf.skin.impl.kde
KdeSkin.KdeFrame ( com.l2fprod.util.IniFile ini, java.net.URL skinURL ):public
[ run-time name: com/l2fprod/gui/plaf/skin/impl/kde/KdeSkin.com.l2fprod.gui.plaf.skin.impl.kde.KdeFrame:(Lcom/l2fprod/util/IniFile;Ljava/net/URL;)V ]
KdeSkin.KdeFrameBorder ( com.l2fprod.util.IniFile ini, java.net.URL skinURL ):public
[ run-time name: com/l2fprod/gui/plaf/skin/impl/kde/KdeSkin.com.l2fprod.gui.plaf.skin.impl.kde.KdeFrameBorder:(Lcom/l2fprod/util/IniFile;Ljava/net/URL;)V ]
KdeSkin.getTopPreferredSize ( ):java.awt.Dimension
[ run-time name: com/l2fprod/gui/plaf/skin/impl/kde/KdeSkin.getTopPreferredSize:()Ljava/awt/Dimension; ]
KdeSkin.getWindowButtons ( int align ):com.l2fprod.gui.plaf.skin.SkinWindowButton[]
[ run-time name: com/l2fprod/gui/plaf/skin/impl/kde/KdeSkin.getWindowButtons:(I)[Lcom/l2fprod/gui/plaf/skin/SkinWindowButton; ]
KdeSkin.installSkin ( javax.swing.JComponent c ):boolean
[ run-time name: com/l2fprod/gui/plaf/skin/impl/kde/KdeSkin.installSkin:(Ljavax/swing/JComponent;)Z ]
KdeSkin.paintTop ( java.awt.Graphics g, java.awt.Component c, boolean isSelected, String title ):boolean
[ run-time name: com/l2fprod/gui/plaf/skin/impl/kde/KdeSkin.paintTop:(Ljava/awt/Graphics;Ljava/awt/Component;ZLjava/lang/String;)Z ]
KdeSkin.status ( ):boolean
[ run-time name: com/l2fprod/gui/plaf/skin/impl/kde/KdeSkin.status:()Z ]
skinlf.jar, KeyValueChunk.class
package com.sixlegs.image.png
KeyValueChunk.getEncoding ( ):String
[ run-time name: com/sixlegs/image/png/KeyValueChunk.getEncoding:()Ljava/lang/String; ]
KeyValueChunk.isCompressed ( ) [abstract]:boolean
[ run-time name: com/sixlegs/image/png/KeyValueChunk.isCompressed:()Z ]
KeyValueChunk.readData ( ):void
[ run-time name: com/sixlegs/image/png/KeyValueChunk.readData:()V ]
KeyValueChunk.readKey ( ):String
[ run-time name: com/sixlegs/image/png/KeyValueChunk.readKey:()Ljava/lang/String; ]
KeyValueChunk.readValue ( ):String
[ run-time name: com/sixlegs/image/png/KeyValueChunk.readValue:()Ljava/lang/String; ]
skinlf.jar, PanelArtistUtilities.class
package com.l2fprod.contrib.freehep
PanelArtistUtilities.getCenteringTransform ( int newX, int newY, int width, int height ) [static]:java.awt.geom.AffineTransform
[ run-time name: com/l2fprod/contrib/freehep/PanelArtistUtilities.getCenteringTransform:(IIII)Ljava/awt/geom/AffineTransform; ]
PanelArtistUtilities.getFillingTransform ( java.awt.geom.AffineTransform transform, java.awt.geom.RectangularShape realBounds, java.awt.geom.RectangularShape windowBounds ) [static]:void
[ run-time name: com/l2fprod/contrib/freehep/PanelArtistUtilities.getFillingTransform:(Ljava/awt/geom/AffineTransform;Ljava/awt/geom/RectangularShape;Ljava/awt/geom/RectangularShape;)V ]
PanelArtistUtilities.getFittingTransform ( java.awt.geom.AffineTransform transform, java.awt.geom.RectangularShape realBounds, java.awt.geom.RectangularShape windowBounds ) [static]:void
[ run-time name: com/l2fprod/contrib/freehep/PanelArtistUtilities.getFittingTransform:(Ljava/awt/geom/AffineTransform;Ljava/awt/geom/RectangularShape;Ljava/awt/geom/RectangularShape;)V ]
PanelArtistUtilities.getLocalBounds ( java.awt.Rectangle bounds, java.awt.Container c ) [static]:java.awt.Rectangle
[ run-time name: com/l2fprod/contrib/freehep/PanelArtistUtilities.getLocalBounds:(Ljava/awt/Rectangle;Ljava/awt/Container;)Ljava/awt/Rectangle; ]
PanelArtistUtilities.getResizeTransform ( int oldWidth, int oldHeight, int newWidth, int newHeight ) [static]:java.awt.geom.AffineTransform
[ run-time name: com/l2fprod/contrib/freehep/PanelArtistUtilities.getResizeTransform:(IIII)Ljava/awt/geom/AffineTransform; ]
PanelArtistUtilities.getStretchTransform ( int oldWidth, int oldHeight, int newWidth, int newHeight ) [static]:java.awt.geom.AffineTransform
[ run-time name: com/l2fprod/contrib/freehep/PanelArtistUtilities.getStretchTransform:(IIII)Ljava/awt/geom/AffineTransform; ]
PanelArtistUtilities.getXFlipTransform ( int width ) [static]:java.awt.geom.AffineTransform
[ run-time name: com/l2fprod/contrib/freehep/PanelArtistUtilities.getXFlipTransform:(I)Ljava/awt/geom/AffineTransform; ]
PanelArtistUtilities.getZoomTransform ( double zoomFactor, int width, int height ) [static]:java.awt.geom.AffineTransform
[ run-time name: com/l2fprod/contrib/freehep/PanelArtistUtilities.getZoomTransform:(DII)Ljava/awt/geom/AffineTransform; ]
skinlf.jar, PixelInputStream.class
package com.sixlegs.image.png
PixelInputStream.close ( ):void
[ run-time name: com/sixlegs/image/png/PixelInputStream.close:()V ]
PixelInputStream.read ( ):int
[ run-time name: com/sixlegs/image/png/PixelInputStream.read:()I ]
PixelInputStream.read ( int[] p1, int p2, int p3 ):int
[ run-time name: com/sixlegs/image/png/PixelInputStream.read:([III)I ]
skinlf.jar, PngImage.class
package com.sixlegs.image.png
PngImage.addConsumer ( java.awt.image.ImageConsumer p1 ):void
[ run-time name: com/sixlegs/image/png/PngImage.addConsumer:(Ljava/awt/image/ImageConsumer;)V ]
PngImage.getBackgroundColor ( ):java.awt.Color
[ run-time name: com/sixlegs/image/png/PngImage.getBackgroundColor:()Ljava/awt/Color; ]
PngImage.getBitDepth ( ):int
[ run-time name: com/sixlegs/image/png/PngImage.getBitDepth:()I ]
PngImage.getColorType ( ):int
[ run-time name: com/sixlegs/image/png/PngImage.getColorType:()I ]
PngImage.getErrors ( ):java.util.Enumeration
[ run-time name: com/sixlegs/image/png/PngImage.getErrors:()Ljava/util/Enumeration; ]
PngImage.getEverything ( ):void
[ run-time name: com/sixlegs/image/png/PngImage.getEverything:()V ]
PngImage.getGifExtensions ( ):java.util.Enumeration
[ run-time name: com/sixlegs/image/png/PngImage.getGifExtensions:()Ljava/util/Enumeration; ]
PngImage.getHeight ( ):int
[ run-time name: com/sixlegs/image/png/PngImage.getHeight:()I ]
PngImage.getInterlaceType ( ):int
[ run-time name: com/sixlegs/image/png/PngImage.getInterlaceType:()I ]
PngImage.getProperties ( ):java.util.Enumeration
[ run-time name: com/sixlegs/image/png/PngImage.getProperties:()Ljava/util/Enumeration; ]
PngImage.getProperty ( String p1 ):Object
[ run-time name: com/sixlegs/image/png/PngImage.getProperty:(Ljava/lang/String;)Ljava/lang/Object; ]
PngImage.getSuggestedPalette ( String p1 ):int[][]
[ run-time name: com/sixlegs/image/png/PngImage.getSuggestedPalette:(Ljava/lang/String;)[[I ]
PngImage.getSuggestedPalettes ( ):java.util.Enumeration
[ run-time name: com/sixlegs/image/png/PngImage.getSuggestedPalettes:()Ljava/util/Enumeration; ]
PngImage.getTextChunk ( String p1 ):TextChunk
[ run-time name: com/sixlegs/image/png/PngImage.getTextChunk:(Ljava/lang/String;)Lcom/sixlegs/image/png/TextChunk; ]
PngImage.getTextChunks ( ):java.util.Enumeration
[ run-time name: com/sixlegs/image/png/PngImage.getTextChunks:()Ljava/util/Enumeration; ]
PngImage.getWidth ( ):int
[ run-time name: com/sixlegs/image/png/PngImage.getWidth:()I ]
PngImage.hasAlphaChannel ( ):boolean
[ run-time name: com/sixlegs/image/png/PngImage.hasAlphaChannel:()Z ]
PngImage.hasChunk ( String p1 ):boolean
[ run-time name: com/sixlegs/image/png/PngImage.hasChunk:(Ljava/lang/String;)Z ]
PngImage.hasErrors ( ):boolean
[ run-time name: com/sixlegs/image/png/PngImage.hasErrors:()Z ]
PngImage.hasFatalError ( ):boolean
[ run-time name: com/sixlegs/image/png/PngImage.hasFatalError:()Z ]
PngImage.isConsumer ( java.awt.image.ImageConsumer p1 ):boolean
[ run-time name: com/sixlegs/image/png/PngImage.isConsumer:(Ljava/awt/image/ImageConsumer;)Z ]
PngImage.isGrayscale ( ):boolean
[ run-time name: com/sixlegs/image/png/PngImage.isGrayscale:()Z ]
PngImage.isIndexedColor ( ):boolean
[ run-time name: com/sixlegs/image/png/PngImage.isIndexedColor:()Z ]
PngImage.PngImage ( java.io.InputStream p1 )
[ run-time name: com/sixlegs/image/png/PngImage."<init>":(Ljava/io/InputStream;)V ]
PngImage.PngImage ( java.net.URL p1 )
[ run-time name: com/sixlegs/image/png/PngImage."<init>":(Ljava/net/URL;)V ]
PngImage.PngImage ( String p1 )
[ run-time name: com/sixlegs/image/png/PngImage."<init>":(Ljava/lang/String;)V ]
PngImage.registerChunk ( ChunkHandler p1, String p2 ) [static]:void
[ run-time name: com/sixlegs/image/png/PngImage.registerChunk:(Lcom/sixlegs/image/png/ChunkHandler;Ljava/lang/String;)V ]
PngImage.removeConsumer ( java.awt.image.ImageConsumer p1 ):void
[ run-time name: com/sixlegs/image/png/PngImage.removeConsumer:(Ljava/awt/image/ImageConsumer;)V ]
PngImage.requestTopDownLeftRightResend ( java.awt.image.ImageConsumer p1 ):void
[ run-time name: com/sixlegs/image/png/PngImage.requestTopDownLeftRightResend:(Ljava/awt/image/ImageConsumer;)V ]
PngImage.setAllErrorsFatal ( boolean p1 ) [static]:void
[ run-time name: com/sixlegs/image/png/PngImage.setAllErrorsFatal:(Z)V ]
PngImage.setDisplayExponent ( double p1 ) [static]:void
[ run-time name: com/sixlegs/image/png/PngImage.setDisplayExponent:(D)V ]
PngImage.setFlushAfterNextProduction ( boolean p1 ):void
[ run-time name: com/sixlegs/image/png/PngImage.setFlushAfterNextProduction:(Z)V ]
PngImage.setProgressiveDisplay ( boolean p1 ) [static]:void
[ run-time name: com/sixlegs/image/png/PngImage.setProgressiveDisplay:(Z)V ]
PngImage.setUserExponent ( double p1 ) [static]:void
[ run-time name: com/sixlegs/image/png/PngImage.setUserExponent:(D)V ]
PngImage.startProduction ( java.awt.image.ImageConsumer p1 ):void
[ run-time name: com/sixlegs/image/png/PngImage.startProduction:(Ljava/awt/image/ImageConsumer;)V ]
skinlf.jar, SAXParser.class
package com.l2fprod.contrib.nanoxml.sax
SAXParser.createTopElement ( ):com.l2fprod.contrib.nanoxml.XMLElement
[ run-time name: com/l2fprod/contrib/nanoxml/sax/SAXParser.createTopElement:()Lcom/l2fprod/contrib/nanoxml/XMLElement; ]
SAXParser.getColumnNumber ( ):int
[ run-time name: com/l2fprod/contrib/nanoxml/sax/SAXParser.getColumnNumber:()I ]
SAXParser.getLineNumber ( ):int
[ run-time name: com/l2fprod/contrib/nanoxml/sax/SAXParser.getLineNumber:()I ]
SAXParser.getPublicId ( ):String
[ run-time name: com/l2fprod/contrib/nanoxml/sax/SAXParser.getPublicId:()Ljava/lang/String; ]
SAXParser.getSystemId ( ):String
[ run-time name: com/l2fprod/contrib/nanoxml/sax/SAXParser.getSystemId:()Ljava/lang/String; ]
SAXParser.parse ( org.xml.sax.InputSource source ):void
[ run-time name: com/l2fprod/contrib/nanoxml/sax/SAXParser.parse:(Lorg/xml/sax/InputSource;)V ]
SAXParser.parse ( String systemId ):void
[ run-time name: com/l2fprod/contrib/nanoxml/sax/SAXParser.parse:(Ljava/lang/String;)V ]
SAXParser.SAXParser ( )
[ run-time name: com/l2fprod/contrib/nanoxml/sax/SAXParser."<init>":()V ]
SAXParser.setDocumentHandler ( org.xml.sax.DocumentHandler handler ):void
[ run-time name: com/l2fprod/contrib/nanoxml/sax/SAXParser.setDocumentHandler:(Lorg/xml/sax/DocumentHandler;)V ]
SAXParser.setDTDHandler ( org.xml.sax.DTDHandler handler ):void
[ run-time name: com/l2fprod/contrib/nanoxml/sax/SAXParser.setDTDHandler:(Lorg/xml/sax/DTDHandler;)V ]
SAXParser.setEntityResolver ( org.xml.sax.EntityResolver resolver ):void
[ run-time name: com/l2fprod/contrib/nanoxml/sax/SAXParser.setEntityResolver:(Lorg/xml/sax/EntityResolver;)V ]
SAXParser.setErrorHandler ( org.xml.sax.ErrorHandler handler ):void
[ run-time name: com/l2fprod/contrib/nanoxml/sax/SAXParser.setErrorHandler:(Lorg/xml/sax/ErrorHandler;)V ]
SAXParser.setLocale ( java.util.Locale locale ):void
[ run-time name: com/l2fprod/contrib/nanoxml/sax/SAXParser.setLocale:(Ljava/util/Locale;)V ]
skinlf.jar, SkinBorder.class
package com.l2fprod.gui.plaf.skin
SkinBorder.getBorderInsets ( java.awt.Component c ):java.awt.Insets
[ run-time name: com/l2fprod/gui/plaf/skin/SkinBorder.getBorderInsets:(Ljava/awt/Component;)Ljava/awt/Insets; ]
SkinBorder.getIcon ( java.net.URL skinURL, String path ) [static]:javax.swing.ImageIcon
[ run-time name: com/l2fprod/gui/plaf/skin/SkinBorder.getIcon:(Ljava/net/URL;Ljava/lang/String;)Ljavax/swing/ImageIcon; ]
SkinBorder.isBorderOpaque ( ):boolean
[ run-time name: com/l2fprod/gui/plaf/skin/SkinBorder.isBorderOpaque:()Z ]
SkinBorder.paintBorder ( java.awt.Component c, java.awt.Graphics g, int x, int y, int width, int height ):void
[ run-time name: com/l2fprod/gui/plaf/skin/SkinBorder.paintBorder:(Ljava/awt/Component;Ljava/awt/Graphics;IIII)V ]
SkinBorder.SkinBorder ( javax.swing.ImageIcon top, javax.swing.ImageIcon bottom, javax.swing.ImageIcon left, javax.swing.ImageIcon right, javax.swing.ImageIcon topleft, javax.swing.ImageIcon topright, javax.swing.ImageIcon bottomleft, javax.swing.ImageIcon bottomright )
[ run-time name: com/l2fprod/gui/plaf/skin/SkinBorder."<init>":(Ljavax/swing/ImageIcon;Ljavax/swing/ImageIcon;Ljavax/swing/ImageIcon;Ljavax/swing/ImageIcon;Ljavax/swing/ImageIcon;Ljavax/swing/ImageIcon;Ljavax/swing/ImageIcon;Ljavax/swing/ImageIcon;)V ]
skinlf.jar, SkinButtonListener.class
package com.l2fprod.gui.plaf.skin
SkinButtonListener.SkinButtonListener ( javax.swing.AbstractButton b )
[ run-time name: com/l2fprod/gui/plaf/skin/SkinButtonListener."<init>":(Ljavax/swing/AbstractButton;)V ]
skinlf.jar, SkinCheckBoxIcon.class
package com.l2fprod.gui.plaf.skin
SkinCheckBoxIcon.SkinCheckBoxIcon ( )
[ run-time name: com/l2fprod/gui/plaf/skin/SkinCheckBoxIcon."<init>":()V ]
skinlf.jar, SkinComboBoxUI.class
package com.l2fprod.gui.plaf.skin
SkinComboBoxUI.arrowButton ( ):javax.swing.JButton
[ run-time name: com/l2fprod/gui/plaf/skin/SkinComboBoxUI.arrowButton:()Ljavax/swing/JButton; ]
SkinComboBoxUI.createEditableChangeListener ( ):java.beans.PropertyChangeListener
[ run-time name: com/l2fprod/gui/plaf/skin/SkinComboBoxUI.createEditableChangeListener:()Ljava/beans/PropertyChangeListener; ]
skinlf.jar, SkinEventMulticaster.class
package com.l2fprod.gui
SkinEventMulticaster.add ( event.SkinWindowListener a, event.SkinWindowListener b ) [static]:event.SkinWindowListener
[ run-time name: com/l2fprod/gui/SkinEventMulticaster.add:(Lcom/l2fprod/gui/event/SkinWindowListener;Lcom/l2fprod/gui/event/SkinWindowListener;)Lcom/l2fprod/gui/event/SkinWindowListener; ]
SkinEventMulticaster.addInternal ( java.util.EventListener a, java.util.EventListener b ) [static]:java.util.EventListener
[ run-time name: com/l2fprod/gui/SkinEventMulticaster.addInternal:(Ljava/util/EventListener;Ljava/util/EventListener;)Ljava/util/EventListener; ]
SkinEventMulticaster.remove ( event.SkinWindowListener a, event.SkinWindowListener b ) [static]:event.SkinWindowListener
[ run-time name: com/l2fprod/gui/SkinEventMulticaster.remove:(Lcom/l2fprod/gui/event/SkinWindowListener;Lcom/l2fprod/gui/event/SkinWindowListener;)Lcom/l2fprod/gui/event/SkinWindowListener; ]
SkinEventMulticaster.remove ( java.util.EventListener oldl ):java.util.EventListener
[ run-time name: com/l2fprod/gui/SkinEventMulticaster.remove:(Ljava/util/EventListener;)Ljava/util/EventListener; ]
SkinEventMulticaster.removeInternal ( java.util.EventListener l, java.util.EventListener oldl ) [static]:java.util.EventListener
[ run-time name: com/l2fprod/gui/SkinEventMulticaster.removeInternal:(Ljava/util/EventListener;Ljava/util/EventListener;)Ljava/util/EventListener; ]
SkinEventMulticaster.SkinEventMulticaster ( java.util.EventListener a, java.util.EventListener b )
[ run-time name: com/l2fprod/gui/SkinEventMulticaster."<init>":(Ljava/util/EventListener;Ljava/util/EventListener;)V ]
SkinEventMulticaster.windowMaximized ( event.SkinWindowEvent e ):void
[ run-time name: com/l2fprod/gui/SkinEventMulticaster.windowMaximized:(Lcom/l2fprod/gui/event/SkinWindowEvent;)V ]
SkinEventMulticaster.windowShaded ( event.SkinWindowEvent e ):void
[ run-time name: com/l2fprod/gui/SkinEventMulticaster.windowShaded:(Lcom/l2fprod/gui/event/SkinWindowEvent;)V ]
SkinEventMulticaster.windowUnmaximized ( event.SkinWindowEvent e ):void
[ run-time name: com/l2fprod/gui/SkinEventMulticaster.windowUnmaximized:(Lcom/l2fprod/gui/event/SkinWindowEvent;)V ]
SkinEventMulticaster.windowUnshaded ( event.SkinWindowEvent e ):void
[ run-time name: com/l2fprod/gui/SkinEventMulticaster.windowUnshaded:(Lcom/l2fprod/gui/event/SkinWindowEvent;)V ]
skinlf.jar, SkinPersonality.class
package com.l2fprod.gui.plaf.skin
SkinPersonality.paintComboBox ( java.awt.Graphics p1, javax.swing.JComboBox p2, java.awt.Rectangle p3, boolean p4 ) [abstract]:boolean
[ run-time name: com/l2fprod/gui/plaf/skin/SkinPersonality.paintComboBox:(Ljava/awt/Graphics;Ljavax/swing/JComboBox;Ljava/awt/Rectangle;Z)Z ]
skinlf.jar, SkinPreviewWindow.class
package com.l2fprod.gui.plaf.skin
SkinPreviewWindow.createNorthPanel ( ):javax.swing.JComponent
[ run-time name: com/l2fprod/gui/plaf/skin/SkinPreviewWindow.createNorthPanel:()Ljavax/swing/JComponent; ]
skinlf.jar, SkinProgressBarUI.class
package com.l2fprod.gui.plaf.skin
SkinProgressBarUI.loadImage ( java.io.InputStream input ) [static]:java.awt.Image
[ run-time name: com/l2fprod/gui/plaf/skin/SkinProgressBarUI.loadImage:(Ljava/io/InputStream;)Ljava/awt/Image; ]
skinlf.jar, SkinRadioButtonIcon.class
package com.l2fprod.gui.plaf.skin
SkinRadioButtonIcon.getIconHeight ( ):int
[ run-time name: com/l2fprod/gui/plaf/skin/SkinRadioButtonIcon.getIconHeight:()I ]
SkinRadioButtonIcon.getIconWidth ( ):int
[ run-time name: com/l2fprod/gui/plaf/skin/SkinRadioButtonIcon.getIconWidth:()I ]
SkinRadioButtonIcon.paintIcon ( java.awt.Component c, java.awt.Graphics g, int x, int y ):void
[ run-time name: com/l2fprod/gui/plaf/skin/SkinRadioButtonIcon.paintIcon:(Ljava/awt/Component;Ljava/awt/Graphics;II)V ]
SkinRadioButtonIcon.SkinRadioButtonIcon ( )
[ run-time name: com/l2fprod/gui/plaf/skin/SkinRadioButtonIcon."<init>":()V ]
skinlf.jar, SkinSeparator.class
package com.l2fprod.gui.plaf.skin
SkinSeparator.getPreferredSize ( javax.swing.JSeparator p1 ) [abstract]:java.awt.Dimension
[ run-time name: com/l2fprod/gui/plaf/skin/SkinSeparator.getPreferredSize:(Ljavax/swing/JSeparator;)Ljava/awt/Dimension; ]
skinlf.jar, SkinSlider.class
package com.l2fprod.gui.plaf.skin
SkinSlider.getPreferredSize ( javax.swing.JSlider p1 ) [abstract]:java.awt.Dimension
[ run-time name: com/l2fprod/gui/plaf/skin/SkinSlider.getPreferredSize:(Ljavax/swing/JSlider;)Ljava/awt/Dimension; ]
skinlf.jar, SkinSplitPaneDivider.class
package com.l2fprod.gui.plaf.skin
SkinSplitPaneDivider.getMinimumSize ( ):java.awt.Dimension
[ run-time name: com/l2fprod/gui/plaf/skin/SkinSplitPaneDivider.getMinimumSize:()Ljava/awt/Dimension; ]
SkinSplitPaneDivider.getPreferredSize ( ):java.awt.Dimension
[ run-time name: com/l2fprod/gui/plaf/skin/SkinSplitPaneDivider.getPreferredSize:()Ljava/awt/Dimension; ]
SkinSplitPaneDivider.setBounds ( int x, int y, int w, int h ):void
[ run-time name: com/l2fprod/gui/plaf/skin/SkinSplitPaneDivider.setBounds:(IIII)V ]
skinlf.jar, SkinSplitPaneUI.class
package com.l2fprod.gui.plaf.skin
SkinSplitPaneUI.installDefaults ( ):void
[ run-time name: com/l2fprod/gui/plaf/skin/SkinSplitPaneUI.installDefaults:()V ]
skinlf.jar, SkinTitlePane.class
package com.l2fprod.gui.plaf.skin
SkinTitlePane.addNotify ( ):void
[ run-time name: com/l2fprod/gui/plaf/skin/SkinTitlePane.addNotify:()V ]
SkinTitlePane.assembleSystemMenu ( ):void
[ run-time name: com/l2fprod/gui/plaf/skin/SkinTitlePane.assembleSystemMenu:()V ]
SkinTitlePane.createSystemMenu ( ):javax.swing.JMenu
[ run-time name: com/l2fprod/gui/plaf/skin/SkinTitlePane.createSystemMenu:()Ljavax/swing/JMenu; ]
SkinTitlePane.install ( ):void
[ run-time name: com/l2fprod/gui/plaf/skin/SkinTitlePane.install:()V ]
SkinTitlePane.postClosingEvent ( javax.swing.JInternalFrame frame ):void
[ run-time name: com/l2fprod/gui/plaf/skin/SkinTitlePane.postClosingEvent:(Ljavax/swing/JInternalFrame;)V ]
SkinTitlePane.removeNotify ( ):void
[ run-time name: com/l2fprod/gui/plaf/skin/SkinTitlePane.removeNotify:()V ]
SkinTitlePane.showSystemMenu ( ):void
[ run-time name: com/l2fprod/gui/plaf/skin/SkinTitlePane.showSystemMenu:()V ]
SkinTitlePane.SkinTitlePane ( com.l2fprod.gui.SkinWindow f )
[ run-time name: com/l2fprod/gui/plaf/skin/SkinTitlePane."<init>":(Lcom/l2fprod/gui/SkinWindow;)V ]
SkinTitlePane.uninstallDefaults ( ):void
[ run-time name: com/l2fprod/gui/plaf/skin/SkinTitlePane.uninstallDefaults:()V ]
skinlf.jar, SkinUtils.class
package com.l2fprod.gui.plaf.skin
SkinUtils.findComponentAt ( java.awt.Container container, int x, int y ) [static]:java.awt.Component
[ run-time name: com/l2fprod/gui/plaf/skin/SkinUtils.findComponentAt:(Ljava/awt/Container;II)Ljava/awt/Component; ]
skinlf.jar, SkinWindow.class
package com.l2fprod.gui
SkinWindow.addWindowListener ( event.SkinWindowListener l ):void
[ run-time name: com/l2fprod/gui/SkinWindow.addWindowListener:(Lcom/l2fprod/gui/event/SkinWindowListener;)V ]
SkinWindow.finalize ( ):void
[ run-time name: com/l2fprod/gui/SkinWindow.finalize:()V ]
SkinWindow.fireWindowEvent ( int id ):void
[ run-time name: com/l2fprod/gui/SkinWindow.fireWindowEvent:(I)V ]
SkinWindow.fireWindowEvent ( java.awt.AWTEvent event ):void
[ run-time name: com/l2fprod/gui/SkinWindow.fireWindowEvent:(Ljava/awt/AWTEvent;)V ]
SkinWindow.getClientProperty ( Object key ):Object
[ run-time name: com/l2fprod/gui/SkinWindow.getClientProperty:(Ljava/lang/Object;)Ljava/lang/Object; ]
SkinWindow.getState ( ):int
[ run-time name: com/l2fprod/gui/SkinWindow.getState:()I ]
SkinWindow.isShaded ( ):boolean
[ run-time name: com/l2fprod/gui/SkinWindow.isShaded:()Z ]
SkinWindow.processWindowEvent ( java.awt.event.WindowEvent e ):void
[ run-time name: com/l2fprod/gui/SkinWindow.processWindowEvent:(Ljava/awt/event/WindowEvent;)V ]
SkinWindow.putClientProperty ( Object key, Object value ):void
[ run-time name: com/l2fprod/gui/SkinWindow.putClientProperty:(Ljava/lang/Object;Ljava/lang/Object;)V ]
SkinWindow.removeWindowListener ( event.SkinWindowListener l ):void
[ run-time name: com/l2fprod/gui/SkinWindow.removeWindowListener:(Lcom/l2fprod/gui/event/SkinWindowListener;)V ]
SkinWindow.setShaded ( boolean b ):void
[ run-time name: com/l2fprod/gui/SkinWindow.setShaded:(Z)V ]
SkinWindow.setState ( int state ):void
[ run-time name: com/l2fprod/gui/SkinWindow.setState:(I)V ]
SkinWindow.SkinWindow ( )
[ run-time name: com/l2fprod/gui/SkinWindow."<init>":()V ]
SkinWindow.SkinWindow ( String title )
[ run-time name: com/l2fprod/gui/SkinWindow."<init>":(Ljava/lang/String;)V ]
skinlf.jar, SkinWindowAdapter.class
package com.l2fprod.gui.event
SkinWindowAdapter.SkinWindowAdapter ( )
[ run-time name: com/l2fprod/gui/event/SkinWindowAdapter."<init>":()V ]
SkinWindowAdapter.windowMaximized ( SkinWindowEvent event ):void
[ run-time name: com/l2fprod/gui/event/SkinWindowAdapter.windowMaximized:(Lcom/l2fprod/gui/event/SkinWindowEvent;)V ]
SkinWindowAdapter.windowShaded ( SkinWindowEvent event ):void
[ run-time name: com/l2fprod/gui/event/SkinWindowAdapter.windowShaded:(Lcom/l2fprod/gui/event/SkinWindowEvent;)V ]
SkinWindowAdapter.windowUnmaximized ( SkinWindowEvent event ):void
[ run-time name: com/l2fprod/gui/event/SkinWindowAdapter.windowUnmaximized:(Lcom/l2fprod/gui/event/SkinWindowEvent;)V ]
SkinWindowAdapter.windowUnshaded ( SkinWindowEvent event ):void
[ run-time name: com/l2fprod/gui/event/SkinWindowAdapter.windowUnshaded:(Lcom/l2fprod/gui/event/SkinWindowEvent;)V ]
skinlf.jar, SkinWindowEvent.class
package com.l2fprod.gui.event
SkinWindowEvent.paramString ( ):String
[ run-time name: com/l2fprod/gui/event/SkinWindowEvent.paramString:()Ljava/lang/String; ]
SkinWindowEvent.SkinWindowEvent ( com.l2fprod.gui.SkinWindow window, int id )
[ run-time name: com/l2fprod/gui/event/SkinWindowEvent."<init>":(Lcom/l2fprod/gui/SkinWindow;I)V ]
skinlf.jar, SkinWindowList.class
package com.l2fprod.gui
SkinWindowList.activateNextWindow ( SkinWindow w ):void
[ run-time name: com/l2fprod/gui/SkinWindowList.activateNextWindow:(Lcom/l2fprod/gui/SkinWindow;)V ]
SkinWindowList.getSkinWindowList ( ) [static]:SkinWindowList
[ run-time name: com/l2fprod/gui/SkinWindowList.getSkinWindowList:()Lcom/l2fprod/gui/SkinWindowList; ]
SkinWindowList.registerWindow ( SkinWindow w ):void
[ run-time name: com/l2fprod/gui/SkinWindowList.registerWindow:(Lcom/l2fprod/gui/SkinWindow;)V ]
SkinWindowList.unregisterWindow ( SkinWindow w ):void
[ run-time name: com/l2fprod/gui/SkinWindowList.unregisterWindow:(Lcom/l2fprod/gui/SkinWindow;)V ]
skinlf.jar, SkinWindowListener.class
package com.l2fprod.gui.event
SkinWindowListener.windowMaximized ( SkinWindowEvent p1 ) [abstract]:void
[ run-time name: com/l2fprod/gui/event/SkinWindowListener.windowMaximized:(Lcom/l2fprod/gui/event/SkinWindowEvent;)V ]
SkinWindowListener.windowShaded ( SkinWindowEvent p1 ) [abstract]:void
[ run-time name: com/l2fprod/gui/event/SkinWindowListener.windowShaded:(Lcom/l2fprod/gui/event/SkinWindowEvent;)V ]
SkinWindowListener.windowUnmaximized ( SkinWindowEvent p1 ) [abstract]:void
[ run-time name: com/l2fprod/gui/event/SkinWindowListener.windowUnmaximized:(Lcom/l2fprod/gui/event/SkinWindowEvent;)V ]
SkinWindowListener.windowUnshaded ( SkinWindowEvent p1 ) [abstract]:void
[ run-time name: com/l2fprod/gui/event/SkinWindowListener.windowUnshaded:(Lcom/l2fprod/gui/event/SkinWindowEvent;)V ]
skinlf.jar, SkinWindowTitlePane.class
package com.l2fprod.gui.plaf.skin
SkinWindowTitlePane.createGlassPaneDispatcher ( ):javax.swing.event.MouseInputListener
[ run-time name: com/l2fprod/gui/plaf/skin/SkinWindowTitlePane.createGlassPaneDispatcher:()Ljavax/swing/event/MouseInputListener; ]
SkinWindowTitlePane.createPropertyChangeListener ( ):java.beans.PropertyChangeListener
[ run-time name: com/l2fprod/gui/plaf/skin/SkinWindowTitlePane.createPropertyChangeListener:()Ljava/beans/PropertyChangeListener; ]
SkinWindowTitlePane.installListeners ( ):void
[ run-time name: com/l2fprod/gui/plaf/skin/SkinWindowTitlePane.installListeners:()V ]
SkinWindowTitlePane.SkinWindowTitlePane ( com.l2fprod.gui.SkinWindow f )
[ run-time name: com/l2fprod/gui/plaf/skin/SkinWindowTitlePane."<init>":(Lcom/l2fprod/gui/SkinWindow;)V ]
skinlf.jar, SoundEventQueue.class
package com.l2fprod.gui.sound
SoundEventQueue.dispatchEvent ( java.awt.AWTEvent event ):void
[ run-time name: com/l2fprod/gui/sound/SoundEventQueue.dispatchEvent:(Ljava/awt/AWTEvent;)V ]
SoundEventQueue.playSound ( java.awt.AWTEvent event ):void
[ run-time name: com/l2fprod/gui/sound/SoundEventQueue.playSound:(Ljava/awt/AWTEvent;)V ]
SoundEventQueue.SoundEventQueue ( )
[ run-time name: com/l2fprod/gui/sound/SoundEventQueue."<init>":()V ]
skinlf.jar, TextChunk.class
package com.sixlegs.image.png
TextChunk.getChunkType ( ) [abstract]:String
[ run-time name: com/sixlegs/image/png/TextChunk.getChunkType:()Ljava/lang/String; ]
TextChunk.getKeyword ( ) [abstract]:String
[ run-time name: com/sixlegs/image/png/TextChunk.getKeyword:()Ljava/lang/String; ]
TextChunk.getLanguage ( ) [abstract]:String
[ run-time name: com/sixlegs/image/png/TextChunk.getLanguage:()Ljava/lang/String; ]
TextChunk.getText ( ) [abstract]:String
[ run-time name: com/sixlegs/image/png/TextChunk.getText:()Ljava/lang/String; ]
TextChunk.getTranslatedKeyword ( ) [abstract]:String
[ run-time name: com/sixlegs/image/png/TextChunk.getTranslatedKeyword:()Ljava/lang/String; ]
skinlf.jar, UnfilterInputStream.class
package com.sixlegs.image.png
UnfilterInputStream.beforeIDAT ( ):boolean
[ run-time name: com/sixlegs/image/png/UnfilterInputStream.beforeIDAT:()Z ]
UnfilterInputStream.calc ( ):void
[ run-time name: com/sixlegs/image/png/UnfilterInputStream.calc:()V ]
UnfilterInputStream.close ( ):void
[ run-time name: com/sixlegs/image/png/UnfilterInputStream.close:()V ]
UnfilterInputStream.multipleOK ( ):boolean
[ run-time name: com/sixlegs/image/png/UnfilterInputStream.multipleOK:()Z ]
UnfilterInputStream.read ( ):int
[ run-time name: com/sixlegs/image/png/UnfilterInputStream.read:()I ]
UnfilterInputStream.read ( byte[] p1, int p2, int p3 ):int
[ run-time name: com/sixlegs/image/png/UnfilterInputStream.read:([BII)I ]
UnfilterInputStream.readData ( ):void
[ run-time name: com/sixlegs/image/png/UnfilterInputStream.readData:()V ]
skinlf.jar, UserChunk.class
package com.sixlegs.image.png
UserChunk.readData ( ):void
[ run-time name: com/sixlegs/image/png/UserChunk.readData:()V ]
skinlf.jar, WindowManager.class
package com.l2fprod.gui
WindowManager.activateWindow ( SkinWindow p1 ) [abstract]:void
[ run-time name: com/l2fprod/gui/WindowManager.activateWindow:(Lcom/l2fprod/gui/SkinWindow;)V ]
WindowManager.beginDraggingWindow ( SkinWindow p1 ) [abstract]:void
[ run-time name: com/l2fprod/gui/WindowManager.beginDraggingWindow:(Lcom/l2fprod/gui/SkinWindow;)V ]
WindowManager.beginResizingWindow ( SkinWindow p1, int p2 ) [abstract]:void
[ run-time name: com/l2fprod/gui/WindowManager.beginResizingWindow:(Lcom/l2fprod/gui/SkinWindow;I)V ]
WindowManager.closeWindow ( SkinWindow p1 ) [abstract]:void
[ run-time name: com/l2fprod/gui/WindowManager.closeWindow:(Lcom/l2fprod/gui/SkinWindow;)V ]
WindowManager.deactivateWindow ( SkinWindow p1 ) [abstract]:void
[ run-time name: com/l2fprod/gui/WindowManager.deactivateWindow:(Lcom/l2fprod/gui/SkinWindow;)V ]
WindowManager.deiconifyWindow ( SkinWindow p1 ) [abstract]:void
[ run-time name: com/l2fprod/gui/WindowManager.deiconifyWindow:(Lcom/l2fprod/gui/SkinWindow;)V ]
WindowManager.dragWindow ( SkinWindow p1, int p2, int p3 ) [abstract]:void
[ run-time name: com/l2fprod/gui/WindowManager.dragWindow:(Lcom/l2fprod/gui/SkinWindow;II)V ]
WindowManager.endDraggingWindow ( SkinWindow p1 ) [abstract]:void
[ run-time name: com/l2fprod/gui/WindowManager.endDraggingWindow:(Lcom/l2fprod/gui/SkinWindow;)V ]
WindowManager.endResizingWindow ( SkinWindow p1 ) [abstract]:void
[ run-time name: com/l2fprod/gui/WindowManager.endResizingWindow:(Lcom/l2fprod/gui/SkinWindow;)V ]
WindowManager.getWindowManager ( ) [static]:WindowManager
[ run-time name: com/l2fprod/gui/WindowManager.getWindowManager:()Lcom/l2fprod/gui/WindowManager; ]
WindowManager.iconifyWindow ( SkinWindow p1 ) [abstract]:void
[ run-time name: com/l2fprod/gui/WindowManager.iconifyWindow:(Lcom/l2fprod/gui/SkinWindow;)V ]
WindowManager.maximizeWindow ( SkinWindow p1 ) [abstract]:void
[ run-time name: com/l2fprod/gui/WindowManager.maximizeWindow:(Lcom/l2fprod/gui/SkinWindow;)V ]
WindowManager.minimizeWindow ( SkinWindow p1 ) [abstract]:void
[ run-time name: com/l2fprod/gui/WindowManager.minimizeWindow:(Lcom/l2fprod/gui/SkinWindow;)V ]
WindowManager.openWindow ( SkinWindow p1 ) [abstract]:void
[ run-time name: com/l2fprod/gui/WindowManager.openWindow:(Lcom/l2fprod/gui/SkinWindow;)V ]
WindowManager.resizeWindow ( SkinWindow p1, int p2, int p3, int p4, int p5 ) [abstract]:void
[ run-time name: com/l2fprod/gui/WindowManager.resizeWindow:(Lcom/l2fprod/gui/SkinWindow;IIII)V ]
WindowManager.setBoundsForWindow ( java.awt.Container p1, int p2, int p3, int p4, int p5 ) [abstract]:void
[ run-time name: com/l2fprod/gui/WindowManager.setBoundsForWindow:(Ljava/awt/Container;IIII)V ]
WindowManager.setWindowManager ( WindowManager newManager ) [static]:void
[ run-time name: com/l2fprod/gui/WindowManager.setWindowManager:(Lcom/l2fprod/gui/WindowManager;)V ]
WindowManager.shadeWindow ( SkinWindow p1 ) [abstract]:void
[ run-time name: com/l2fprod/gui/WindowManager.shadeWindow:(Lcom/l2fprod/gui/SkinWindow;)V ]
WindowManager.unshadeWindow ( SkinWindow p1 ) [abstract]:void
[ run-time name: com/l2fprod/gui/WindowManager.unshadeWindow:(Lcom/l2fprod/gui/SkinWindow;)V ]
WindowManager.WindowManager ( )
[ run-time name: com/l2fprod/gui/WindowManager."<init>":()V ]
to the top
Problems with Data Types, High risk (133)
Shorthand notations: this - reference to method's object.
demo.jar
[+] alwaysontop (1)
|
This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class alwaysontop. |
[+] affected methods (2)
alwaysontop.alwaysontop ( ):
This constructor is from 'alwaysontop' class.
alwaysontop.main ( String[] args ):
This method is from 'alwaysontop' class.
[+] Clock (1)
|
This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class Clock. |
[+] affected methods (7)
Clock.Clock ( java.awt.Image back ):
This constructor is from 'Clock' class.
Clock.main ( String[] args ):
This method is from 'Clock' class.
Clock.paint ( java.awt.Graphics g ):
This method is from 'Clock' class.
Clock.run ( ):
This method is from 'Clock' class.
Clock.start ( ):
This method is from 'Clock' class.
Clock.stop ( ):
This method is from 'Clock' class.
Clock.update ( java.awt.Graphics g ):
This method is from 'Clock' class.
[+] demo (1)
|
This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class demo. |
[+] affected methods (3)
demo.createUI ( String[] themes ):
This method is from 'demo' class.
demo.demo ( ):
This constructor is from 'demo' class.
demo.main ( String[] p1 ):
This method is from 'demo' class.
[+] demoPanel (1)
|
This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class demoPanel. |
[+] affected methods (1)
demoPanel.demoPanel ( String[] themes ):
This constructor is from 'demoPanel' class.
[+] demoWelcome (1)
|
This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class demoWelcome. |
[+] affected methods (1)
demoWelcome.demoWelcome ( String[] themes ):
This constructor is from 'demoWelcome' class.
[+] nativesplash (1)
|
This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class nativesplash. |
[+] affected methods (2)
nativesplash.main ( String[] Class ):
This method is from 'nativesplash' class.
nativesplash.nativesplash ( ):
This constructor is from 'nativesplash' class.
[+] NativeSplashScreen (1)
|
This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class NativeSplashScreen. |
[+] affected methods (12)
NativeSplashScreen.actionPerformed ( java.awt.event.ActionEvent event ):
This method is from 'NativeSplashScreen' class.
NativeSplashScreen.block ( ):
This method is from 'NativeSplashScreen' class.
NativeSplashScreen.keyPressed ( java.awt.event.KeyEvent event ):
This method is from 'NativeSplashScreen' class.
NativeSplashScreen.keyReleased ( java.awt.event.KeyEvent event ):
This method is from 'NativeSplashScreen' class.
NativeSplashScreen.keyTyped ( java.awt.event.KeyEvent event ):
This method is from 'NativeSplashScreen' class.
NativeSplashScreen.mouseClicked ( java.awt.event.MouseEvent event ):
This method is from 'NativeSplashScreen' class.
NativeSplashScreen.mouseEntered ( java.awt.event.MouseEvent event ):
This method is from 'NativeSplashScreen' class.
NativeSplashScreen.mouseExited ( java.awt.event.MouseEvent event ):
This method is from 'NativeSplashScreen' class.
NativeSplashScreen.mousePressed ( java.awt.event.MouseEvent event ):
This method is from 'NativeSplashScreen' class.
NativeSplashScreen.mouseReleased ( java.awt.event.MouseEvent event ):
This method is from 'NativeSplashScreen' class.
NativeSplashScreen.NativeSplashScreen ( java.awt.Frame parent, javax.swing.ImageIcon icon, int timeout ):
This constructor is from 'NativeSplashScreen' class.
NativeSplashScreen.setVisible ( boolean b ):
This method is from 'NativeSplashScreen' class.
[+] VerticalLayout (1)
|
This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class VerticalLayout. |
[+] affected methods (7)
VerticalLayout.addLayoutComponent ( String name, java.awt.Component c ):
This method is from 'VerticalLayout' class.
VerticalLayout.layoutContainer ( java.awt.Container parent ):
This method is from 'VerticalLayout' class.
VerticalLayout.minimumLayoutSize ( java.awt.Container parent ):
This method is from 'VerticalLayout' class.
VerticalLayout.preferredLayoutSize ( java.awt.Container parent ):
This method is from 'VerticalLayout' class.
VerticalLayout.removeLayoutComponent ( java.awt.Component c ):
This method is from 'VerticalLayout' class.
VerticalLayout.VerticalLayout ( ):
This constructor is from 'VerticalLayout' class.
VerticalLayout.VerticalLayout ( int gap ):
This constructor is from 'VerticalLayout' class.
nativeskin.jar
package com.l2fprod.gui.nativeskin.win32
[+] Win32NativeSkin (1)
|
This class become final. | Recompilation of a client program may be terminated with the message: cannot inherit from final Win32NativeSkin. |
[+] affected methods (11)
Win32NativeSkin.combineRegions ( com.l2fprod.gui.region.Region region1, com.l2fprod.gui.region.Region region2, int combineMode ):
This method is from 'Win32NativeSkin' class.
Win32NativeSkin.createEllipticRegion ( int x1, int y1, int x2, int y2 ):
This method is from 'Win32NativeSkin' class.
Win32NativeSkin.createPolygonRegion ( int[] xpoints, int[] ypoints, int fillMode ):
This method is from 'Win32NativeSkin' class.
Win32NativeSkin.createRectangleRegion ( int x1, int y1, int x2, int y2 ):
This method is from 'Win32NativeSkin' class.
Win32NativeSkin.createRegion ( java.awt.Image image, int width, int height ):
This method is from 'Win32NativeSkin' class.
Win32NativeSkin.createRoundRectangleRegion ( int x1, int y1, int x2, int y2, int x3, int y3 ):
This method is from 'Win32NativeSkin' class.
Win32NativeSkin.setAlwaysOnTop ( java.awt.Window window, boolean enable ):
This method is from 'Win32NativeSkin' class.
Win32NativeSkin.setWindowRegion ( int handle, com.l2fprod.gui.region.Region region, boolean redraw ):
This method is from 'Win32NativeSkin' class.
Win32NativeSkin.setWindowRegion ( java.awt.Window window, com.l2fprod.gui.region.Region region, boolean redraw ):
This method is from 'Win32NativeSkin' class.
Win32NativeSkin.setWindowTransparency ( java.awt.Window window, int transparency ):
This method is from 'Win32NativeSkin' class.
Win32NativeSkin.Win32NativeSkin ( ):
This constructor is from 'Win32NativeSkin' class.
package com.l2fprod.gui.nativeskin.x11
[+] X11NativeSkin (1)
|
This class become final. | Recompilation of a client program may be terminated with the message: cannot inherit from final X11NativeSkin. |
[+] affected methods (2)
X11NativeSkin.setWindowRegion ( java.awt.Window window, com.l2fprod.gui.region.Region region, boolean redraw ):
This method is from 'X11NativeSkin' class.
X11NativeSkin.X11NativeSkin ( ):
This constructor is from 'X11NativeSkin' class.
package com.l2fprod.gui.region
[+] ImageRegion (1)
|
This class become final. | Recompilation of a client program may be terminated with the message: cannot inherit from final ImageRegion. |
[+] affected methods (5)
ImageRegion.getHeight ( ):
This method is from 'ImageRegion' class.
ImageRegion.getImage ( ):
This method is from 'ImageRegion' class.
ImageRegion.getWidth ( ):
This method is from 'ImageRegion' class.
ImageRegion.ImageRegion ( java.awt.Image img ):
This constructor is from 'ImageRegion' class.
ImageRegion.ImageRegion ( java.awt.Image img, int width, int height ):
This constructor is from 'ImageRegion' class.
[+] RegionBuilder (1)
|
This class become final. | Recompilation of a client program may be terminated with the message: cannot inherit from final RegionBuilder. |
[+] affected methods (12)
RegionBuilder.combineRegions ( Region region1, Region region2, int combineMode ):
This method is from 'RegionBuilder' class.
RegionBuilder.createEllipticRegion ( int x1, int y1, int x2, int y2 ):
This method is from 'RegionBuilder' class.
RegionBuilder.createPolygonRegion ( int[] xpoints, int[] ypoints, int fillMode ):
This method is from 'RegionBuilder' class.
RegionBuilder.createRectangleRegion ( int x1, int y1, int x2, int y2 ):
This method is from 'RegionBuilder' class.
RegionBuilder.createRegion ( java.awt.Image image ):
This method is from 'RegionBuilder' class.
RegionBuilder.createRegion ( java.awt.Image image, int width, int height ):
This method is from 'RegionBuilder' class.
RegionBuilder.createRoundRectangleRegion ( int x1, int y1, int x2, int y2, int x3, int y3 ):
This method is from 'RegionBuilder' class.
RegionBuilder.getInstance ( ):
Return value of this method has type 'RegionBuilder'.
RegionBuilder.isSupported ( ):
This method is from 'RegionBuilder' class.
RegionBuilder.RegionBuilder ( ):
This constructor is from 'RegionBuilder' class.
RegionBuilder.setWindowRegion ( int handle, Region region, boolean redraw ):
This method is from 'RegionBuilder' class.
RegionBuilder.setWindowRegion ( java.awt.Window window, Region region, boolean redraw ):
This method is from 'RegionBuilder' class.
simpleapplet.jar
[+] SimpleApplet (1)
|
This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class SimpleApplet. |
[+] affected methods (3)
SimpleApplet.createUI ( ):
This method is from 'SimpleApplet' class.
SimpleApplet.init ( ):
This method is from 'SimpleApplet' class.
SimpleApplet.SimpleApplet ( ):
This constructor is from 'SimpleApplet' class.
skinlf.jar
package com.l2fprod.contrib.nanoxml.sax
[+] SAXParser (1)
|
This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class SAXParser. |
[+] affected methods (13)
SAXParser.createTopElement ( ):
This method is from 'SAXParser' class.
SAXParser.getColumnNumber ( ):
This method is from 'SAXParser' class.
SAXParser.getLineNumber ( ):
This method is from 'SAXParser' class.
SAXParser.getPublicId ( ):
This method is from 'SAXParser' class.
SAXParser.getSystemId ( ):
This method is from 'SAXParser' class.
SAXParser.parse ( org.xml.sax.InputSource source ):
This method is from 'SAXParser' class.
SAXParser.parse ( String systemId ):
This method is from 'SAXParser' class.
SAXParser.SAXParser ( ):
This constructor is from 'SAXParser' class.
SAXParser.setDocumentHandler ( org.xml.sax.DocumentHandler handler ):
This method is from 'SAXParser' class.
SAXParser.setDTDHandler ( org.xml.sax.DTDHandler handler ):
This method is from 'SAXParser' class.
SAXParser.setEntityResolver ( org.xml.sax.EntityResolver resolver ):
This method is from 'SAXParser' class.
SAXParser.setErrorHandler ( org.xml.sax.ErrorHandler handler ):
This method is from 'SAXParser' class.
SAXParser.setLocale ( java.util.Locale locale ):
This method is from 'SAXParser' class.
package com.l2fprod.gui
[+] DefaultWindowManager (1)
|
This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class DefaultWindowManager. |
[+] affected methods (24)
DefaultWindowManager.activateWindow ( SkinWindow f ):
This method is from 'DefaultWindowManager' class.
DefaultWindowManager.beginDraggingWindow ( SkinWindow w ):
This method is from 'DefaultWindowManager' class.
DefaultWindowManager.beginResizingWindow ( SkinWindow w, int direction ):
This method is from 'DefaultWindowManager' class.
DefaultWindowManager.closeWindow ( SkinWindow f ):
This method is from 'DefaultWindowManager' class.
DefaultWindowManager.deactivateWindow ( SkinWindow f ):
This method is from 'DefaultWindowManager' class.
DefaultWindowManager.DefaultWindowManager ( ):
This constructor is from 'DefaultWindowManager' class.
DefaultWindowManager.deiconifyWindow ( SkinWindow f ):
This method is from 'DefaultWindowManager' class.
DefaultWindowManager.dragWindow ( SkinWindow w, int newX, int newY ):
This method is from 'DefaultWindowManager' class.
DefaultWindowManager.endDraggingWindow ( SkinWindow w ):
This method is from 'DefaultWindowManager' class.
DefaultWindowManager.endResizingWindow ( SkinWindow w ):
This method is from 'DefaultWindowManager' class.
DefaultWindowManager.getBoundsForIconOf ( SkinWindow f ):
This method is from 'DefaultWindowManager' class.
DefaultWindowManager.getPreviousBounds ( SkinWindow f ):
This method is from 'DefaultWindowManager' class.
DefaultWindowManager.iconifyWindow ( SkinWindow f ):
This method is from 'DefaultWindowManager' class.
DefaultWindowManager.maximizeWindow ( SkinWindow f ):
This method is from 'DefaultWindowManager' class.
DefaultWindowManager.minimizeWindow ( SkinWindow f ):
This method is from 'DefaultWindowManager' class.
DefaultWindowManager.openWindow ( SkinWindow f ):
This method is from 'DefaultWindowManager' class.
DefaultWindowManager.removeIconFor ( SkinWindow f ):
This method is from 'DefaultWindowManager' class.
DefaultWindowManager.resizeWindow ( SkinWindow w, int newX, int newY, int newWidth, int newHeight ):
This method is from 'DefaultWindowManager' class.
DefaultWindowManager.setBoundsForWindow ( java.awt.Container f, int newX, int newY, int newWidth, int newHeight ):
This method is from 'DefaultWindowManager' class.
DefaultWindowManager.setPreviousBounds ( SkinWindow f, java.awt.Rectangle r ):
This method is from 'DefaultWindowManager' class.
DefaultWindowManager.setWasIcon ( SkinWindow f, Boolean value ):
This method is from 'DefaultWindowManager' class.
DefaultWindowManager.shadeWindow ( SkinWindow w ):
This method is from 'DefaultWindowManager' class.
DefaultWindowManager.unshadeWindow ( SkinWindow w ):
This method is from 'DefaultWindowManager' class.
DefaultWindowManager.wasIcon ( SkinWindow f ):
This method is from 'DefaultWindowManager' class.
[+] SkinEventMulticaster (1)
|
This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class SkinEventMulticaster. |
[+] affected methods (10)
SkinEventMulticaster.add ( event.SkinWindowListener a, event.SkinWindowListener b ):
This method is from 'SkinEventMulticaster' class.
SkinEventMulticaster.addInternal ( java.util.EventListener a, java.util.EventListener b ):
This method is from 'SkinEventMulticaster' class.
SkinEventMulticaster.remove ( event.SkinWindowListener a, event.SkinWindowListener b ):
This method is from 'SkinEventMulticaster' class.
SkinEventMulticaster.remove ( java.util.EventListener oldl ):
This method is from 'SkinEventMulticaster' class.
SkinEventMulticaster.removeInternal ( java.util.EventListener l, java.util.EventListener oldl ):
This method is from 'SkinEventMulticaster' class.
SkinEventMulticaster.SkinEventMulticaster ( java.util.EventListener a, java.util.EventListener b ):
This constructor is from 'SkinEventMulticaster' class.
SkinEventMulticaster.windowMaximized ( event.SkinWindowEvent e ):
This method is from 'SkinEventMulticaster' class.
SkinEventMulticaster.windowShaded ( event.SkinWindowEvent e ):
This method is from 'SkinEventMulticaster' class.
SkinEventMulticaster.windowUnmaximized ( event.SkinWindowEvent e ):
This method is from 'SkinEventMulticaster' class.
SkinEventMulticaster.windowUnshaded ( event.SkinWindowEvent e ):
This method is from 'SkinEventMulticaster' class.
[+] SkinWindow (1)
|
This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class SkinWindow. |
[+] affected methods (14)
SkinWindow.addWindowListener ( event.SkinWindowListener l ):
This method is from 'SkinWindow' class.
SkinWindow.finalize ( ):
This method is from 'SkinWindow' class.
SkinWindow.fireWindowEvent ( int id ):
This method is from 'SkinWindow' class.
SkinWindow.fireWindowEvent ( java.awt.AWTEvent event ):
This method is from 'SkinWindow' class.
SkinWindow.getClientProperty ( Object key ):
This method is from 'SkinWindow' class.
SkinWindow.getState ( ):
This method is from 'SkinWindow' class.
SkinWindow.isShaded ( ):
This method is from 'SkinWindow' class.
SkinWindow.processWindowEvent ( java.awt.event.WindowEvent e ):
This method is from 'SkinWindow' class.
SkinWindow.putClientProperty ( Object key, Object value ):
This method is from 'SkinWindow' class.
SkinWindow.removeWindowListener ( event.SkinWindowListener l ):
This method is from 'SkinWindow' class.
SkinWindow.setShaded ( boolean b ):
This method is from 'SkinWindow' class.
SkinWindow.setState ( int state ):
This method is from 'SkinWindow' class.
SkinWindow.SkinWindow ( ):
This constructor is from 'SkinWindow' class.
SkinWindow.SkinWindow ( String title ):
This constructor is from 'SkinWindow' class.
[+] SkinWindowList (1)
|
This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class SkinWindowList. |
[+] affected methods (4)
SkinWindowList.activateNextWindow ( SkinWindow w ):
This method is from 'SkinWindowList' class.
SkinWindowList.getSkinWindowList ( ):
This method is from 'SkinWindowList' class.
SkinWindowList.registerWindow ( SkinWindow w ):
This method is from 'SkinWindowList' class.
SkinWindowList.unregisterWindow ( SkinWindow w ):
This method is from 'SkinWindowList' class.
[+] WindowManager (1)
|
This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class WindowManager. |
[+] affected methods (20)
WindowManager.activateWindow ( SkinWindow p1 ):
This abstract method is from 'WindowManager' abstract class.
WindowManager.beginDraggingWindow ( SkinWindow p1 ):
This abstract method is from 'WindowManager' abstract class.
WindowManager.beginResizingWindow ( SkinWindow p1, int p2 ):
This abstract method is from 'WindowManager' abstract class.
WindowManager.closeWindow ( SkinWindow p1 ):
This abstract method is from 'WindowManager' abstract class.
WindowManager.deactivateWindow ( SkinWindow p1 ):
This abstract method is from 'WindowManager' abstract class.
WindowManager.deiconifyWindow ( SkinWindow p1 ):
This abstract method is from 'WindowManager' abstract class.
WindowManager.dragWindow ( SkinWindow p1, int p2, int p3 ):
This abstract method is from 'WindowManager' abstract class.
WindowManager.endDraggingWindow ( SkinWindow p1 ):
This abstract method is from 'WindowManager' abstract class.
WindowManager.endResizingWindow ( SkinWindow p1 ):
This abstract method is from 'WindowManager' abstract class.
WindowManager.getWindowManager ( ):
This method is from 'WindowManager' abstract class.
WindowManager.iconifyWindow ( SkinWindow p1 ):
This abstract method is from 'WindowManager' abstract class.
WindowManager.maximizeWindow ( SkinWindow p1 ):
This abstract method is from 'WindowManager' abstract class.
WindowManager.minimizeWindow ( SkinWindow p1 ):
This abstract method is from 'WindowManager' abstract class.
WindowManager.openWindow ( SkinWindow p1 ):
This abstract method is from 'WindowManager' abstract class.
WindowManager.resizeWindow ( SkinWindow p1, int p2, int p3, int p4, int p5 ):
This abstract method is from 'WindowManager' abstract class.
WindowManager.setBoundsForWindow ( java.awt.Container p1, int p2, int p3, int p4, int p5 ):
This abstract method is from 'WindowManager' abstract class.
WindowManager.setWindowManager ( WindowManager newManager ):
This method is from 'WindowManager' abstract class.
WindowManager.shadeWindow ( SkinWindow p1 ):
This abstract method is from 'WindowManager' abstract class.
WindowManager.unshadeWindow ( SkinWindow p1 ):
This abstract method is from 'WindowManager' abstract class.
WindowManager.WindowManager ( ):
This constructor is from 'WindowManager' abstract class.
package com.l2fprod.gui.event
[+] SkinWindowAdapter (1)
|
This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class SkinWindowAdapter. |
[+] affected methods (5)
SkinWindowAdapter.SkinWindowAdapter ( ):
This constructor is from 'SkinWindowAdapter' class.
SkinWindowAdapter.windowMaximized ( SkinWindowEvent event ):
This method is from 'SkinWindowAdapter' class.
SkinWindowAdapter.windowShaded ( SkinWindowEvent event ):
This method is from 'SkinWindowAdapter' class.
SkinWindowAdapter.windowUnmaximized ( SkinWindowEvent event ):
This method is from 'SkinWindowAdapter' class.
SkinWindowAdapter.windowUnshaded ( SkinWindowEvent event ):
This method is from 'SkinWindowAdapter' class.
[+] SkinWindowEvent (1)
|
This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class SkinWindowEvent. |
[+] affected methods (2)
SkinWindowEvent.paramString ( ):
This method is from 'SkinWindowEvent' class.
SkinWindowEvent.SkinWindowEvent ( com.l2fprod.gui.SkinWindow window, int id ):
This constructor is from 'SkinWindowEvent' class.
[+] SkinWindowListener (1)
|
This interface has been removed. | Recompilation of a client program may be terminated with the message: cannot find class SkinWindowListener. |
[+] affected methods (4)
SkinWindowListener.windowMaximized ( SkinWindowEvent p1 ):
This abstract method is from 'SkinWindowListener' interface.
SkinWindowListener.windowShaded ( SkinWindowEvent p1 ):
This abstract method is from 'SkinWindowListener' interface.
SkinWindowListener.windowUnmaximized ( SkinWindowEvent p1 ):
This abstract method is from 'SkinWindowListener' interface.
SkinWindowListener.windowUnshaded ( SkinWindowEvent p1 ):
This abstract method is from 'SkinWindowListener' interface.
package com.l2fprod.gui.grieves.graphics
[+] JExternalFrame (1)
|
This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class JExternalFrame. |
[+] affected methods (34)
JExternalFrame.getContentPane ( ):
This method is from 'JExternalFrame' class.
JExternalFrame.getDefaultCloseOperation ( ):
This method is from 'JExternalFrame' class.
JExternalFrame.getFrameIcon ( ):
This method is from 'JExternalFrame' class.
JExternalFrame.getJMenuBar ( ):
This method is from 'JExternalFrame' class.
JExternalFrame.getTitle ( ):
This method is from 'JExternalFrame' class.
JExternalFrame.isClosable ( ):
This method is from 'JExternalFrame' class.
JExternalFrame.isClosed ( ):
This method is from 'JExternalFrame' class.
JExternalFrame.isIcon ( ):
This method is from 'JExternalFrame' class.
JExternalFrame.isIconifiable ( ):
This method is from 'JExternalFrame' class.
JExternalFrame.isMaximizable ( ):
This method is from 'JExternalFrame' class.
JExternalFrame.isMaximum ( ):
This method is from 'JExternalFrame' class.
JExternalFrame.isResizable ( ):
This method is from 'JExternalFrame' class.
JExternalFrame.isSelected ( ):
This method is from 'JExternalFrame' class.
JExternalFrame.JExternalFrame ( ):
This constructor is from 'JExternalFrame' class.
JExternalFrame.JExternalFrame ( String title ):
This constructor is from 'JExternalFrame' class.
JExternalFrame.JExternalFrame ( String title, boolean resizable ):
This constructor is from 'JExternalFrame' class.
JExternalFrame.JExternalFrame ( String title, boolean resizable, boolean closable ):
This constructor is from 'JExternalFrame' class.
JExternalFrame.JExternalFrame ( String title, boolean resizable, boolean closable, boolean maximizable ):
This constructor is from 'JExternalFrame' class.
JExternalFrame.JExternalFrame ( String title, boolean resizable, boolean closable, boolean maximizable, boolean iconifiable ):
This constructor is from 'JExternalFrame' class.
JExternalFrame.pack ( ):
This method is from 'JExternalFrame' class.
JExternalFrame.setBounds ( int x, int y, int width, int height ):
This method is from 'JExternalFrame' class.
JExternalFrame.setClosable ( boolean Closable ):
This method is from 'JExternalFrame' class.
JExternalFrame.setClosed ( boolean Closed ):
This method is from 'JExternalFrame' class.
JExternalFrame.setDefaultCloseOperation ( int dco ):
This method is from 'JExternalFrame' class.
JExternalFrame.setFrameIcon ( javax.swing.Icon icon ):
This method is from 'JExternalFrame' class.
JExternalFrame.setIcon ( boolean Icon ):
This method is from 'JExternalFrame' class.
JExternalFrame.setIconifiable ( boolean Iconifiable ):
This method is from 'JExternalFrame' class.
JExternalFrame.setJMenuBar ( javax.swing.JMenuBar m ):
This method is from 'JExternalFrame' class.
JExternalFrame.setMaximizable ( boolean Maximizable ):
This method is from 'JExternalFrame' class.
JExternalFrame.setMaximum ( boolean Maximum ):
This method is from 'JExternalFrame' class.
JExternalFrame.setResizable ( boolean Resizable ):
This method is from 'JExternalFrame' class.
JExternalFrame.setSelected ( boolean Selected ):
This method is from 'JExternalFrame' class.
JExternalFrame.setTitle ( String title ):
This method is from 'JExternalFrame' class.
JExternalFrame.setVisible ( boolean visible ):
This method is from 'JExternalFrame' class.
package com.l2fprod.gui.plaf.skin
[+] CompoundSkin (1)
|
This class become final. | Recompilation of a client program may be terminated with the message: cannot inherit from final CompoundSkin. |
[+] affected methods (4)
CompoundSkin.addColors ( String[] colors, java.util.Vector v ):
This method is from 'CompoundSkin' class.
CompoundSkin.CompoundSkin ( Skin a, Skin b ):
This constructor is from 'CompoundSkin' class.
CompoundSkin.getColors ( ):
This method is from 'CompoundSkin' class.
CompoundSkin.getResource ( Object key ):
This method is from 'CompoundSkin' class.
[+] IncorrectVersionException (1)
|
This class become final. | Recompilation of a client program may be terminated with the message: cannot inherit from final IncorrectVersionException. |
[+] affected methods (1)
IncorrectVersionException.IncorrectVersionException ( String required, String current ):
This constructor is from 'IncorrectVersionException' class.
[+] Skin (1)
|
Abstract method Skin.initComponentDefaults ( javax.swing.UIDefaults p1 ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method initComponentDefaults(javax.swing.UIDefaults) in Skin. |
[+] affected methods (59)
CompoundSkin.CompoundSkin ( Skin a, Skin b ):
2nd parameter 'b' of this method has type 'Skin'.
Skin.getButton ( ):
This abstract method is from 'Skin' interface.
Skin.getColors ( ):
This abstract method is from 'Skin' interface.
Skin.getFrame ( ):
This abstract method is from 'Skin' interface.
Skin.getPersonality ( ):
This abstract method is from 'Skin' interface.
Skin.getProgress ( ):
This abstract method is from 'Skin' interface.
Skin.getResource ( Object p1 ):
This abstract method is from 'Skin' interface.
Skin.getScrollbar ( ):
This abstract method is from 'Skin' interface.
Skin.getSeparator ( ):
This abstract method is from 'Skin' interface.
Skin.getSlider ( ):
This abstract method is from 'Skin' interface.
Skin.getSplitPane ( ):
This abstract method is from 'Skin' interface.
Skin.getTab ( ):
This abstract method is from 'Skin' interface.
Skin.unload ( ):
This abstract method is from 'Skin' interface.
SkinArrowButton.getDirection ( ):
Field 'this.skin' in the object of this method has type 'Skin'.
SkinArrowButton.getMaximumSize ( ):
Field 'this.skin' in the object of this method has type 'Skin'.
SkinArrowButton.getMinimumSize ( ):
Field 'this.skin' in the object of this method has type 'Skin'.
SkinArrowButton.getPreferredSize ( ):
Field 'this.skin' in the object of this method has type 'Skin'.
SkinArrowButton.isFocusTraversable ( ):
Field 'this.skin' in the object of this method has type 'Skin'.
SkinArrowButton.paint ( java.awt.Graphics g ):
Field 'this.skin' in the object of this method has type 'Skin'.
SkinArrowButton.setDirection ( int dir ):
Field 'this.skin' in the object of this method has type 'Skin'.
SkinArrowButton.SkinArrowButton ( int direction ):
Field 'this.skin' in the object of this method has type 'Skin'.
SkinButtonUI.createUI ( javax.swing.JComponent c ):
Field 'this.skin' in the object of this method has type 'Skin'.
SkinButtonUI.getFocusColor ( ):
Field 'this.skin' in the object of this method has type 'Skin'.
SkinButtonUI.installDefaults ( javax.swing.AbstractButton b ):
Field 'this.skin' in the object of this method has type 'Skin'.
SkinButtonUI.paint ( java.awt.Graphics g, javax.swing.JComponent c ):
Field 'this.skin' in the object of this method has type 'Skin'.
SkinButtonUI.paintButtonPressed ( java.awt.Graphics g, javax.swing.AbstractButton b ):
Field 'this.skin' in the object of this method has type 'Skin'.
SkinButtonUI.paintFocus ( java.awt.Graphics g, javax.swing.AbstractButton b, java.awt.Rectangle viewRect, java.awt.Rectangle textRect, java.awt.Rectangle iconRect ):
Field 'this.skin' in the object of this method has type 'Skin'.
SkinButtonUI.SkinButtonUI ( ):
Field 'this.skin' in the object of this method has type 'Skin'.
SkinButtonUI.uninstallDefaults ( javax.swing.AbstractButton b ):
Field 'this.skin' in the object of this method has type 'Skin'.
SkinLookAndFeel.getSkin ( ):
Return value of this method has type 'Skin'.
SkinLookAndFeel.loadDefaultThemePack ( ):
Return value of this method has type 'Skin'.
SkinLookAndFeel.loadSkin ( java.net.URL url ):
Return value of this method has type 'Skin'.
SkinLookAndFeel.loadSkin ( String filename ):
Return value of this method has type 'Skin'.
SkinLookAndFeel.loadThemePack ( java.net.URL url ):
Return value of this method has type 'Skin'.
SkinLookAndFeel.loadThemePack ( String filename ):
Return value of this method has type 'Skin'.
SkinLookAndFeel.loadThemePackDefinition ( java.net.URL url ):
Return value of this method has type 'Skin'.
SkinLookAndFeel.setSkin ( Skin skin ):
1st parameter 'skin' of this method has type 'Skin'.
SkinRadioButtonUI.createUI ( javax.swing.JComponent c ):
Field 'this.skin' in the object of this method has type 'Skin'.
SkinRadioButtonUI.getFocusColor ( ):
Field 'this.skin' in the object of this method has type 'Skin'.
SkinRadioButtonUI.installDefaults ( javax.swing.AbstractButton b ):
Field 'this.skin' in the object of this method has type 'Skin'.
SkinRadioButtonUI.paint ( java.awt.Graphics g, javax.swing.JComponent c ):
Field 'this.skin' in the object of this method has type 'Skin'.
SkinRadioButtonUI.paintFocus ( java.awt.Graphics g, java.awt.Rectangle textRect, java.awt.Dimension d ):
Field 'this.skin' in the object of this method has type 'Skin'.
SkinRadioButtonUI.SkinRadioButtonUI ( ):
Field 'this.skin' in the object of this method has type 'Skin'.
SkinSplitArrowButton.getDirection ( ):
Field 'this.skin' in the object of this method has type 'Skin'.
SkinSplitArrowButton.getInsets ( ):
Field 'this.skin' in the object of this method has type 'Skin'.
SkinSplitArrowButton.getMaximumSize ( ):
Field 'this.skin' in the object of this method has type 'Skin'.
SkinSplitArrowButton.getMinimumSize ( ):
Field 'this.skin' in the object of this method has type 'Skin'.
SkinSplitArrowButton.getPreferredSize ( ):
Field 'this.skin' in the object of this method has type 'Skin'.
SkinSplitArrowButton.isFocusTraversable ( ):
Field 'this.skin' in the object of this method has type 'Skin'.
SkinSplitArrowButton.paint ( java.awt.Graphics g ):
Field 'this.skin' in the object of this method has type 'Skin'.
SkinSplitArrowButton.setBorder ( javax.swing.border.Border b ):
Field 'this.skin' in the object of this method has type 'Skin'.
SkinSplitArrowButton.setDirection ( int dir ):
Field 'this.skin' in the object of this method has type 'Skin'.
SkinSplitArrowButton.SkinSplitArrowButton ( int direction ):
Field 'this.skin' in the object of this method has type 'Skin'.
SkinSplitPaneDivider.createLeftOneTouchButton ( ):
Field 'this.skin' in the object of this method has type 'Skin'.
SkinSplitPaneDivider.createRightOneTouchButton ( ):
Field 'this.skin' in the object of this method has type 'Skin'.
SkinSplitPaneDivider.paint ( java.awt.Graphics g ):
Field 'this.skin' in the object of this method has type 'Skin'.
SkinSplitPaneDivider.setDividerSize ( int newSize ):
Field 'this.skin' in the object of this method has type 'Skin'.
SkinSplitPaneDivider.SkinSplitPaneDivider ( javax.swing.plaf.basic.BasicSplitPaneUI ui ):
Field 'this.skin' in the object of this method has type 'Skin'.
SkinSplitPaneDivider.updateDividerSize ( java.awt.Dimension d ):
Field 'this.skin' in the object of this method has type 'Skin'.
[+] SkinArrowButton (3)
|
Access level of field direction has been changed from protected to private. | Recompilation of a client program may be terminated with the message: direction has private access in SkinArrowButton. |
Access level of field skin has been changed from protected to private. | Recompilation of a client program may be terminated with the message: skin has private access in SkinArrowButton. |
This class become final. | Recompilation of a client program may be terminated with the message: cannot inherit from final SkinArrowButton. |
[+] affected methods (8)
SkinArrowButton.getDirection ( ):
This method is from 'SkinArrowButton' class.
SkinArrowButton.getMaximumSize ( ):
This method is from 'SkinArrowButton' class.
SkinArrowButton.getMinimumSize ( ):
This method is from 'SkinArrowButton' class.
SkinArrowButton.getPreferredSize ( ):
This method is from 'SkinArrowButton' class.
SkinArrowButton.isFocusTraversable ( ):
This method is from 'SkinArrowButton' class.
SkinArrowButton.paint ( java.awt.Graphics g ):
This method is from 'SkinArrowButton' class.
SkinArrowButton.setDirection ( int dir ):
This method is from 'SkinArrowButton' class.
SkinArrowButton.SkinArrowButton ( int direction ):
This constructor is from 'SkinArrowButton' class.
[+] SkinBorder (1)
|
This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class SkinBorder. |
[+] affected methods (5)
SkinBorder.getBorderInsets ( java.awt.Component c ):
This method is from 'SkinBorder' class.
SkinBorder.getIcon ( java.net.URL skinURL, String path ):
This method is from 'SkinBorder' class.
SkinBorder.isBorderOpaque ( ):
This method is from 'SkinBorder' class.
SkinBorder.paintBorder ( java.awt.Component c, java.awt.Graphics g, int x, int y, int width, int height ):
This method is from 'SkinBorder' class.
SkinBorder.SkinBorder ( javax.swing.ImageIcon top, javax.swing.ImageIcon bottom, javax.swing.ImageIcon left, javax.swing.ImageIcon right, javax.swing.ImageIcon topleft, javax.swing.ImageIcon topright, javax.swing.ImageIcon bottomleft, javax.swing.ImageIcon bottomright ):
This constructor is from 'SkinBorder' class.
[+] SkinButtonListener (1)
|
This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class SkinButtonListener. |
[+] affected methods (1)
SkinButtonListener.SkinButtonListener ( javax.swing.AbstractButton b ):
This constructor is from 'SkinButtonListener' class.
[+] SkinCheckBoxIcon (1)
|
This class become final. | Recompilation of a client program may be terminated with the message: cannot inherit from final SkinCheckBoxIcon. |
[+] affected methods (3)
SkinCheckBoxIcon.getIconHeight ( ):
This method is from 'SkinCheckBoxIcon' class.
SkinCheckBoxIcon.getIconWidth ( ):
This method is from 'SkinCheckBoxIcon' class.
SkinCheckBoxIcon.paintIcon ( java.awt.Component c, java.awt.Graphics g, int x, int y ):
This method is from 'SkinCheckBoxIcon' class.
[+] SkinCheckBoxUI (1)
|
This class become final. | Recompilation of a client program may be terminated with the message: cannot inherit from final SkinCheckBoxUI. |
[+] affected methods (5)
SkinCheckBoxUI.createUI ( javax.swing.JComponent c ):
This method is from 'SkinCheckBoxUI' class.
SkinCheckBoxUI.getPropertyPrefix ( ):
This method is from 'SkinCheckBoxUI' class.
SkinCheckBoxUI.installDefaults ( javax.swing.AbstractButton b ):
This method is from 'SkinCheckBoxUI' class.
SkinCheckBoxUI.SkinCheckBoxUI ( ):
This constructor is from 'SkinCheckBoxUI' class.
SkinCheckBoxUI.uninstallDefaults ( javax.swing.AbstractButton b ):
This method is from 'SkinCheckBoxUI' class.
[+] SkinComboBoxUI (2)
|
This class become final. | Recompilation of a client program may be terminated with the message: cannot inherit from final SkinComboBoxUI. |
Field editableChangeListener (java.beans.PropertyChangeListener) has been removed from this class. | Recompilation of a client program may be terminated with the message: cannot find variable editableChangeListener in SkinComboBoxUI. |
[+] affected methods (17)
SkinComboBoxUI.comboBox ( ):
This method is from 'SkinComboBoxUI' class.
SkinComboBoxUI.createArrowButton ( ):
This method is from 'SkinComboBoxUI' class.
SkinComboBoxUI.createLayoutManager ( ):
This method is from 'SkinComboBoxUI' class.
SkinComboBoxUI.createRenderer ( ):
This method is from 'SkinComboBoxUI' class.
SkinComboBoxUI.createUI ( javax.swing.JComponent c ):
This method is from 'SkinComboBoxUI' class.
SkinComboBoxUI.editor ( ):
This method is from 'SkinComboBoxUI' class.
SkinComboBoxUI.getInsets ( ):
This method is from 'SkinComboBoxUI' class.
SkinComboBoxUI.getMinimumSize ( javax.swing.JComponent c ):
This method is from 'SkinComboBoxUI' class.
SkinComboBoxUI.getPreferredSize ( javax.swing.JComponent c ):
This method is from 'SkinComboBoxUI' class.
SkinComboBoxUI.installComponents ( ):
This method is from 'SkinComboBoxUI' class.
SkinComboBoxUI.installKeyboardActions ( ):
This method is from 'SkinComboBoxUI' class.
SkinComboBoxUI.installListeners ( ):
This method is from 'SkinComboBoxUI' class.
SkinComboBoxUI.paint ( java.awt.Graphics g, javax.swing.JComponent c ):
This method is from 'SkinComboBoxUI' class.
SkinComboBoxUI.rectangleForCurrentValue ( ):
This method is from 'SkinComboBoxUI' class.
SkinComboBoxUI.SkinComboBoxUI ( ):
This constructor is from 'SkinComboBoxUI' class.
SkinComboBoxUI.uninstallKeyboardActions ( ):
This method is from 'SkinComboBoxUI' class.
SkinComboBoxUI.uninstallListeners ( ):
This method is from 'SkinComboBoxUI' class.
[+] SkinDesktopIconUI (1)
|
This class become final. | Recompilation of a client program may be terminated with the message: cannot inherit from final SkinDesktopIconUI. |
[+] affected methods (10)
SkinDesktopIconUI.createPropertyChangeListener ( ):
This method is from 'SkinDesktopIconUI' class.
SkinDesktopIconUI.createUI ( javax.swing.JComponent c ):
This method is from 'SkinDesktopIconUI' class.
SkinDesktopIconUI.getMaximumSize ( javax.swing.JComponent c ):
This method is from 'SkinDesktopIconUI' class.
SkinDesktopIconUI.getMinimumSize ( javax.swing.JComponent c ):
This method is from 'SkinDesktopIconUI' class.
SkinDesktopIconUI.getPreferredSize ( javax.swing.JComponent c ):
This method is from 'SkinDesktopIconUI' class.
SkinDesktopIconUI.installComponents ( ):
This method is from 'SkinDesktopIconUI' class.
SkinDesktopIconUI.installListeners ( ):
This method is from 'SkinDesktopIconUI' class.
SkinDesktopIconUI.SkinDesktopIconUI ( ):
This constructor is from 'SkinDesktopIconUI' class.
SkinDesktopIconUI.uninstallComponents ( ):
This method is from 'SkinDesktopIconUI' class.
SkinDesktopIconUI.uninstallListeners ( ):
This method is from 'SkinDesktopIconUI' class.
[+] SkinDesktopPaneUI (1)
|
This class become final. | Recompilation of a client program may be terminated with the message: cannot inherit from final SkinDesktopPaneUI. |
[+] affected methods (3)
SkinDesktopPaneUI.createUI ( javax.swing.JComponent c ):
This method is from 'SkinDesktopPaneUI' class.
SkinDesktopPaneUI.paint ( java.awt.Graphics g, javax.swing.JComponent c ):
This method is from 'SkinDesktopPaneUI' class.
SkinDesktopPaneUI.SkinDesktopPaneUI ( ):
This constructor is from 'SkinDesktopPaneUI' class.
[+] SkinFileChooserUI (1)
|
This class become final. | Recompilation of a client program may be terminated with the message: cannot inherit from final SkinFileChooserUI. |
[+] affected methods (3)
SkinFileChooserUI.createUI ( javax.swing.JComponent c ):
This method is from 'SkinFileChooserUI' class.
SkinFileChooserUI.installComponents ( javax.swing.JFileChooser fc ):
This method is from 'SkinFileChooserUI' class.
SkinFileChooserUI.SkinFileChooserUI ( javax.swing.JFileChooser filechooser ):
This constructor is from 'SkinFileChooserUI' class.
[+] SkinInternalFrameUI (1)
|
This class become final. | Recompilation of a client program may be terminated with the message: cannot inherit from final SkinInternalFrameUI. |
[+] affected methods (6)
SkinInternalFrameUI.createBorderListener ( javax.swing.JInternalFrame w ):
This method is from 'SkinInternalFrameUI' class.
SkinInternalFrameUI.createLayoutManager ( ):
This method is from 'SkinInternalFrameUI' class.
SkinInternalFrameUI.createNorthPane ( javax.swing.JInternalFrame w ):
This method is from 'SkinInternalFrameUI' class.
SkinInternalFrameUI.createUI ( javax.swing.JComponent b ):
This method is from 'SkinInternalFrameUI' class.
SkinInternalFrameUI.installUI ( javax.swing.JComponent c ):
This method is from 'SkinInternalFrameUI' class.
SkinInternalFrameUI.SkinInternalFrameUI ( javax.swing.JInternalFrame b ):
This constructor is from 'SkinInternalFrameUI' class.
[+] SkinListUI (1)
|
This class become final. | Recompilation of a client program may be terminated with the message: cannot inherit from final SkinListUI. |
[+] affected methods (3)
SkinListUI.createUI ( javax.swing.JComponent list ):
This method is from 'SkinListUI' class.
SkinListUI.installDefaults ( ):
This method is from 'SkinListUI' class.
SkinListUI.SkinListUI ( ):
This constructor is from 'SkinListUI' class.
[+] SkinMenuBarUI (1)
|
This class become final. | Recompilation of a client program may be terminated with the message: cannot inherit from final SkinMenuBarUI. |
[+] affected methods (4)
SkinMenuBarUI.createUI ( javax.swing.JComponent c ):
This method is from 'SkinMenuBarUI' class.
SkinMenuBarUI.installDefaults ( ):
This method is from 'SkinMenuBarUI' class.
SkinMenuBarUI.paint ( java.awt.Graphics g, javax.swing.JComponent c ):
This method is from 'SkinMenuBarUI' class.
SkinMenuBarUI.SkinMenuBarUI ( ):
This constructor is from 'SkinMenuBarUI' class.
[+] SkinMenuUI (1)
|
This class become final. | Recompilation of a client program may be terminated with the message: cannot inherit from final SkinMenuUI. |
[+] affected methods (5)
SkinMenuUI.createUI ( javax.swing.JComponent c ):
This method is from 'SkinMenuUI' class.
SkinMenuUI.installDefaults ( ):
This method is from 'SkinMenuUI' class.
SkinMenuUI.paint ( java.awt.Graphics g, javax.swing.JComponent c ):
This method is from 'SkinMenuUI' class.
SkinMenuUI.SkinMenuUI ( ):
This constructor is from 'SkinMenuUI' class.
SkinMenuUI.uninstallDefaults ( ):
This method is from 'SkinMenuUI' class.
[+] SkinPanelUI (1)
|
This class become final. | Recompilation of a client program may be terminated with the message: cannot inherit from final SkinPanelUI. |
[+] affected methods (5)
SkinPanelUI.createUI ( javax.swing.JComponent c ):
This method is from 'SkinPanelUI' class.
SkinPanelUI.installDefaults ( javax.swing.JPanel p ):
This method is from 'SkinPanelUI' class.
SkinPanelUI.paint ( java.awt.Graphics g, javax.swing.JComponent c ):
This method is from 'SkinPanelUI' class.
SkinPanelUI.SkinPanelUI ( ):
This constructor is from 'SkinPanelUI' class.
SkinPanelUI.uninstallDefaults ( javax.swing.JPanel p ):
This method is from 'SkinPanelUI' class.
[+] SkinPersonality (2)
|
Abstract method SkinPersonality.paintComboBox ( java.awt.Graphics p1, javax.swing.JComboBox p2, java.awt.Rectangle p3, boolean p4, boolean p5 ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method paintComboBox(java.awt.Graphics, javax.swing.JComboBox, java.awt.Rectangle, boolean, boolean) in SkinPersonality. |
Abstract method SkinPersonality.paintComboBox ( java.awt.Graphics p1, javax.swing.JComboBox p2, java.awt.Rectangle p3, boolean p4 ) has been removed from this interface. | Recompilation of a client program may be terminated with the message: cannot find method paintComboBox(java.awt.Graphics, javax.swing.JComboBox, java.awt.Rectangle, boolean) in interface SkinPersonality. |
[+] affected methods (25)
impl.AbstractSkin.AbstractSkin ( ):
Field 'this.personality' in the object of this method has type 'SkinPersonality'.
impl.AbstractSkin.getButton ( ):
Field 'this.personality' in the object of this method has type 'SkinPersonality'.
impl.AbstractSkin.getColors ( ):
Field 'this.personality' in the object of this method has type 'SkinPersonality'.
impl.AbstractSkin.getFrame ( ):
Field 'this.personality' in the object of this method has type 'SkinPersonality'.
impl.AbstractSkin.getPersonality ( ):
Field 'this.personality' in the object of this method has type 'SkinPersonality'.
impl.AbstractSkin.getProgress ( ):
Field 'this.personality' in the object of this method has type 'SkinPersonality'.
impl.AbstractSkin.getResource ( Object key ):
Field 'this.personality' in the object of this method has type 'SkinPersonality'.
impl.AbstractSkin.getScrollbar ( ):
Field 'this.personality' in the object of this method has type 'SkinPersonality'.
impl.AbstractSkin.getSeparator ( ):
Field 'this.personality' in the object of this method has type 'SkinPersonality'.
impl.AbstractSkin.getSlider ( ):
Field 'this.personality' in the object of this method has type 'SkinPersonality'.
impl.AbstractSkin.getSplitPane ( ):
Field 'this.personality' in the object of this method has type 'SkinPersonality'.
impl.AbstractSkin.getTab ( ):
Field 'this.personality' in the object of this method has type 'SkinPersonality'.
impl.AbstractSkin.unload ( ):
Field 'this.personality' in the object of this method has type 'SkinPersonality'.
impl.gtk.GtkSkin.getPersonality ( ):
Return value of this method has type 'SkinPersonality'.
Skin.getPersonality ( ):
Return value of this abstract method has type 'SkinPersonality'.
SkinPersonality.createListCellRenderer ( ):
This abstract method is from 'SkinPersonality' interface.
SkinPersonality.createTableHeaderRenderer ( ):
This abstract method is from 'SkinPersonality' interface.
SkinPersonality.getComboBoxInsets ( ):
This abstract method is from 'SkinPersonality' interface.
SkinPersonality.getComboBoxPreferredSize ( javax.swing.JComboBox p1 ):
This abstract method is from 'SkinPersonality' interface.
SkinPersonality.getTableHeaderRenderer ( ):
This abstract method is from 'SkinPersonality' interface.
SkinPersonality.paintBackground ( java.awt.Graphics p1, java.awt.Component p2 ):
This abstract method is from 'SkinPersonality' interface.
SkinPersonality.paintDialog ( java.awt.Graphics p1, java.awt.Component p2 ):
This abstract method is from 'SkinPersonality' interface.
SkinPersonality.paintFocus ( java.awt.Graphics p1, javax.swing.JComponent p2 ):
This abstract method is from 'SkinPersonality' interface.
SkinPersonality.paintMenu ( java.awt.Graphics p1, javax.swing.JMenu p2 ):
This abstract method is from 'SkinPersonality' interface.
SkinPersonality.paintMenuItem ( java.awt.Graphics p1, javax.swing.JMenuItem p2 ):
This abstract method is from 'SkinPersonality' interface.
[+] SkinPopupMenuUI (1)
|
This class become final. | Recompilation of a client program may be terminated with the message: cannot inherit from final SkinPopupMenuUI. |
[+] affected methods (8)
SkinPopupMenuUI.createUI ( javax.swing.JComponent c ):
This method is from 'SkinPopupMenuUI' class.
SkinPopupMenuUI.installDefaults ( ):
This method is from 'SkinPopupMenuUI' class.
SkinPopupMenuUI.installListeners ( ):
This method is from 'SkinPopupMenuUI' class.
SkinPopupMenuUI.paint ( java.awt.Graphics g, javax.swing.JComponent c ):
This method is from 'SkinPopupMenuUI' class.
SkinPopupMenuUI.popupMenu ( ):
This method is from 'SkinPopupMenuUI' class.
SkinPopupMenuUI.SkinPopupMenuUI ( ):
This constructor is from 'SkinPopupMenuUI' class.
SkinPopupMenuUI.uninstallDefaults ( ):
This method is from 'SkinPopupMenuUI' class.
SkinPopupMenuUI.uninstallListeners ( ):
This method is from 'SkinPopupMenuUI' class.
[+] SkinProgress (1)
|
Abstract method SkinProgress.paintIndeterminateProgress ( java.awt.Graphics p1, javax.swing.JProgressBar p2, java.awt.Rectangle p3 ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method paintIndeterminateProgress(java.awt.Graphics, javax.swing.JProgressBar, java.awt.Rectangle) in SkinProgress. |
[+] affected methods (17)
impl.AbstractSkin.AbstractSkin ( ):
Field 'this.progress' in the object of this method has type 'SkinProgress'.
impl.AbstractSkin.getButton ( ):
Field 'this.progress' in the object of this method has type 'SkinProgress'.
impl.AbstractSkin.getColors ( ):
Field 'this.progress' in the object of this method has type 'SkinProgress'.
impl.AbstractSkin.getFrame ( ):
Field 'this.progress' in the object of this method has type 'SkinProgress'.
impl.AbstractSkin.getPersonality ( ):
Field 'this.progress' in the object of this method has type 'SkinProgress'.
impl.AbstractSkin.getProgress ( ):
Field 'this.progress' in the object of this method has type 'SkinProgress'.
impl.AbstractSkin.getResource ( Object key ):
Field 'this.progress' in the object of this method has type 'SkinProgress'.
impl.AbstractSkin.getScrollbar ( ):
Field 'this.progress' in the object of this method has type 'SkinProgress'.
impl.AbstractSkin.getSeparator ( ):
Field 'this.progress' in the object of this method has type 'SkinProgress'.
impl.AbstractSkin.getSlider ( ):
Field 'this.progress' in the object of this method has type 'SkinProgress'.
impl.AbstractSkin.getSplitPane ( ):
Field 'this.progress' in the object of this method has type 'SkinProgress'.
impl.AbstractSkin.getTab ( ):
Field 'this.progress' in the object of this method has type 'SkinProgress'.
impl.AbstractSkin.unload ( ):
Field 'this.progress' in the object of this method has type 'SkinProgress'.
impl.gtk.GtkSkin.getProgress ( ):
Return value of this method has type 'SkinProgress'.
Skin.getProgress ( ):
Return value of this abstract method has type 'SkinProgress'.
SkinProgress.getMinimumSize ( javax.swing.JProgressBar p1 ):
This abstract method is from 'SkinProgress' interface.
SkinProgress.paintProgress ( java.awt.Graphics p1, javax.swing.JProgressBar p2 ):
This abstract method is from 'SkinProgress' interface.
[+] SkinProgressBarUI (1)
|
This class become final. | Recompilation of a client program may be terminated with the message: cannot inherit from final SkinProgressBarUI. |
[+] affected methods (5)
SkinProgressBarUI.createUI ( javax.swing.JComponent x ):
This method is from 'SkinProgressBarUI' class.
SkinProgressBarUI.installDefaults ( ):
This method is from 'SkinProgressBarUI' class.
SkinProgressBarUI.paint ( java.awt.Graphics g, javax.swing.JComponent c ):
This method is from 'SkinProgressBarUI' class.
SkinProgressBarUI.SkinProgressBarUI ( ):
This constructor is from 'SkinProgressBarUI' class.
SkinProgressBarUI.uninstallDefaults ( ):
This method is from 'SkinProgressBarUI' class.
[+] SkinRadioButtonIcon (1)
|
This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class SkinRadioButtonIcon. |
[+] affected methods (4)
SkinRadioButtonIcon.getIconHeight ( ):
This method is from 'SkinRadioButtonIcon' class.
SkinRadioButtonIcon.getIconWidth ( ):
This method is from 'SkinRadioButtonIcon' class.
SkinRadioButtonIcon.paintIcon ( java.awt.Component c, java.awt.Graphics g, int x, int y ):
This method is from 'SkinRadioButtonIcon' class.
SkinRadioButtonIcon.SkinRadioButtonIcon ( ):
This constructor is from 'SkinRadioButtonIcon' class.
[+] SkinRadioButtonMenuItemUI (1)
|
This class become final. | Recompilation of a client program may be terminated with the message: cannot inherit from final SkinRadioButtonMenuItemUI. |
[+] affected methods (5)
SkinRadioButtonMenuItemUI.createUI ( javax.swing.JComponent c ):
This method is from 'SkinRadioButtonMenuItemUI' class.
SkinRadioButtonMenuItemUI.getPropertyPrefix ( ):
This method is from 'SkinRadioButtonMenuItemUI' class.
SkinRadioButtonMenuItemUI.installDefaults ( ):
This method is from 'SkinRadioButtonMenuItemUI' class.
SkinRadioButtonMenuItemUI.processMouseEvent ( javax.swing.JMenuItem item, java.awt.event.MouseEvent e, javax.swing.MenuElement[] path, javax.swing.MenuSelectionManager manager ):
This method is from 'SkinRadioButtonMenuItemUI' class.
SkinRadioButtonMenuItemUI.SkinRadioButtonMenuItemUI ( ):
This constructor is from 'SkinRadioButtonMenuItemUI' class.
[+] SkinRadioButtonUI (2)
|
Field dashedRectGapX (int) has been removed from this class. | Recompilation of a client program may be terminated with the message: cannot find variable dashedRectGapX in SkinRadioButtonUI. |
Field dashedRectGapY (int) has been removed from this class. | Recompilation of a client program may be terminated with the message: cannot find variable dashedRectGapY in SkinRadioButtonUI. |
[+] affected methods (6)
SkinRadioButtonUI.createUI ( javax.swing.JComponent c ):
This method is from 'SkinRadioButtonUI' class.
SkinRadioButtonUI.getFocusColor ( ):
This method is from 'SkinRadioButtonUI' class.
SkinRadioButtonUI.installDefaults ( javax.swing.AbstractButton b ):
This method is from 'SkinRadioButtonUI' class.
SkinRadioButtonUI.paint ( java.awt.Graphics g, javax.swing.JComponent c ):
This method is from 'SkinRadioButtonUI' class.
SkinRadioButtonUI.paintFocus ( java.awt.Graphics g, java.awt.Rectangle textRect, java.awt.Dimension d ):
This method is from 'SkinRadioButtonUI' class.
SkinRadioButtonUI.SkinRadioButtonUI ( ):
This constructor is from 'SkinRadioButtonUI' class.
[+] SkinScrollBarUI (1)
|
This class become final. | Recompilation of a client program may be terminated with the message: cannot inherit from final SkinScrollBarUI. |
[+] affected methods (8)
SkinScrollBarUI.createDecreaseButton ( int orientation ):
This method is from 'SkinScrollBarUI' class.
SkinScrollBarUI.createIncreaseButton ( int orientation ):
This method is from 'SkinScrollBarUI' class.
SkinScrollBarUI.createUI ( javax.swing.JComponent x ):
This method is from 'SkinScrollBarUI' class.
SkinScrollBarUI.getMinimumThumbSize ( ):
This method is from 'SkinScrollBarUI' class.
SkinScrollBarUI.getPreferredSize ( javax.swing.JComponent c ):
This method is from 'SkinScrollBarUI' class.
SkinScrollBarUI.paintThumb ( java.awt.Graphics g, javax.swing.JComponent c, java.awt.Rectangle thumbBounds ):
This method is from 'SkinScrollBarUI' class.
SkinScrollBarUI.paintTrack ( java.awt.Graphics g, javax.swing.JComponent c, java.awt.Rectangle trackBounds ):
This method is from 'SkinScrollBarUI' class.
SkinScrollBarUI.SkinScrollBarUI ( ):
This constructor is from 'SkinScrollBarUI' class.
[+] SkinSeparator (2)
|
Abstract method SkinSeparator.getPreferredSize ( javax.swing.JSeparator p1, java.awt.Dimension p2 ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getPreferredSize(javax.swing.JSeparator, java.awt.Dimension) in SkinSeparator. |
Abstract method SkinSeparator.getPreferredSize ( javax.swing.JSeparator p1 ) has been removed from this interface. | Recompilation of a client program may be terminated with the message: cannot find method getPreferredSize(javax.swing.JSeparator) in interface SkinSeparator. |
[+] affected methods (15)
impl.AbstractSkin.AbstractSkin ( ):
Field 'this.separator' in the object of this method has type 'SkinSeparator'.
impl.AbstractSkin.getButton ( ):
Field 'this.separator' in the object of this method has type 'SkinSeparator'.
impl.AbstractSkin.getColors ( ):
Field 'this.separator' in the object of this method has type 'SkinSeparator'.
impl.AbstractSkin.getFrame ( ):
Field 'this.separator' in the object of this method has type 'SkinSeparator'.
impl.AbstractSkin.getPersonality ( ):
Field 'this.separator' in the object of this method has type 'SkinSeparator'.
impl.AbstractSkin.getProgress ( ):
Field 'this.separator' in the object of this method has type 'SkinSeparator'.
impl.AbstractSkin.getResource ( Object key ):
Field 'this.separator' in the object of this method has type 'SkinSeparator'.
impl.AbstractSkin.getScrollbar ( ):
Field 'this.separator' in the object of this method has type 'SkinSeparator'.
impl.AbstractSkin.getSeparator ( ):
Return value of this method has type 'SkinSeparator'.
impl.AbstractSkin.getSlider ( ):
Field 'this.separator' in the object of this method has type 'SkinSeparator'.
impl.AbstractSkin.getSplitPane ( ):
Field 'this.separator' in the object of this method has type 'SkinSeparator'.
impl.AbstractSkin.getTab ( ):
Field 'this.separator' in the object of this method has type 'SkinSeparator'.
impl.AbstractSkin.unload ( ):
Field 'this.separator' in the object of this method has type 'SkinSeparator'.
Skin.getSeparator ( ):
Return value of this abstract method has type 'SkinSeparator'.
SkinSeparator.paint ( java.awt.Graphics p1, javax.swing.JSeparator p2 ):
This abstract method is from 'SkinSeparator' interface.
[+] SkinSeparatorUI (1)
|
This class become final. | Recompilation of a client program may be terminated with the message: cannot inherit from final SkinSeparatorUI. |
[+] affected methods (4)
SkinSeparatorUI.createUI ( javax.swing.JComponent x ):
This method is from 'SkinSeparatorUI' class.
SkinSeparatorUI.getPreferredSize ( javax.swing.JComponent c ):
This method is from 'SkinSeparatorUI' class.
SkinSeparatorUI.paint ( java.awt.Graphics g, javax.swing.JComponent c ):
This method is from 'SkinSeparatorUI' class.
SkinSeparatorUI.SkinSeparatorUI ( ):
This constructor is from 'SkinSeparatorUI' class.
[+] SkinSlider (3)
|
Abstract method SkinSlider.getPreferredSize ( javax.swing.JSlider p1, java.awt.Dimension p2 ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getPreferredSize(javax.swing.JSlider, java.awt.Dimension) in SkinSlider. |
Abstract method SkinSlider.getThumbSize ( javax.swing.JSlider p1 ) has been added to this interface. | Recompilation of a client program may be terminated with the message: a client class C is not abstract and does not override abstract method getThumbSize(javax.swing.JSlider) in SkinSlider. |
Abstract method SkinSlider.getPreferredSize ( javax.swing.JSlider p1 ) has been removed from this interface. | Recompilation of a client program may be terminated with the message: cannot find method getPreferredSize(javax.swing.JSlider) in interface SkinSlider. |
[+] affected methods (17)
impl.AbstractSkin.AbstractSkin ( ):
Field 'this.slider' in the object of this method has type 'SkinSlider'.
impl.AbstractSkin.getButton ( ):
Field 'this.slider' in the object of this method has type 'SkinSlider'.
impl.AbstractSkin.getColors ( ):
Field 'this.slider' in the object of this method has type 'SkinSlider'.
impl.AbstractSkin.getFrame ( ):
Field 'this.slider' in the object of this method has type 'SkinSlider'.
impl.AbstractSkin.getPersonality ( ):
Field 'this.slider' in the object of this method has type 'SkinSlider'.
impl.AbstractSkin.getProgress ( ):
Field 'this.slider' in the object of this method has type 'SkinSlider'.
impl.AbstractSkin.getResource ( Object key ):
Field 'this.slider' in the object of this method has type 'SkinSlider'.
impl.AbstractSkin.getScrollbar ( ):
Field 'this.slider' in the object of this method has type 'SkinSlider'.
impl.AbstractSkin.getSeparator ( ):
Field 'this.slider' in the object of this method has type 'SkinSlider'.
impl.AbstractSkin.getSlider ( ):
Field 'this.slider' in the object of this method has type 'SkinSlider'.
impl.AbstractSkin.getSplitPane ( ):
Field 'this.slider' in the object of this method has type 'SkinSlider'.
impl.AbstractSkin.getTab ( ):
Field 'this.slider' in the object of this method has type 'SkinSlider'.
impl.AbstractSkin.unload ( ):
Field 'this.slider' in the object of this method has type 'SkinSlider'.
impl.gtk.GtkSkin.getSlider ( ):
Return value of this method has type 'SkinSlider'.
Skin.getSlider ( ):
Return value of this abstract method has type 'SkinSlider'.
SkinSlider.paintThumb ( java.awt.Graphics p1, javax.swing.JSlider p2, java.awt.Rectangle p3 ):
This abstract method is from 'SkinSlider' interface.
SkinSlider.paintTrack ( java.awt.Graphics p1, javax.swing.JSlider p2, java.awt.Rectangle p3 ):
This abstract method is from 'SkinSlider' interface.
[+] SkinSliderUI (1)
|
This class become final. | Recompilation of a client program may be terminated with the message: cannot inherit from final SkinSliderUI. |
[+] affected methods (5)
SkinSliderUI.createUI ( javax.swing.JComponent x ):
This method is from 'SkinSliderUI' class.
SkinSliderUI.installDefaults ( javax.swing.JSlider b ):
This method is from 'SkinSliderUI' class.
SkinSliderUI.paintThumb ( java.awt.Graphics g ):
This method is from 'SkinSliderUI' class.
SkinSliderUI.paintTrack ( java.awt.Graphics g ):
This method is from 'SkinSliderUI' class.
SkinSliderUI.SkinSliderUI ( javax.swing.JSlider b ):
This constructor is from 'SkinSliderUI' class.
[+] SkinSplitArrowButton (1)
|
This class become final. | Recompilation of a client program may be terminated with the message: cannot inherit from final SkinSplitArrowButton. |
[+] affected methods (10)
SkinSplitArrowButton.getDirection ( ):
This method is from 'SkinSplitArrowButton' class.
SkinSplitArrowButton.getInsets ( ):
This method is from 'SkinSplitArrowButton' class.
SkinSplitArrowButton.getMaximumSize ( ):
This method is from 'SkinSplitArrowButton' class.
SkinSplitArrowButton.getMinimumSize ( ):
This method is from 'SkinSplitArrowButton' class.
SkinSplitArrowButton.getPreferredSize ( ):
This method is from 'SkinSplitArrowButton' class.
SkinSplitArrowButton.isFocusTraversable ( ):
This method is from 'SkinSplitArrowButton' class.
SkinSplitArrowButton.paint ( java.awt.Graphics g ):
This method is from 'SkinSplitArrowButton' class.
SkinSplitArrowButton.setBorder ( javax.swing.border.Border b ):
This method is from 'SkinSplitArrowButton' class.
SkinSplitArrowButton.setDirection ( int dir ):
This method is from 'SkinSplitArrowButton' class.
SkinSplitArrowButton.SkinSplitArrowButton ( int direction ):
This constructor is from 'SkinSplitArrowButton' class.
[+] SkinSplitPaneDivider (1)
|
This class become final. | Recompilation of a client program may be terminated with the message: cannot inherit from final SkinSplitPaneDivider. |
[+] affected methods (6)
SkinSplitPaneDivider.createLeftOneTouchButton ( ):
This method is from 'SkinSplitPaneDivider' class.
SkinSplitPaneDivider.createRightOneTouchButton ( ):
This method is from 'SkinSplitPaneDivider' class.
SkinSplitPaneDivider.paint ( java.awt.Graphics g ):
This method is from 'SkinSplitPaneDivider' class.
SkinSplitPaneDivider.setDividerSize ( int newSize ):
This method is from 'SkinSplitPaneDivider' class.
SkinSplitPaneDivider.SkinSplitPaneDivider ( javax.swing.plaf.basic.BasicSplitPaneUI ui ):
This constructor is from 'SkinSplitPaneDivider' class.
SkinSplitPaneDivider.updateDividerSize ( java.awt.Dimension d ):
This method is from 'SkinSplitPaneDivider' class.
[+] SkinSplitPaneUI (2)
|
This class become final. | Recompilation of a client program may be terminated with the message: cannot inherit from final SkinSplitPaneUI. |
Field skin (Skin) has been removed from this class. | Recompilation of a client program may be terminated with the message: cannot find variable skin in SkinSplitPaneUI. |
[+] affected methods (3)
SkinSplitPaneUI.createDefaultDivider ( ):
This method is from 'SkinSplitPaneUI' class.
SkinSplitPaneUI.createUI ( javax.swing.JComponent x ):
This method is from 'SkinSplitPaneUI' class.
SkinSplitPaneUI.SkinSplitPaneUI ( ):
This constructor is from 'SkinSplitPaneUI' class.
[+] SkinTabbedPaneUI (1)
|
This class become final. | Recompilation of a client program may be terminated with the message: cannot inherit from final SkinTabbedPaneUI. |
[+] affected methods (5)
SkinTabbedPaneUI.createUI ( javax.swing.JComponent c ):
This method is from 'SkinTabbedPaneUI' class.
SkinTabbedPaneUI.paintContentBorder ( java.awt.Graphics g, int tabPlacement, int selectedIndex ):
This method is from 'SkinTabbedPaneUI' class.
SkinTabbedPaneUI.paintTabBackground ( java.awt.Graphics g, int tabPlacement, int tabIndex, int x, int y, int w, int h, boolean isSelected ):
This method is from 'SkinTabbedPaneUI' class.
SkinTabbedPaneUI.paintTabBorder ( java.awt.Graphics g, int tabPlacement, int tabIndex, int x, int y, int w, int h, boolean isSelected ):
This method is from 'SkinTabbedPaneUI' class.
SkinTabbedPaneUI.SkinTabbedPaneUI ( ):
This constructor is from 'SkinTabbedPaneUI' class.
[+] SkinTableHeaderUI (1)
|
This class become final. | Recompilation of a client program may be terminated with the message: cannot inherit from final SkinTableHeaderUI. |
[+] affected methods (3)
SkinTableHeaderUI.createUI ( javax.swing.JComponent h ):
This method is from 'SkinTableHeaderUI' class.
SkinTableHeaderUI.installUI ( javax.swing.JComponent c ):
This method is from 'SkinTableHeaderUI' class.
SkinTableHeaderUI.SkinTableHeaderUI ( ):
This constructor is from 'SkinTableHeaderUI' class.
[+] SkinTitlePane (7)
|
Access level of field shadeAction has been changed from protected to private. | Recompilation of a client program may be terminated with the message: shadeAction has private access in SkinTitlePane. |
Field CLOSE_CMD (java.lang.String) with the compile-time constant value "Close" has been removed from this class. | Recompilation of a client program may be terminated with the message: cannot find variable CLOSE_CMD in SkinTitlePane. |
Field ICONIFY_CMD (java.lang.String) with the compile-time constant value "Minimize" has been removed from this class. | Recompilation of a client program may be terminated with the message: cannot find variable ICONIFY_CMD in SkinTitlePane. |
Field MAXIMIZE_CMD (java.lang.String) with the compile-time constant value "Maximize" has been removed from this class. | Recompilation of a client program may be terminated with the message: cannot find variable MAXIMIZE_CMD in SkinTitlePane. |
Field RESTORE_CMD (java.lang.String) with the compile-time constant value "Restore" has been removed from this class. | Recompilation of a client program may be terminated with the message: cannot find variable RESTORE_CMD in SkinTitlePane. |
Field SHADE_CMD (java.lang.String) with the compile-time constant value "Shade" has been removed from this class. | Recompilation of a client program may be terminated with the message: cannot find variable SHADE_CMD in SkinTitlePane. |
Field frame (Window) has been removed from this class. | Recompilation of a client program may be terminated with the message: cannot find variable frame in SkinTitlePane. |
[+] affected methods (20)
SkinTitlePane.addButton ( SkinWindowButton button ):
This method is from 'SkinTitlePane' class.
SkinTitlePane.addSystemMenuItems ( javax.swing.JMenu systemMenu ):
This method is from 'SkinTitlePane' class.
SkinTitlePane.createActionChangeListener ( javax.swing.AbstractButton b ):
This method is from 'SkinTitlePane' class.
SkinTitlePane.createActions ( ):
This method is from 'SkinTitlePane' class.
SkinTitlePane.createButtons ( ):
This method is from 'SkinTitlePane' class.
SkinTitlePane.createLayout ( ):
This method is from 'SkinTitlePane' class.
SkinTitlePane.createPropertyChangeListener ( ):
This method is from 'SkinTitlePane' class.
SkinTitlePane.createSystemMenuBar ( ):
This method is from 'SkinTitlePane' class.
SkinTitlePane.enableActions ( ):
This method is from 'SkinTitlePane' class.
SkinTitlePane.getMinimumSize ( ):
This method is from 'SkinTitlePane' class.
SkinTitlePane.getPreferredSize ( ):
This method is from 'SkinTitlePane' class.
SkinTitlePane.getWindow ( ):
This method is from 'SkinTitlePane' class.
SkinTitlePane.installDefaults ( ):
This method is from 'SkinTitlePane' class.
SkinTitlePane.installListeners ( ):
This method is from 'SkinTitlePane' class.
SkinTitlePane.installTitlePane ( ):
This method is from 'SkinTitlePane' class.
SkinTitlePane.paintComponent ( java.awt.Graphics g ):
This method is from 'SkinTitlePane' class.
SkinTitlePane.setButtonIcons ( ):
This method is from 'SkinTitlePane' class.
SkinTitlePane.SkinTitlePane ( Window f ):
This constructor is from 'SkinTitlePane' class.
SkinTitlePane.SkinTitlePane ( javax.swing.JInternalFrame f ):
This constructor is from 'SkinTitlePane' class.
SkinTitlePane.uninstallListeners ( ):
This method is from 'SkinTitlePane' class.
[+] SkinToggleButtonUI (1)
|
This class become final. | Recompilation of a client program may be terminated with the message: cannot inherit from final SkinToggleButtonUI. |
[+] affected methods (3)
SkinToggleButtonUI.createUI ( javax.swing.JComponent b ):
This method is from 'SkinToggleButtonUI' class.
SkinToggleButtonUI.paint ( java.awt.Graphics g, javax.swing.JComponent c ):
This method is from 'SkinToggleButtonUI' class.
SkinToggleButtonUI.SkinToggleButtonUI ( ):
This constructor is from 'SkinToggleButtonUI' class.
[+] SkinToolBarUI (1)
|
This class become final. | Recompilation of a client program may be terminated with the message: cannot inherit from final SkinToolBarUI. |
[+] affected methods (4)
SkinToolBarUI.createUI ( javax.swing.JComponent c ):
This method is from 'SkinToolBarUI' class.
SkinToolBarUI.installDefaults ( ):
This method is from 'SkinToolBarUI' class.
SkinToolBarUI.paint ( java.awt.Graphics g, javax.swing.JComponent c ):
This method is from 'SkinToolBarUI' class.
SkinToolBarUI.SkinToolBarUI ( ):
This constructor is from 'SkinToolBarUI' class.
[+] SkinTreeUI (1)
|
This class become final. | Recompilation of a client program may be terminated with the message: cannot inherit from final SkinTreeUI. |
[+] affected methods (4)
SkinTreeUI.createUI ( javax.swing.JComponent c ):
This method is from 'SkinTreeUI' class.
SkinTreeUI.paintHorizontalLine ( java.awt.Graphics g, javax.swing.JComponent c, int y, int left, int right ):
This method is from 'SkinTreeUI' class.
SkinTreeUI.paintVerticalLine ( java.awt.Graphics g, javax.swing.JComponent c, int x, int top, int bottom ):
This method is from 'SkinTreeUI' class.
SkinTreeUI.SkinTreeUI ( ):
This constructor is from 'SkinTreeUI' class.
[+] SkinUtils (1)
|
This class become final. | Recompilation of a client program may be terminated with the message: cannot inherit from final SkinUtils. |
[+] affected methods (7)
SkinUtils.decodeColor ( String color ):
This method is from 'SkinUtils' class.
SkinUtils.getFont ( String name, int type, int size ):
This method is from 'SkinUtils' class.
SkinUtils.loadImage ( java.net.URL url ):
This method is from 'SkinUtils' class.
SkinUtils.loadImage ( String filename ):
This method is from 'SkinUtils' class.
SkinUtils.setFont ( java.awt.Font f ):
This method is from 'SkinUtils' class.
SkinUtils.SkinUtils ( ):
This constructor is from 'SkinUtils' class.
SkinUtils.toURL ( java.io.File f ):
This method is from 'SkinUtils' class.
[+] SkinWindowButton (1)
|
This class become final. | Recompilation of a client program may be terminated with the message: cannot inherit from final SkinWindowButton. |
[+] affected methods (14)
SkinTitlePane.addButton ( SkinWindowButton button ):
1st parameter 'button' of this method has type 'SkinWindowButton'.
SkinWindowButton.getAlign ( ):
This method is from 'SkinWindowButton' class.
SkinWindowButton.getIcon ( ):
This method is from 'SkinWindowButton' class.
SkinWindowButton.getRolloverIcon ( ):
This method is from 'SkinWindowButton' class.
SkinWindowButton.getUIClassID ( ):
This method is from 'SkinWindowButton' class.
SkinWindowButton.getWindowAction ( ):
This method is from 'SkinWindowButton' class.
SkinWindowButton.getXCoord ( ):
This method is from 'SkinWindowButton' class.
SkinWindowButton.getYCoord ( ):
This method is from 'SkinWindowButton' class.
SkinWindowButton.isSelected ( ):
This method is from 'SkinWindowButton' class.
SkinWindowButton.setNoFocusIcon ( javax.swing.Icon icon ):
This method is from 'SkinWindowButton' class.
SkinWindowButton.setNoFocusRolloverIcon ( javax.swing.Icon icon ):
This method is from 'SkinWindowButton' class.
SkinWindowButton.setWindow ( Window window ):
This method is from 'SkinWindowButton' class.
SkinWindowButton.SkinWindowButton ( int align, int action ):
This constructor is from 'SkinWindowButton' class.
SkinWindowButton.SkinWindowButton ( int xcoord, int ycoord, int align, int action ):
This constructor is from 'SkinWindowButton' class.
[+] SkinWindowButtonUI (6)
|
Access level of field dashedRectGapHeight has been changed from protected to private. | Recompilation of a client program may be terminated with the message: dashedRectGapHeight has private access in SkinWindowButtonUI. |
Access level of field dashedRectGapWidth has been changed from protected to private. | Recompilation of a client program may be terminated with the message: dashedRectGapWidth has private access in SkinWindowButtonUI. |
Access level of field dashedRectGapX has been changed from protected to private. | Recompilation of a client program may be terminated with the message: dashedRectGapX has private access in SkinWindowButtonUI. |
Access level of field dashedRectGapY has been changed from protected to private. | Recompilation of a client program may be terminated with the message: dashedRectGapY has private access in SkinWindowButtonUI. |
Access level of field focusColor has been changed from protected to private. | Recompilation of a client program may be terminated with the message: focusColor has private access in SkinWindowButtonUI. |
This class become final. | Recompilation of a client program may be terminated with the message: cannot inherit from final SkinWindowButtonUI. |
[+] affected methods (6)
SkinWindowButtonUI.createButtonListener ( javax.swing.AbstractButton b ):
This method is from 'SkinWindowButtonUI' class.
SkinWindowButtonUI.createUI ( javax.swing.JComponent c ):
This method is from 'SkinWindowButtonUI' class.
SkinWindowButtonUI.installDefaults ( javax.swing.AbstractButton b ):
This method is from 'SkinWindowButtonUI' class.
SkinWindowButtonUI.paint ( java.awt.Graphics g, javax.swing.JComponent c ):
This method is from 'SkinWindowButtonUI' class.
SkinWindowButtonUI.SkinWindowButtonUI ( ):
This constructor is from 'SkinWindowButtonUI' class.
SkinWindowButtonUI.uninstallDefaults ( javax.swing.AbstractButton b ):
This method is from 'SkinWindowButtonUI' class.
[+] SkinWindowTitlePane (1)
|
This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class SkinWindowTitlePane. |
[+] affected methods (4)
SkinWindowTitlePane.createGlassPaneDispatcher ( ):
This method is from 'SkinWindowTitlePane' class.
SkinWindowTitlePane.createPropertyChangeListener ( ):
This method is from 'SkinWindowTitlePane' class.
SkinWindowTitlePane.installListeners ( ):
This method is from 'SkinWindowTitlePane' class.
SkinWindowTitlePane.SkinWindowTitlePane ( com.l2fprod.gui.SkinWindow f ):
This constructor is from 'SkinWindowTitlePane' class.
package com.l2fprod.gui.plaf.skin.impl
[+] AbstractSkinProgress (1)
|
This class become abstract. | Recompilation of a client program may be terminated with the message: AbstractSkinProgress is abstract; cannot be instantiated. |
[+] affected methods (5)
AbstractSkinProgress.AbstractSkinProgress ( ):
This constructor is from 'AbstractSkinProgress' class.
AbstractSkinProgress.getMinimumSize ( javax.swing.JProgressBar progress ):
This method is from 'AbstractSkinProgress' class.
AbstractSkinProgress.installSkin ( javax.swing.JComponent c ):
This method is from 'AbstractSkinProgress' class.
AbstractSkinProgress.paintProgress ( java.awt.Graphics g, javax.swing.JProgressBar progress ):
This method is from 'AbstractSkinProgress' class.
AbstractSkinProgress.status ( ):
This method is from 'AbstractSkinProgress' class.
package com.l2fprod.gui.plaf.skin.impl.gtk
[+] GtkBorder (1)
|
This class become final. | Recompilation of a client program may be terminated with the message: cannot inherit from final GtkBorder. |
[+] affected methods (4)
GtkBorder.GtkBorder ( ):
This constructor is from 'GtkBorder' class.
GtkBorder.GtkBorder ( int top, int right, int bottom, int left ):
This constructor is from 'GtkBorder' class.
GtkBorder.toString ( ):
This method is from 'GtkBorder' class.
parser.GtkParser.borderDefinition ( ):
Return value of this method has type 'GtkBorder'.
[+] GtkClass (2)
|
Type of field styles has been changed from java.util.Vector to java.util.List. | Recompilation of a client program may be terminated with the message: incompatible types, found: java.util.Vector, required: java.util.List. |
This class become final. | Recompilation of a client program may be terminated with the message: cannot inherit from final GtkClass. |
[+] affected methods (6)
GtkClass.addStyleName ( String stylename ):
This method is from 'GtkClass' class.
GtkClass.getStyle ( ):
This method is from 'GtkClass' class.
GtkClass.getStyles ( ):
This method is from 'GtkClass' class.
GtkClass.GtkClass ( ):
This constructor is from 'GtkClass' class.
GtkClass.setName ( String s ):
This method is from 'GtkClass' class.
parser.GtkParser.getClass ( String name ):
Return value of this method has type 'GtkClass'.
[+] GtkEngine (1)
|
This class become final. | Recompilation of a client program may be terminated with the message: cannot inherit from final GtkEngine. |
[+] affected methods (7)
GtkEngine.addImage ( GtkImage image ):
This method is from 'GtkEngine' class.
GtkEngine.findImage ( Object[] keys, Object[] values ):
This method is from 'GtkEngine' class.
GtkEngine.findImage ( Object[] keys, Object[] values, boolean exactMatch ):
This method is from 'GtkEngine' class.
GtkEngine.getImages ( ):
This method is from 'GtkEngine' class.
GtkEngine.GtkEngine ( ):
This constructor is from 'GtkEngine' class.
GtkStyle.getEngine ( ):
Return value of this method has type 'GtkEngine'.
parser.GtkParser.imageDefinition ( GtkEngine engine ):
1st parameter 'engine' of this method has type 'GtkEngine'.
[+] GtkSkin (1)
|
This class become final. | Recompilation of a client program may be terminated with the message: cannot inherit from final GtkSkin. |
[+] affected methods (14)
GtkSkin.getButton ( ):
This method is from 'GtkSkin' class.
GtkSkin.getColors ( ):
This method is from 'GtkSkin' class.
GtkSkin.getDefaultSkinLocation ( ):
This method is from 'GtkSkin' class.
GtkSkin.getFrame ( ):
This method is from 'GtkSkin' class.
GtkSkin.getPersonality ( ):
This method is from 'GtkSkin' class.
GtkSkin.getProgress ( ):
This method is from 'GtkSkin' class.
GtkSkin.getScrollbar ( ):
This method is from 'GtkSkin' class.
GtkSkin.getSlider ( ):
This method is from 'GtkSkin' class.
GtkSkin.getSplitPane ( ):
This method is from 'GtkSkin' class.
GtkSkin.getTab ( ):
This method is from 'GtkSkin' class.
GtkSkin.GtkSkin ( parser.GtkParser parser ):
This constructor is from 'GtkSkin' class.
GtkSkin.GtkSkin ( java.net.URL url ):
This constructor is from 'GtkSkin' class.
GtkSkin.GtkSkin ( java.net.URL url, java.io.InputStream input ):
This constructor is from 'GtkSkin' class.
GtkSkin.GtkSkin ( String filename ):
This constructor is from 'GtkSkin' class.
[+] GtkStyle (1)
|
This class become final. | Recompilation of a client program may be terminated with the message: cannot inherit from final GtkStyle. |
[+] affected methods (25)
GtkClass.getStyle ( ):
Return value of this method has type 'GtkStyle'.
GtkEngine.addImage ( GtkImage image ):
This method is from 'GtkStyle' class.
GtkEngine.findImage ( Object[] keys, Object[] values ):
This method is from 'GtkStyle' class.
GtkEngine.findImage ( Object[] keys, Object[] values, boolean exactMatch ):
This method is from 'GtkStyle' class.
GtkEngine.getImages ( ):
This method is from 'GtkStyle' class.
GtkEngine.GtkEngine ( ):
This constructor is from 'GtkStyle' class.
GtkStyle.children ( ):
This method is from 'GtkStyle' class.
GtkStyle.getAllowsChildren ( ):
This method is from 'GtkStyle' class.
GtkStyle.getChildAt ( int childIndex ):
This method is from 'GtkStyle' class.
GtkStyle.getChildCount ( ):
This method is from 'GtkStyle' class.
GtkStyle.getEngine ( ):
Return value of this method has base type 'GtkStyle'.
GtkStyle.getIndex ( javax.swing.tree.TreeNode node ):
This method is from 'GtkStyle' class.
GtkStyle.getParent ( ):
This method is from 'GtkStyle' class.
GtkStyle.getParser ( ):
This method is from 'GtkStyle' class.
GtkStyle.GtkStyle ( ):
This constructor is from 'GtkStyle' class.
GtkStyle.insert ( javax.swing.tree.MutableTreeNode child, int index ):
This method is from 'GtkStyle' class.
GtkStyle.isLeaf ( ):
This method is from 'GtkStyle' class.
GtkStyle.remove ( int index ):
This method is from 'GtkStyle' class.
GtkStyle.remove ( javax.swing.tree.MutableTreeNode node ):
This method is from 'GtkStyle' class.
GtkStyle.removeFromParent ( ):
This method is from 'GtkStyle' class.
GtkStyle.setParent ( javax.swing.tree.MutableTreeNode newParent ):
This method is from 'GtkStyle' class.
GtkStyle.setUserObject ( Object object ):
This method is from 'GtkStyle' class.
GtkStyle.toString ( ):
This method is from 'GtkStyle' class.
parser.GtkParser.getStyle ( String name ):
Return value of this method has type 'GtkStyle'.
parser.GtkParser.imageDefinition ( GtkEngine engine ):
1st parameter 'engine' of this method has base type 'GtkStyle'.
[+] GtkTableHeaderRenderer (1)
|
Field DEBUG (boolean) has been removed from this class. | Recompilation of a client program may be terminated with the message: cannot find variable DEBUG in GtkTableHeaderRenderer. |
[+] affected methods (3)
GtkTableHeaderRenderer.getTableCellRendererComponent ( javax.swing.JTable table, Object value, boolean isSelected, boolean hasFocus, int row, int column ):
This method is from 'GtkTableHeaderRenderer' class.
GtkTableHeaderRenderer.GtkTableHeaderRenderer ( com.l2fprod.gui.plaf.skin.DefaultButton itemSelected, com.l2fprod.gui.plaf.skin.DefaultButton itemUnselected ):
This constructor is from 'GtkTableHeaderRenderer' class.
GtkTableHeaderRenderer.paintComponent ( java.awt.Graphics g ):
This method is from 'GtkTableHeaderRenderer' class.
package com.l2fprod.gui.plaf.skin.impl.kde
[+] KdeSkin (1)
|
This class become final. | Recompilation of a client program may be terminated with the message: cannot inherit from final KdeSkin. |
[+] affected methods (4)
KdeSkin.getColors ( ):
This method is from 'KdeSkin' class.
KdeSkin.KdeSkin ( java.net.URL skinURL ):
This constructor is from 'KdeSkin' class.
KdeSkin.KdeSkin ( java.net.URL skinURL, java.io.InputStream input ):
This constructor is from 'KdeSkin' class.
KdeSkin.KdeSkin ( String filename ):
This constructor is from 'KdeSkin' class.
package com.l2fprod.gui.plaf.skin.impl.kde2
[+] Kde2Skin (1)
|
This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class Kde2Skin. |
[+] affected methods (27)
Kde2Skin.Kde2Button ( com.l2fprod.util.IniFile ini, java.net.URL skinURL ):
This method is from 'Kde2Skin' class.
Kde2Skin.Kde2Personality ( com.l2fprod.util.IniFile ini, java.net.URL skinURL ):
This method is from 'Kde2Skin' class.
Kde2Skin.Kde2Progress ( com.l2fprod.util.IniFile ini, java.net.URL skinURL ):
This method is from 'Kde2Skin' class.
Kde2Skin.Kde2Scrollbar ( com.l2fprod.util.IniFile ini, java.net.URL skinURL ):
This method is from 'Kde2Skin' class.
Kde2Skin.Kde2Tab ( com.l2fprod.util.IniFile ini, java.net.URL skinURL ):
This method is from 'Kde2Skin' class.
Kde2Skin.getArrowPreferredSize ( int direction ):
This method is from 'Kde2Skin' class.
Kde2Skin.getCheckBoxIconSize ( ):
This method is from 'Kde2Skin' class.
Kde2Skin.getColors ( ):
This method is from 'Kde2Skin' class.
Kde2Skin.getMinimumSize ( javax.swing.JProgressBar progress ):
This method is from 'Kde2Skin' class.
Kde2Skin.getPreferredSize ( javax.swing.JScrollBar scrollbar ):
This method is from 'Kde2Skin' class.
Kde2Skin.getRadioIcon ( javax.swing.AbstractButton b ):
This method is from 'Kde2Skin' class.
Kde2Skin.installSkin ( javax.swing.JComponent c ):
This method is from 'Kde2Skin' class.
Kde2Skin.Kde2Skin ( java.net.URL skinURL ):
This constructor is from 'Kde2Skin' class.
Kde2Skin.Kde2Skin ( String filename ):
This constructor is from 'Kde2Skin' class.
Kde2Skin.newButton ( com.l2fprod.util.IniFile ini, java.net.URL skinURL, String section ):
This method is from 'Kde2Skin' class.
Kde2Skin.newIcon ( com.l2fprod.util.IniFile ini, java.net.URL skinURL, String section ):
This method is from 'Kde2Skin' class.
Kde2Skin.paintArrow ( java.awt.Graphics g, javax.swing.AbstractButton b, int direction ):
This method is from 'Kde2Skin' class.
Kde2Skin.paintButton ( java.awt.Graphics g, javax.swing.AbstractButton b ):
This method is from 'Kde2Skin' class.
Kde2Skin.paintComboBox ( java.awt.Graphics g, javax.swing.JComboBox c, java.awt.Rectangle bounds, boolean hasFocus ):
This method is from 'Kde2Skin' class.
Kde2Skin.paintContent ( java.awt.Graphics g, int tabPlacement, int selectedIndex, int x, int y, int w, int h ):
This method is from 'Kde2Skin' class.
Kde2Skin.paintDialog ( java.awt.Graphics g, java.awt.Component c ):
This method is from 'Kde2Skin' class.
Kde2Skin.paintMenuItem ( java.awt.Graphics g, javax.swing.JMenuItem c ):
This method is from 'Kde2Skin' class.
Kde2Skin.paintProgress ( java.awt.Graphics g, javax.swing.JProgressBar progress ):
This method is from 'Kde2Skin' class.
Kde2Skin.paintTab ( java.awt.Graphics g, int tabPlacement, boolean isSelected, int x, int y, int w, int h ):
This method is from 'Kde2Skin' class.
Kde2Skin.paintThumb ( java.awt.Graphics g, javax.swing.JScrollBar scrollbar, java.awt.Rectangle thumbBounds ):
This method is from 'Kde2Skin' class.
Kde2Skin.paintTrack ( java.awt.Graphics g, javax.swing.JScrollBar scrollbar, java.awt.Rectangle trackBounds ):
This method is from 'Kde2Skin' class.
Kde2Skin.status ( ):
This method is from 'Kde2Skin' class.
package com.l2fprod.gui.sound
[+] SoundEventQueue (1)
|
This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class SoundEventQueue. |
[+] affected methods (3)
SoundEventQueue.dispatchEvent ( java.awt.AWTEvent event ):
This method is from 'SoundEventQueue' class.
SoundEventQueue.playSound ( java.awt.AWTEvent event ):
This method is from 'SoundEventQueue' class.
SoundEventQueue.SoundEventQueue ( ):
This constructor is from 'SoundEventQueue' class.
package com.l2fprod.util
[+] GrayFilter (1)
|
This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class GrayFilter. |
[+] affected methods (2)
GrayFilter.filterRGB ( int x, int y, int rgb ):
This method is from 'GrayFilter' class.
GrayFilter.GrayFilter ( ):
This constructor is from 'GrayFilter' class.
[+] ImageUtils (1)
|
This class become final. | Recompilation of a client program may be terminated with the message: cannot inherit from final ImageUtils. |
[+] affected methods (22)
ImageUtils.buildTile ( java.awt.Image image, int factor ):
This method is from 'ImageUtils' class.
ImageUtils.convertBytesToImage ( java.awt.Component c, int[] pixels, int w, int h ):
This method is from 'ImageUtils' class.
ImageUtils.filterImage ( java.awt.image.RGBImageFilter filter, java.awt.Image image ):
This method is from 'ImageUtils' class.
ImageUtils.flipHorizontally ( java.awt.Image image ):
This method is from 'ImageUtils' class.
ImageUtils.getDisabledIcon ( java.awt.Image anImage ):
This method is from 'ImageUtils' class.
ImageUtils.getDisabledIcon ( javax.swing.ImageIcon anIcon ):
This method is from 'ImageUtils' class.
ImageUtils.getDisabledImage ( java.awt.Image anImage ):
This method is from 'ImageUtils' class.
ImageUtils.grab ( java.awt.Image image, int x, int y, int width, int height ):
This method is from 'ImageUtils' class.
ImageUtils.ImageUtils ( ):
This constructor is from 'ImageUtils' class.
ImageUtils.paint ( java.awt.Component c, java.awt.Graphics g, java.awt.Image image ):
This method is from 'ImageUtils' class.
ImageUtils.paint ( java.awt.Component c, java.awt.Graphics g, java.awt.Image image, boolean alignWithParent ):
This method is from 'ImageUtils' class.
ImageUtils.paint ( java.awt.Component c, java.awt.Graphics g, java.awt.Image image, boolean alignWithParent, int paintType ):
This method is from 'ImageUtils' class.
ImageUtils.paint ( java.awt.Component c, java.awt.Graphics g, java.awt.Image image, int paintType ):
This method is from 'ImageUtils' class.
ImageUtils.paint ( java.awt.Component c, java.awt.Graphics g, java.awt.Image image, int x, int y, int width, int height ):
This method is from 'ImageUtils' class.
ImageUtils.paint ( java.awt.Component c, java.awt.Graphics g, java.awt.Image image, int x, int y, int width, int height, boolean alignWithParent, int paintType ):
This method is from 'ImageUtils' class.
ImageUtils.paint ( java.awt.Component c, java.awt.Graphics g, java.awt.Image image, int x, int y, int width, int height, int paintType ):
This method is from 'ImageUtils' class.
ImageUtils.paintTile ( java.awt.Component component, java.awt.Graphics g, java.awt.Image image, int x, int y, int width, int height ):
This method is from 'ImageUtils' class.
ImageUtils.rotateImage ( java.awt.Image anImage ):
This method is from 'ImageUtils' class.
ImageUtils.rotateImage ( java.awt.Image anImage, double angle ):
This method is from 'ImageUtils' class.
ImageUtils.rotateLeft ( java.awt.Image anImage ):
This method is from 'ImageUtils' class.
ImageUtils.toBufferedImage ( java.awt.Image image ):
This method is from 'ImageUtils' class.
ImageUtils.transparent ( java.awt.Image image ):
This method is from 'ImageUtils' class.
package com.sixlegs.image.png
[+] AbstractTextChunk (1)
|
This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class AbstractTextChunk. |
[+] affected methods (8)
AbstractTextChunk.getChunkType ( ):
This method is from 'AbstractTextChunk' abstract class.
AbstractTextChunk.getKeyword ( ):
This method is from 'AbstractTextChunk' abstract class.
AbstractTextChunk.getLanguage ( ):
This abstract method is from 'AbstractTextChunk' abstract class.
AbstractTextChunk.getText ( ):
This method is from 'AbstractTextChunk' abstract class.
AbstractTextChunk.getTranslatedKeyword ( ):
This abstract method is from 'AbstractTextChunk' abstract class.
AbstractTextChunk.readKey ( ):
This method is from 'AbstractTextChunk' abstract class.
AbstractTextChunk.readValue ( ):
This method is from 'AbstractTextChunk' abstract class.
AbstractTextChunk.toString ( ):
This method is from 'AbstractTextChunk' abstract class.
[+] BitMover8P (1)
|
This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class BitMover8P. |
[+] affected methods (1)
BitMover8P.toString ( ):
This method is from 'BitMover8P' class.
[+] Chunk_bKGD (1)
|
This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class Chunk_bKGD. |
[+] affected methods (3)
Chunk_bKGD.beforeIDAT ( ):
This method is from 'Chunk_bKGD' class.
Chunk_bKGD.multipleOK ( ):
This method is from 'Chunk_bKGD' class.
Chunk_bKGD.readData ( ):
This method is from 'Chunk_bKGD' class.
[+] Chunk_gAMA (1)
|
This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class Chunk_gAMA. |
[+] affected methods (3)
Chunk_gAMA.beforeIDAT ( ):
This method is from 'Chunk_gAMA' class.
Chunk_gAMA.multipleOK ( ):
This method is from 'Chunk_gAMA' class.
Chunk_gAMA.readData ( ):
This method is from 'Chunk_gAMA' class.
[+] Chunk_gIFg (1)
|
This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class Chunk_gIFg. |
[+] affected methods (1)
Chunk_gIFg.readData ( ):
This method is from 'Chunk_gIFg' class.
[+] Chunk_gIFx (1)
|
This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class Chunk_gIFx. |
[+] affected methods (4)
Chunk_gIFx.getAuthenticationCode ( ):
This method is from 'Chunk_gIFx' class.
Chunk_gIFx.getData ( ):
This method is from 'Chunk_gIFx' class.
Chunk_gIFx.getIdentifier ( ):
This method is from 'Chunk_gIFx' class.
Chunk_gIFx.readData ( ):
This method is from 'Chunk_gIFx' class.
[+] Chunk_hIST (1)
|
This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class Chunk_hIST. |
[+] affected methods (3)
Chunk_hIST.beforeIDAT ( ):
This method is from 'Chunk_hIST' class.
Chunk_hIST.multipleOK ( ):
This method is from 'Chunk_hIST' class.
Chunk_hIST.readData ( ):
This method is from 'Chunk_hIST' class.
[+] Chunk_iCCP (1)
|
This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class Chunk_iCCP. |
[+] affected methods (5)
Chunk_iCCP.beforeIDAT ( ):
This method is from 'Chunk_iCCP' class.
Chunk_iCCP.getEncoding ( ):
This method is from 'Chunk_iCCP' class.
Chunk_iCCP.isCompressed ( ):
This method is from 'Chunk_iCCP' class.
Chunk_iCCP.multipleOK ( ):
This method is from 'Chunk_iCCP' class.
Chunk_iCCP.readData ( ):
This method is from 'Chunk_iCCP' class.
[+] Chunk_IDAT (1)
|
This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class Chunk_IDAT. |
[+] affected methods (1)
Chunk_IDAT.readData ( ):
This method is from 'Chunk_IDAT' class.
[+] Chunk_IEND (1)
|
This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class Chunk_IEND. |
[+] affected methods (10)
Chunk_IEND.beforeIDAT ( ):
This method is from 'Chunk_IEND' class.
Chunk_IEND.imageComplete ( int p1 ):
This method is from 'Chunk_IEND' class.
Chunk_IEND.multipleOK ( ):
This method is from 'Chunk_IEND' class.
Chunk_IEND.readData ( ):
This method is from 'Chunk_IEND' class.
Chunk_IEND.setColorModel ( java.awt.image.ColorModel p1 ):
This method is from 'Chunk_IEND' class.
Chunk_IEND.setDimensions ( int p1, int p2 ):
This method is from 'Chunk_IEND' class.
Chunk_IEND.setHints ( int p1 ):
This method is from 'Chunk_IEND' class.
Chunk_IEND.setPixels ( int p1, int p2, int p3, int p4, java.awt.image.ColorModel p5, byte[] p6, int p7, int p8 ):
This method is from 'Chunk_IEND' class.
Chunk_IEND.setPixels ( int p1, int p2, int p3, int p4, java.awt.image.ColorModel p5, int[] p6, int p7, int p8 ):
This method is from 'Chunk_IEND' class.
Chunk_IEND.setProperties ( java.util.Hashtable p1 ):
This method is from 'Chunk_IEND' class.
[+] Chunk_IHDR (1)
|
This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class Chunk_IHDR. |
[+] affected methods (2)
Chunk_IHDR.multipleOK ( ):
This method is from 'Chunk_IHDR' class.
Chunk_IHDR.readData ( ):
This method is from 'Chunk_IHDR' class.
[+] Chunk_iTXt (1)
|
This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class Chunk_iTXt. |
[+] affected methods (4)
Chunk_iTXt.getLanguage ( ):
This method is from 'Chunk_iTXt' class.
Chunk_iTXt.getTranslatedKeyword ( ):
This method is from 'Chunk_iTXt' class.
Chunk_iTXt.isCompressed ( ):
This method is from 'Chunk_iTXt' class.
Chunk_iTXt.readValue ( ):
This method is from 'Chunk_iTXt' class.
[+] Chunk_oFFs (1)
|
This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class Chunk_oFFs. |
[+] affected methods (3)
Chunk_oFFs.beforeIDAT ( ):
This method is from 'Chunk_oFFs' class.
Chunk_oFFs.multipleOK ( ):
This method is from 'Chunk_oFFs' class.
Chunk_oFFs.readData ( ):
This method is from 'Chunk_oFFs' class.
[+] Chunk_pCAL (1)
|
This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class Chunk_pCAL. |
[+] affected methods (3)
Chunk_pCAL.beforeIDAT ( ):
This method is from 'Chunk_pCAL' class.
Chunk_pCAL.multipleOK ( ):
This method is from 'Chunk_pCAL' class.
Chunk_pCAL.readData ( ):
This method is from 'Chunk_pCAL' class.
[+] Chunk_pHYs (1)
|
This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class Chunk_pHYs. |
[+] affected methods (3)
Chunk_pHYs.beforeIDAT ( ):
This method is from 'Chunk_pHYs' class.
Chunk_pHYs.multipleOK ( ):
This method is from 'Chunk_pHYs' class.
Chunk_pHYs.readData ( ):
This method is from 'Chunk_pHYs' class.
[+] Chunk_PLTE (1)
|
This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class Chunk_PLTE. |
[+] affected methods (3)
Chunk_PLTE.beforeIDAT ( ):
This method is from 'Chunk_PLTE' class.
Chunk_PLTE.multipleOK ( ):
This method is from 'Chunk_PLTE' class.
Chunk_PLTE.readData ( ):
This method is from 'Chunk_PLTE' class.
[+] Chunk_sBIT (1)
|
This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class Chunk_sBIT. |
[+] affected methods (3)
Chunk_sBIT.beforeIDAT ( ):
This method is from 'Chunk_sBIT' class.
Chunk_sBIT.multipleOK ( ):
This method is from 'Chunk_sBIT' class.
Chunk_sBIT.readData ( ):
This method is from 'Chunk_sBIT' class.
[+] Chunk_sCAL (1)
|
This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class Chunk_sCAL. |
[+] affected methods (3)
Chunk_sCAL.beforeIDAT ( ):
This method is from 'Chunk_sCAL' class.
Chunk_sCAL.multipleOK ( ):
This method is from 'Chunk_sCAL' class.
Chunk_sCAL.readData ( ):
This method is from 'Chunk_sCAL' class.
[+] Chunk_sPLT (1)
|
This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class Chunk_sPLT. |
[+] affected methods (2)
Chunk_sPLT.beforeIDAT ( ):
This method is from 'Chunk_sPLT' class.
Chunk_sPLT.readData ( ):
This method is from 'Chunk_sPLT' class.
[+] Chunk_sRGB (1)
|
This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class Chunk_sRGB. |
[+] affected methods (3)
Chunk_sRGB.beforeIDAT ( ):
This method is from 'Chunk_sRGB' class.
Chunk_sRGB.multipleOK ( ):
This method is from 'Chunk_sRGB' class.
Chunk_sRGB.readData ( ):
This method is from 'Chunk_sRGB' class.
[+] Chunk_tEXt (1)
|
This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class Chunk_tEXt. |
[+] affected methods (3)
Chunk_tEXt.getLanguage ( ):
This method is from 'Chunk_tEXt' class.
Chunk_tEXt.getTranslatedKeyword ( ):
This method is from 'Chunk_tEXt' class.
Chunk_tEXt.isCompressed ( ):
This method is from 'Chunk_tEXt' class.
[+] Chunk_tIME (1)
|
This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class Chunk_tIME. |
[+] affected methods (2)
Chunk_tIME.multipleOK ( ):
This method is from 'Chunk_tIME' class.
Chunk_tIME.readData ( ):
This method is from 'Chunk_tIME' class.
[+] Chunk_tRNS (1)
|
This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class Chunk_tRNS. |
[+] affected methods (3)
Chunk_tRNS.beforeIDAT ( ):
This method is from 'Chunk_tRNS' class.
Chunk_tRNS.multipleOK ( ):
This method is from 'Chunk_tRNS' class.
Chunk_tRNS.readData ( ):
This method is from 'Chunk_tRNS' class.
[+] Chunk_zTXt (1)
|
This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class Chunk_zTXt. |
[+] affected methods (3)
Chunk_zTXt.getLanguage ( ):
This method is from 'Chunk_zTXt' class.
Chunk_zTXt.getTranslatedKeyword ( ):
This method is from 'Chunk_zTXt' class.
Chunk_zTXt.isCompressed ( ):
This method is from 'Chunk_zTXt' class.
[+] ChunkHandler (1)
|
This interface has been removed. | Recompilation of a client program may be terminated with the message: cannot find class ChunkHandler. |
[+] affected methods (1)
ChunkHandler.handleChunk ( String p1, byte[] p2 ):
This abstract method is from 'ChunkHandler' interface.
[+] CRCInputStream (1)
|
This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class CRCInputStream. |
[+] affected methods (7)
CRCInputStream.count ( ):
This method is from 'CRCInputStream' class.
CRCInputStream.CRCInputStream ( java.io.InputStream p1 ):
This constructor is from 'CRCInputStream' class.
CRCInputStream.getValue ( ):
This method is from 'CRCInputStream' class.
CRCInputStream.read ( ):
This method is from 'CRCInputStream' class.
CRCInputStream.read ( byte[] p1, int p2, int p3 ):
This method is from 'CRCInputStream' class.
CRCInputStream.reset ( ):
This method is from 'CRCInputStream' class.
CRCInputStream.skip ( long p1 ):
This method is from 'CRCInputStream' class.
[+] ExDataInputStream (1)
|
This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class ExDataInputStream. |
[+] affected methods (11)
ExDataInputStream.ExDataInputStream ( java.io.InputStream p1 ):
This constructor is from 'ExDataInputStream' class.
ExDataInputStream.parseFloatingPoint ( String p1 ):
This method is from 'ExDataInputStream' class.
ExDataInputStream.readBytes ( byte[] p1 ):
This method is from 'ExDataInputStream' class.
ExDataInputStream.readBytes ( byte[] p1, int p2, int p3 ):
This method is from 'ExDataInputStream' class.
ExDataInputStream.readFloatingPoint ( ):
This method is from 'ExDataInputStream' class.
ExDataInputStream.readString ( ):
This method is from 'ExDataInputStream' class.
ExDataInputStream.readString ( int p1 ):
This method is from 'ExDataInputStream' class.
ExDataInputStream.readString ( int p1, String p2 ):
This method is from 'ExDataInputStream' class.
ExDataInputStream.readString ( String p1 ):
This method is from 'ExDataInputStream' class.
ExDataInputStream.readUnsignedInt ( ):
This method is from 'ExDataInputStream' class.
ExDataInputStream.unsign ( int p1 ):
This method is from 'ExDataInputStream' class.
[+] GifExtension (1)
|
This interface has been removed. | Recompilation of a client program may be terminated with the message: cannot find class GifExtension. |
[+] affected methods (3)
GifExtension.getAuthenticationCode ( ):
This abstract method is from 'GifExtension' interface.
GifExtension.getData ( ):
This abstract method is from 'GifExtension' interface.
GifExtension.getIdentifier ( ):
This abstract method is from 'GifExtension' interface.
[+] IDATInputStream (1)
|
This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class IDATInputStream. |
[+] affected methods (3)
IDATInputStream.IDATInputStream ( PngImage p1, java.io.InputStream p2 ):
This constructor is from 'IDATInputStream' class.
IDATInputStream.read ( ):
This method is from 'IDATInputStream' class.
IDATInputStream.read ( byte[] p1, int p2, int p3 ):
This method is from 'IDATInputStream' class.
[+] KeyValueChunk (1)
|
This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class KeyValueChunk. |
[+] affected methods (5)
KeyValueChunk.getEncoding ( ):
This method is from 'KeyValueChunk' abstract class.
KeyValueChunk.isCompressed ( ):
This abstract method is from 'KeyValueChunk' abstract class.
KeyValueChunk.readData ( ):
This method is from 'KeyValueChunk' abstract class.
KeyValueChunk.readKey ( ):
This method is from 'KeyValueChunk' abstract class.
KeyValueChunk.readValue ( ):
This method is from 'KeyValueChunk' abstract class.
[+] PixelInputStream (1)
|
This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class PixelInputStream. |
[+] affected methods (3)
PixelInputStream.close ( ):
This method is from 'PixelInputStream' class.
PixelInputStream.read ( ):
This method is from 'PixelInputStream' class.
PixelInputStream.read ( int[] p1, int p2, int p3 ):
This method is from 'PixelInputStream' class.
[+] PngImage (1)
|
This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class PngImage. |
[+] affected methods (35)
PngImage.addConsumer ( java.awt.image.ImageConsumer p1 ):
This method is from 'PngImage' class.
PngImage.getBackgroundColor ( ):
This method is from 'PngImage' class.
PngImage.getBitDepth ( ):
This method is from 'PngImage' class.
PngImage.getColorType ( ):
This method is from 'PngImage' class.
PngImage.getErrors ( ):
This method is from 'PngImage' class.
PngImage.getEverything ( ):
This method is from 'PngImage' class.
PngImage.getGifExtensions ( ):
This method is from 'PngImage' class.
PngImage.getHeight ( ):
This method is from 'PngImage' class.
PngImage.getInterlaceType ( ):
This method is from 'PngImage' class.
PngImage.getProperties ( ):
This method is from 'PngImage' class.
PngImage.getProperty ( String p1 ):
This method is from 'PngImage' class.
PngImage.getSuggestedPalette ( String p1 ):
This method is from 'PngImage' class.
PngImage.getSuggestedPalettes ( ):
This method is from 'PngImage' class.
PngImage.getTextChunk ( String p1 ):
This method is from 'PngImage' class.
PngImage.getTextChunks ( ):
This method is from 'PngImage' class.
PngImage.getWidth ( ):
This method is from 'PngImage' class.
PngImage.hasAlphaChannel ( ):
This method is from 'PngImage' class.
PngImage.hasChunk ( String p1 ):
This method is from 'PngImage' class.
PngImage.hasErrors ( ):
This method is from 'PngImage' class.
PngImage.hasFatalError ( ):
This method is from 'PngImage' class.
PngImage.isConsumer ( java.awt.image.ImageConsumer p1 ):
This method is from 'PngImage' class.
PngImage.isGrayscale ( ):
This method is from 'PngImage' class.
PngImage.isIndexedColor ( ):
This method is from 'PngImage' class.
PngImage.PngImage ( java.io.InputStream p1 ):
This constructor is from 'PngImage' class.
PngImage.PngImage ( java.net.URL p1 ):
This constructor is from 'PngImage' class.
PngImage.PngImage ( String p1 ):
This constructor is from 'PngImage' class.
PngImage.registerChunk ( ChunkHandler p1, String p2 ):
This method is from 'PngImage' class.
PngImage.removeConsumer ( java.awt.image.ImageConsumer p1 ):
This method is from 'PngImage' class.
PngImage.requestTopDownLeftRightResend ( java.awt.image.ImageConsumer p1 ):
This method is from 'PngImage' class.
PngImage.setAllErrorsFatal ( boolean p1 ):
This method is from 'PngImage' class.
PngImage.setDisplayExponent ( double p1 ):
This method is from 'PngImage' class.
PngImage.setFlushAfterNextProduction ( boolean p1 ):
This method is from 'PngImage' class.
PngImage.setProgressiveDisplay ( boolean p1 ):
This method is from 'PngImage' class.
PngImage.setUserExponent ( double p1 ):
This method is from 'PngImage' class.
PngImage.startProduction ( java.awt.image.ImageConsumer p1 ):
This method is from 'PngImage' class.
[+] TextChunk (1)
|
This interface has been removed. | Recompilation of a client program may be terminated with the message: cannot find class TextChunk. |
[+] affected methods (5)
TextChunk.getChunkType ( ):
This abstract method is from 'TextChunk' interface.
TextChunk.getKeyword ( ):
This abstract method is from 'TextChunk' interface.
TextChunk.getLanguage ( ):
This abstract method is from 'TextChunk' interface.
TextChunk.getText ( ):
This abstract method is from 'TextChunk' interface.
TextChunk.getTranslatedKeyword ( ):
This abstract method is from 'TextChunk' interface.
[+] UnfilterInputStream (1)
|
This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class UnfilterInputStream. |
[+] affected methods (7)
UnfilterInputStream.beforeIDAT ( ):
This method is from 'UnfilterInputStream' class.
UnfilterInputStream.calc ( ):
This method is from 'UnfilterInputStream' class.
UnfilterInputStream.close ( ):
This method is from 'UnfilterInputStream' class.
UnfilterInputStream.multipleOK ( ):
This method is from 'UnfilterInputStream' class.
UnfilterInputStream.read ( ):
This method is from 'UnfilterInputStream' class.
UnfilterInputStream.read ( byte[] p1, int p2, int p3 ):
This method is from 'UnfilterInputStream' class.
UnfilterInputStream.readData ( ):
This method is from 'UnfilterInputStream' class.
[+] UserChunk (1)
|
This class has been removed. | Recompilation of a client program may be terminated with the message: cannot find class UserChunk. |
[+] affected methods (1)
UserChunk.readData ( ):
This method is from 'UserChunk' class.
to the top
Problems with Data Types, Medium risk (2)
skinlf.jar
[+] Skinit (1)
|
Superclass has been changed from javax.swing.JApplet to com.l2fprod.gui.plaf.skin.Skinit. | 1) Recompilation of a client program may be terminated with the message: cannot find variable (or method) in Skinit. 2) A static field from a super-interface of a client class may hide a field (with the same name) inherited from new super-class. Recompilation of a client class may be terminated with the message: reference to variable is ambiguous. |
[+] affected methods (2)
Skinit.main ( String[] args ):
This method is from 'Skinit' class.
Skinit.Skinit ( ):
This constructor is from 'Skinit' class.
package com.l2fprod.gui.plaf.skin
[+] SkinPreviewWindow (1)
|
Superclass has been changed from com.l2fprod.gui.SkinWindow to javax.swing.JFrame. | 1) Recompilation of a client program may be terminated with the message: cannot find variable (or method) in SkinPreviewWindow. 2) A static field from a super-interface of a client class may hide a field (with the same name) inherited from new super-class. Recompilation of a client class may be terminated with the message: reference to variable is ambiguous. |
[+] affected methods (2)
SkinPreviewWindow.main ( String[] args ):
This method is from 'SkinPreviewWindow' class.
SkinPreviewWindow.SkinPreviewWindow ( ):
This constructor is from 'SkinPreviewWindow' class.
to the top
Problems with Methods, Medium risk (5)
skinlf.jar, AbstractSkinButton
package com.l2fprod.gui.plaf.skin.impl
[+] AbstractSkinButton.paintButton ( java.awt.Graphics g, javax.swing.AbstractButton b ):boolean (1)
[ run-time name: com/l2fprod/gui/plaf/skin/impl/AbstractSkinButton.paintButton:(Ljava/awt/Graphics;Ljavax/swing/AbstractButton;)Z ]
|
Method become final.
| Recompilation of a client program may be terminated with the message: paintButton(java.awt.Graphics, javax.swing.AbstractButton) in client class C cannot override paintButton(java.awt.Graphics, javax.swing.AbstractButton) in com.l2fprod.gui.plaf.skin.impl.AbstractSkinButton; overridden method is final. |
skinlf.jar, AbstractSkinProgress
package com.l2fprod.gui.plaf.skin.impl
[+] AbstractSkinProgress.getMinimumSize ( javax.swing.JProgressBar progress ):java.awt.Dimension (1)
[ run-time name: com/l2fprod/gui/plaf/skin/impl/AbstractSkinProgress.getMinimumSize:(Ljavax/swing/JProgressBar;)Ljava/awt/Dimension; ]
|
Method become final.
| Recompilation of a client program may be terminated with the message: getMinimumSize(javax.swing.JProgressBar) in client class C cannot override getMinimumSize(javax.swing.JProgressBar) in AbstractSkinProgress; overridden method is final. |
[+] AbstractSkinProgress.installSkin ( javax.swing.JComponent c ):boolean (1)
[ run-time name: com/l2fprod/gui/plaf/skin/impl/AbstractSkinProgress.installSkin:(Ljavax/swing/JComponent;)Z ]
|
Method become final.
| Recompilation of a client program may be terminated with the message: installSkin(javax.swing.JComponent) in client class C cannot override installSkin(javax.swing.JComponent) in AbstractSkinProgress; overridden method is final. |
[+] AbstractSkinProgress.paintProgress ( java.awt.Graphics g, javax.swing.JProgressBar progress ):boolean (1)
[ run-time name: com/l2fprod/gui/plaf/skin/impl/AbstractSkinProgress.paintProgress:(Ljava/awt/Graphics;Ljavax/swing/JProgressBar;)Z ]
|
Method become final.
| Recompilation of a client program may be terminated with the message: paintProgress(java.awt.Graphics, javax.swing.JProgressBar) in client class C cannot override paintProgress(java.awt.Graphics, javax.swing.JProgressBar) in AbstractSkinProgress; overridden method is final. |
[+] AbstractSkinProgress.status ( ):boolean (1)
[ run-time name: com/l2fprod/gui/plaf/skin/impl/AbstractSkinProgress.status:()Z ]
|
Method become final.
| Recompilation of a client program may be terminated with the message: status() in client class C cannot override status() in com.l2fprod.gui.plaf.skin.impl.AbstractSkinProgress; overridden method is final. |
to the top
Problems with Data Types, Low risk (22)
skinlf.jar
package com.l2fprod.gui.plaf.skin
[+] DefaultButton (13)
|
Field bottomHeight has been added to this class. | A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class. Recompilation of a client class may be terminated with the message: reference to bottomHeight is ambiguous. |
Field bottom_fill has been added to this class. | A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class. Recompilation of a client class may be terminated with the message: reference to bottom_fill is ambiguous. |
Field center_fill has been added to this class. | A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class. Recompilation of a client class may be terminated with the message: reference to center_fill is ambiguous. |
Field imageHeight has been added to this class. | A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class. Recompilation of a client class may be terminated with the message: reference to imageHeight is ambiguous. |
Field imageWidth has been added to this class. | A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class. Recompilation of a client class may be terminated with the message: reference to imageWidth is ambiguous. |
Field insets has been added to this class. | A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class. Recompilation of a client class may be terminated with the message: reference to insets is ambiguous. |
Field leftWidth has been added to this class. | A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class. Recompilation of a client class may be terminated with the message: reference to leftWidth is ambiguous. |
Field left_fill has been added to this class. | A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class. Recompilation of a client class may be terminated with the message: reference to left_fill is ambiguous. |
Field rightWidth has been added to this class. | A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class. Recompilation of a client class may be terminated with the message: reference to rightWidth is ambiguous. |
Field right_fill has been added to this class. | A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class. Recompilation of a client class may be terminated with the message: reference to right_fill is ambiguous. |
Field tile has been added to this class. | A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class. Recompilation of a client class may be terminated with the message: reference to tile is ambiguous. |
Field topHeight has been added to this class. | A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class. Recompilation of a client class may be terminated with the message: reference to topHeight is ambiguous. |
Field top_fill has been added to this class. | A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class. Recompilation of a client class may be terminated with the message: reference to top_fill is ambiguous. |
[+] affected methods (25)
DefaultButton.DefaultButton ( ):
This constructor is from 'DefaultButton' class.
DefaultButton.DefaultButton ( java.awt.Image bitmap, int imageWidth, int imageHeight, int topHeight, int rightWidth, int bottomHeight, int leftWidth ):
This constructor is from 'DefaultButton' class.
DefaultButton.DefaultButton ( java.awt.Image bitmap, int imageWidth, int imageHeight, int topHeight, int rightWidth, int bottomHeight, int leftWidth, boolean tile ):
This constructor is from 'DefaultButton' class.
DefaultButton.DefaultButton ( java.awt.Image top, java.awt.Image bottom, java.awt.Image left, java.awt.Image right, java.awt.Image topLeft, java.awt.Image topRight, java.awt.Image bottomLeft, java.awt.Image bottomRight ):
This constructor is from 'DefaultButton' class.
DefaultButton.getBorderInsets ( java.awt.Component c ):
This method is from 'DefaultButton' class.
DefaultButton.getDisabled ( ):
Return value of this method has type 'DefaultButton'.
DefaultButton.getHeight ( ):
This method is from 'DefaultButton' class.
DefaultButton.getIconHeight ( ):
This method is from 'DefaultButton' class.
DefaultButton.getIconWidth ( ):
This method is from 'DefaultButton' class.
DefaultButton.getInsets ( ):
This method is from 'DefaultButton' class.
DefaultButton.getMinimumSize ( ):
This method is from 'DefaultButton' class.
DefaultButton.getPreferredSize ( ):
This method is from 'DefaultButton' class.
DefaultButton.getTopToBottom ( ):
Return value of this method has type 'DefaultButton'.
DefaultButton.getWidth ( ):
This method is from 'DefaultButton' class.
DefaultButton.isBorderOpaque ( ):
This method is from 'DefaultButton' class.
DefaultButton.paint ( java.awt.Graphics g, int x, int y, int width, int height, java.awt.Component b ):
This method is from 'DefaultButton' class.
DefaultButton.paint ( java.awt.Graphics g, int x, int y, java.awt.Component b ):
This method is from 'DefaultButton' class.
DefaultButton.paint ( java.awt.Graphics g, java.awt.Component b ):
This method is from 'DefaultButton' class.
DefaultButton.paintBorder ( java.awt.Component b, java.awt.Graphics g, int x, int y, int width, int height ):
This method is from 'DefaultButton' class.
DefaultButton.paintIcon ( java.awt.Component c, java.awt.Graphics g, int x, int y ):
This method is from 'DefaultButton' class.
DefaultButton.rotateCounterClockWise ( ):
Return value of this method has type 'DefaultButton'.
DefaultButton.setCenterFill ( int mode ):
This method is from 'DefaultButton' class.
DefaultButton.toString ( ):
This method is from 'DefaultButton' class.
impl.gtk.GtkListCellRenderer.GtkListCellRenderer ( DefaultButton itemSelected, DefaultButton itemUnselected ):
2nd parameter 'itemUnselected' of this method has type 'DefaultButton'.
impl.gtk.GtkTableHeaderRenderer.GtkTableHeaderRenderer ( DefaultButton itemSelected, DefaultButton itemUnselected ):
2nd parameter 'itemUnselected' of this method has type 'DefaultButton'.
[+] SkinTitlePane (1)
|
Field m_Window has been added to this class. | A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class. Recompilation of a client class may be terminated with the message: reference to m_Window is ambiguous. |
[+] affected methods (20)
SkinTitlePane.addButton ( SkinWindowButton button ):
This method is from 'SkinTitlePane' class.
SkinTitlePane.addSystemMenuItems ( javax.swing.JMenu systemMenu ):
This method is from 'SkinTitlePane' class.
SkinTitlePane.createActionChangeListener ( javax.swing.AbstractButton b ):
This method is from 'SkinTitlePane' class.
SkinTitlePane.createActions ( ):
This method is from 'SkinTitlePane' class.
SkinTitlePane.createButtons ( ):
This method is from 'SkinTitlePane' class.
SkinTitlePane.createLayout ( ):
This method is from 'SkinTitlePane' class.
SkinTitlePane.createPropertyChangeListener ( ):
This method is from 'SkinTitlePane' class.
SkinTitlePane.createSystemMenuBar ( ):
This method is from 'SkinTitlePane' class.
SkinTitlePane.enableActions ( ):
This method is from 'SkinTitlePane' class.
SkinTitlePane.getMinimumSize ( ):
This method is from 'SkinTitlePane' class.
SkinTitlePane.getPreferredSize ( ):
This method is from 'SkinTitlePane' class.
SkinTitlePane.getWindow ( ):
This method is from 'SkinTitlePane' class.
SkinTitlePane.installDefaults ( ):
This method is from 'SkinTitlePane' class.
SkinTitlePane.installListeners ( ):
This method is from 'SkinTitlePane' class.
SkinTitlePane.installTitlePane ( ):
This method is from 'SkinTitlePane' class.
SkinTitlePane.paintComponent ( java.awt.Graphics g ):
This method is from 'SkinTitlePane' class.
SkinTitlePane.setButtonIcons ( ):
This method is from 'SkinTitlePane' class.
SkinTitlePane.SkinTitlePane ( Window f ):
This constructor is from 'SkinTitlePane' class.
SkinTitlePane.SkinTitlePane ( javax.swing.JInternalFrame f ):
This constructor is from 'SkinTitlePane' class.
SkinTitlePane.uninstallListeners ( ):
This method is from 'SkinTitlePane' class.
[+] Window (1)
|
Field SHADE_BOUNDS_PROPERTY has been added to this class. | An added static field from a super-interface of a client class may hide a field (with the same name) inherited from the super-class of a client class. Recompilation of a client class may be terminated with the message: reference to SHADE_BOUNDS_PROPERTY is ambiguous. |
[+] affected methods (22)
SkinTitlePane.getWindow ( ):
Return value of this method has type 'Window'.
SkinTitlePane.SkinTitlePane ( Window f ):
1st parameter 'f' of this method has type 'Window'.
SkinWindowButton.setWindow ( Window window ):
1st parameter 'window' of this method has type 'Window'.
Window.addPropertyChangeListener ( java.beans.PropertyChangeListener p1 ):
This abstract method is from 'Window' interface.
Window.dispatchEvent ( java.awt.AWTEvent p1 ):
This abstract method is from 'Window' interface.
Window.getContainer ( ):
This abstract method is from 'Window' interface.
Window.getFrameIcon ( ):
This abstract method is from 'Window' interface.
Window.getTitle ( ):
This abstract method is from 'Window' interface.
Window.isClosable ( ):
This abstract method is from 'Window' interface.
Window.isIcon ( ):
This abstract method is from 'Window' interface.
Window.isIconifiable ( ):
This abstract method is from 'Window' interface.
Window.isMaximizable ( ):
This abstract method is from 'Window' interface.
Window.isMaximum ( ):
This abstract method is from 'Window' interface.
Window.isResizable ( ):
This abstract method is from 'Window' interface.
Window.isSelected ( ):
This abstract method is from 'Window' interface.
Window.isShaded ( ):
This abstract method is from 'Window' interface.
Window.removePropertyChangeListener ( java.beans.PropertyChangeListener p1 ):
This abstract method is from 'Window' interface.
Window.setClosed ( boolean p1 ):
This abstract method is from 'Window' interface.
Window.setIcon ( boolean p1 ):
This abstract method is from 'Window' interface.
Window.setMaximum ( boolean p1 ):
This abstract method is from 'Window' interface.
Window.setSelected ( boolean p1 ):
This abstract method is from 'Window' interface.
Window.setShaded ( boolean p1 ):
This abstract method is from 'Window' interface.
package com.l2fprod.gui.plaf.skin.impl
[+] AbstractSkinProgress (7)
|
Field minimumSize has been added to this class. | A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class. Recompilation of a client class may be terminated with the message: reference to minimumSize is ambiguous. |
Field orientation has been added to this class. | A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class. Recompilation of a client class may be terminated with the message: reference to orientation is ambiguous. |
Field progressBarBackHorizontal has been added to this class. | A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class. Recompilation of a client class may be terminated with the message: reference to progressBarBackHorizontal is ambiguous. |
Field progressBarBackVertical has been added to this class. | A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class. Recompilation of a client class may be terminated with the message: reference to progressBarBackVertical is ambiguous. |
Field progressBarHorizontal has been added to this class. | A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class. Recompilation of a client class may be terminated with the message: reference to progressBarHorizontal is ambiguous. |
Field progressBarVertical has been added to this class. | A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class. Recompilation of a client class may be terminated with the message: reference to progressBarVertical is ambiguous. |
Field useWindow has been added to this class. | A static field from a super-interface of a client class may hide an added field (with the same name) inherited from the super-class of a client class. Recompilation of a client class may be terminated with the message: reference to useWindow is ambiguous. |
[+] affected methods (5)
AbstractSkinProgress.AbstractSkinProgress ( ):
This constructor is from 'AbstractSkinProgress' class.
AbstractSkinProgress.getMinimumSize ( javax.swing.JProgressBar progress ):
This method is from 'AbstractSkinProgress' class.
AbstractSkinProgress.installSkin ( javax.swing.JComponent c ):
This method is from 'AbstractSkinProgress' class.
AbstractSkinProgress.paintProgress ( java.awt.Graphics g, javax.swing.JProgressBar progress ):
This method is from 'AbstractSkinProgress' class.
AbstractSkinProgress.status ( ):
This method is from 'AbstractSkinProgress' class.
to the top
Java ARchives (4)
demo.jar
nativeskin.jar
simpleapplet.jar
skinlf.jar
to the top
Classes (216)
AbstractSkin.class
AbstractSkinButton.class
AbstractSkinComponent.class
AbstractSkinFrame.class
AbstractSkinPersonality.class
AbstractSkinProgress.class
AbstractSkinScrollbar.class
AbstractSkinSeparator.class
AbstractSkinSlider.class
AbstractSkinSplitPane.class
AbstractSkinTab.class
AbstractTextChunk.class
AccessUtils.class
Adam7Interlacer.class
alwaysontop.class
ArrowButton.class
ASCII_UCodeESC_CharStream.class
BitMover.class
BitMover16G.class
BitMover16GA.class
BitMover16RGB.class
BitMover16RGBA.class
BitMover1G.class
BitMover1P.class
BitMover2G.class
BitMover2P.class
BitMover4G.class
BitMover4P.class
BitMover8G.class
BitMover8GA.class
BitMover8P.class
BitMover8RGB.class
BitMover8RGBA.class
Chunk.class
Chunk_bKGD.class
Chunk_cHRM.class
Chunk_gAMA.class
Chunk_gIFg.class
Chunk_gIFx.class
Chunk_hIST.class
Chunk_iCCP.class
Chunk_IDAT.class
Chunk_IEND.class
Chunk_IHDR.class
Chunk_iTXt.class
Chunk_oFFs.class
Chunk_pCAL.class
Chunk_pHYs.class
Chunk_PLTE.class
Chunk_sBIT.class
Chunk_sCAL.class
Chunk_sPLT.class
Chunk_sRGB.class
Chunk_tEXt.class
Chunk_tIME.class
Chunk_tRNS.class
Chunk_VcHRM.class
Chunk_zTXt.class
ChunkHandler.class
Clock.class
ColorFillFilter.class
CompoundSkin.class
CRCInputStream.class
DefaultButton.class
DefaultWindowManager.class
demo.class
demoPanel.class
demoWelcome.class
DummyImageConsumer.class
ExDataInputStream.class
GifExtension.class
GrayFilter.class
GtkBorder.class
GtkButton.class
GtkClass.class
GtkEngine.class
GtkImage.class
GtkListCellRenderer.class
GtkParser.class
GtkParserConstants.class
GtkParserTokenManager.class
GtkPersonality.class
GtkProgress.class
GtkProps.class
GtkScrollbar.class
GtkSeparator.class
GtkSkin.class
GtkSkinNotFoundException.class
GtkSlider.class
GtkSplitPane.class
GtkStyle.class
GtkTab.class
GtkTableHeaderRenderer.class
GtkUtils.class
IDATInputStream.class
ImageRegion.class
ImageUtils.class
IncorrectVersionException.class
IniFile.class
Interlacer.class
JExternalFrame.class
Kde2Button.class
Kde2Personality.class
Kde2Progress.class
Kde2Scrollbar.class
Kde2Skin.class
Kde2Tab.class
Kde2Utils.class
KdeFrame.class
KdeFrameBorder.class
KdePersonality.class
KdeSkin.class
KeyValueChunk.class
LazyTable.class
LineBorder.class
LinuxLookAndFeel.class
NativeConstants.class
NativeSkin.class
nativesplash.class
NativeSplashScreen.class
NoSoundComponent.class
NullInterlacer.class
OS.class
PanelArtistUtilities.class
ParseException.class
PixelInputStream.class
PngException.class
PngExceptionSoft.class
PngImage.class
PngUtils.class
Region.class
RegionBuilder.class
SAXLocator.class
SAXParser.class
SimpleApplet.class
Skin.class
SkinApplet.class
SkinArrowButton.class
SkinBorder.class
SkinButton.class
SkinButtonListener.class
SkinButtonUI.class
SkinCheckBoxIcon.class
SkinCheckBoxMenuItemUI.class
SkinCheckBoxUI.class
SkinChooser.class
SkinComboBoxRenderer.class
SkinComboBoxUI.class
SkinComponent.class
SkinDesktopIconUI.class
SkinDesktopPaneUI.class
SkinEventMulticaster.class
SkinFileChooserUI.class
SkinFrame.class
SkinInternalFrameUI.class
Skinit.class
SkinListUI.class
SkinLookAndFeel.class
SkinMenuBarUI.class
SkinMenuItemUI.class
SkinMenuUI.class
SkinPanelUI.class
SkinPersonality.class
SkinPopupMenuUI.class
SkinPreviewWindow.class
SkinProgress.class
SkinProgressBarUI.class
SkinRadioButtonIcon.class
SkinRadioButtonMenuItemUI.class
SkinRadioButtonUI.class
SkinScrollbar.class
SkinScrollBarUI.class
SkinSeparator.class
SkinSeparatorUI.class
SkinSlider.class
SkinSliderUI.class
SkinSplitArrowButton.class
SkinSplitPane.class
SkinSplitPaneDivider.class
SkinSplitPaneUI.class
SkinTab.class
SkinTabbedPaneUI.class
SkinTableHeaderUI.class
SkinTitlePane.class
SkinToggleButtonUI.class
SkinToolBarUI.class
SkinTreeUI.class
SkinUtils.class
SkinWindow.class
SkinWindowAdapter.class
SkinWindowButton.class
SkinWindowButtonUI.class
SkinWindowEvent.class
SkinWindowList.class
SkinWindowListener.class
SkinWindowTitlePane.class
SoundConstants.class
SoundEventQueue.class
StringUtils.class
TextChunk.class
Token.class
TokenMgrError.class
UnfilterInputStream.class
UserChunk.class
VerticalLayout.class
Win32NativeSkin.class
Win32Region.class
Window.class
WindowManager.class
WindowSnapping.class
WindowUtils.class
X11NativeSkin.class
XMLElement.class
XMLParseException.class
XTraScrollBarUI.class
ZipResourceLoader.class
to the top
Generated on Mon Dec 13 13:54:25 2010 for SkinLF by Java API Compliance Checker 1.0
The cross-platform tool for verifying backward compatibility of a Java Library API