Source compatibility report for the Flexdock library between 0.4 and 0.5.1 versions
Test Info
Library Name | Flexdock |
Version #1 | 0.4 |
Version #2 | 0.5.1 |
Test Results
Total Java ARchives | 1 |
---|
Total Methods / Classes | 2144 / 250 |
---|
Verdict | Incompatible (10.4%) |
Problem Summary
| Severity | Count |
---|
Added Methods | - | 55 |
---|
Removed Methods | High | 18 |
---|
Problems with Data Types | High | 8 |
---|
Medium | 0 |
Low | 0 |
Problems with Methods | High | 4 |
---|
Medium | 0 |
Low | 0 |
Other Changes in Data Types | - | 5 |
Added Methods (55)
flexdock-0.5.1.jar, Button.class
package org.flexdock.view
Button.getUIClassID ( ) : String
[mangled: org/flexdock/view/Button.getUIClassID:()Ljava/lang/String;]
flexdock-0.5.1.jar, DefaultDockingPort.class
package org.flexdock.docking.defaults
DefaultDockingPort.createBorderManager ( ) : BorderManager
[mangled: org/flexdock/docking/defaults/DefaultDockingPort.createBorderManager:()Lorg/flexdock/docking/defaults/BorderManager;]
DefaultDockingPort.createLayout ( ) : LayoutManager
[mangled: org/flexdock/docking/defaults/DefaultDockingPort.createLayout:()Ljava/awt/LayoutManager;]
DefaultDockingPort.installMaximizedDockable ( Dockable dockable ) : void
[mangled: org/flexdock/docking/defaults/DefaultDockingPort.installMaximizedDockable:(Lorg/flexdock/docking/Dockable;)V]
DefaultDockingPort.releaseForMaximization ( Dockable dockable ) : void
[mangled: org/flexdock/docking/defaults/DefaultDockingPort.releaseForMaximization:(Lorg/flexdock/docking/Dockable;)V]
DefaultDockingPort.returnFromMaximization ( ) : void
[mangled: org/flexdock/docking/defaults/DefaultDockingPort.returnFromMaximization:()V]
DefaultDockingPort.uninstallMaximizedDockable ( ) : void
[mangled: org/flexdock/docking/defaults/DefaultDockingPort.uninstallMaximizedDockable:()V]
flexdock-0.5.1.jar, DockingManager.class
package org.flexdock.docking
DockingManager.isMaximized ( Dockable dockable ) [static] : boolean
[mangled: org/flexdock/docking/DockingManager.isMaximized:(Lorg/flexdock/docking/Dockable;)Z]
DockingManager.toggleMaximized ( Component comp ) [static] : void
[mangled: org/flexdock/docking/DockingManager.toggleMaximized:(Ljava/awt/Component;)V]
DockingManager.toggleMaximized ( Dockable dockable ) [static] : void
[mangled: org/flexdock/docking/DockingManager.toggleMaximized:(Lorg/flexdock/docking/Dockable;)V]
flexdock-0.5.1.jar, DockingPort.class
package org.flexdock.docking
DockingPort.installMaximizedDockable ( Dockable p1 ) [abstract] : void
[mangled: org/flexdock/docking/DockingPort.installMaximizedDockable:(Lorg/flexdock/docking/Dockable;)V]
DockingPort.releaseForMaximization ( Dockable p1 ) [abstract] : void
[mangled: org/flexdock/docking/DockingPort.releaseForMaximization:(Lorg/flexdock/docking/Dockable;)V]
DockingPort.returnFromMaximization ( ) [abstract] : void
[mangled: org/flexdock/docking/DockingPort.returnFromMaximization:()V]
DockingPort.uninstallMaximizedDockable ( ) [abstract] : void
[mangled: org/flexdock/docking/DockingPort.uninstallMaximizedDockable:()V]
flexdock-0.5.1.jar, DockingSplitPane.class
package org.flexdock.docking.defaults
DockingSplitPane.resetToPreferredSizes ( ) : void
[mangled: org/flexdock/docking/defaults/DockingSplitPane.resetToPreferredSizes:()V]
DockingSplitPane.setInitialDividerRatio ( double ratio ) : void
[mangled: org/flexdock/docking/defaults/DockingSplitPane.setInitialDividerRatio:(D)V]
flexdock-0.5.1.jar, PerspectiveManager.class
package org.flexdock.perspective
PerspectiveManager.reload ( Window w ) : void
[mangled: org/flexdock/perspective/PerspectiveManager.reload:(Ljava/awt/Window;)V]
PerspectiveManager.reload ( Window w, boolean reset ) : void
[mangled: org/flexdock/perspective/PerspectiveManager.reload:(Ljava/awt/Window;Z)V]
PerspectiveManager.restore ( Window w ) : void
[mangled: org/flexdock/perspective/PerspectiveManager.restore:(Ljava/awt/Window;)V]
flexdock-0.5.1.jar, PortLayout.class
package org.flexdock.docking.defaults
DefaultDockingPort.PortLayout.addLayoutComponent ( Component comp, Object constraints ) : void
[mangled: org/flexdock/docking/defaults/DefaultDockingPort.PortLayout.addLayoutComponent:(Ljava/awt/Component;Ljava/lang/Object;)V]
DefaultDockingPort.PortLayout.addLayoutComponent ( String name, Component comp ) : void
[mangled: org/flexdock/docking/defaults/DefaultDockingPort.PortLayout.addLayoutComponent:(Ljava/lang/String;Ljava/awt/Component;)V]
DefaultDockingPort.PortLayout.DefaultDockingPort.PortLayout ( DefaultDockingPort p1 )
[mangled: org/flexdock/docking/defaults/DefaultDockingPort.PortLayout."<init>":(Lorg/flexdock/docking/defaults/DefaultDockingPort;)V]
DefaultDockingPort.PortLayout.getLayoutAlignmentX ( Container target ) : float
[mangled: org/flexdock/docking/defaults/DefaultDockingPort.PortLayout.getLayoutAlignmentX:(Ljava/awt/Container;)F]
DefaultDockingPort.PortLayout.getLayoutAlignmentY ( Container target ) : float
[mangled: org/flexdock/docking/defaults/DefaultDockingPort.PortLayout.getLayoutAlignmentY:(Ljava/awt/Container;)F]
DefaultDockingPort.PortLayout.invalidateLayout ( Container target ) : void
[mangled: org/flexdock/docking/defaults/DefaultDockingPort.PortLayout.invalidateLayout:(Ljava/awt/Container;)V]
DefaultDockingPort.PortLayout.layoutContainer ( Container parent ) : void
[mangled: org/flexdock/docking/defaults/DefaultDockingPort.PortLayout.layoutContainer:(Ljava/awt/Container;)V]
DefaultDockingPort.PortLayout.maximumLayoutSize ( Container target ) : Dimension
[mangled: org/flexdock/docking/defaults/DefaultDockingPort.PortLayout.maximumLayoutSize:(Ljava/awt/Container;)Ljava/awt/Dimension;]
DefaultDockingPort.PortLayout.minimumLayoutSize ( Container parent ) : Dimension
[mangled: org/flexdock/docking/defaults/DefaultDockingPort.PortLayout.minimumLayoutSize:(Ljava/awt/Container;)Ljava/awt/Dimension;]
DefaultDockingPort.PortLayout.preferredLayoutSize ( Container parent ) : Dimension
[mangled: org/flexdock/docking/defaults/DefaultDockingPort.PortLayout.preferredLayoutSize:(Ljava/awt/Container;)Ljava/awt/Dimension;]
DefaultDockingPort.PortLayout.removeLayoutComponent ( Component comp ) : void
[mangled: org/flexdock/docking/defaults/DefaultDockingPort.PortLayout.removeLayoutComponent:(Ljava/awt/Component;)V]
flexdock-0.5.1.jar, StatusDockbar.class
package org.flexdock.dockbar
StatusDockbar.add ( Component c ) : Component
[mangled: org/flexdock/dockbar/StatusDockbar.add:(Ljava/awt/Component;)Ljava/awt/Component;]
StatusDockbar.getPreferredSize ( ) : Dimension
[mangled: org/flexdock/dockbar/StatusDockbar.getPreferredSize:()Ljava/awt/Dimension;]
StatusDockbar.getStatusBarComponent ( ) : JComponent
[mangled: org/flexdock/dockbar/StatusDockbar.getStatusBarComponent:()Ljavax/swing/JComponent;]
StatusDockbar.setStatusBarComponent ( JComponent c ) : void
[mangled: org/flexdock/dockbar/StatusDockbar.setStatusBarComponent:(Ljavax/swing/JComponent;)V]
StatusDockbar.StatusDockbar ( DockbarManager manager, int orientation )
[mangled: org/flexdock/dockbar/StatusDockbar."<init>":(Lorg/flexdock/dockbar/DockbarManager;I)V]
flexdock-0.5.1.jar, Titlebar.class
package org.flexdock.view
Titlebar.getUIClassID ( ) : String
[mangled: org/flexdock/view/Titlebar.getUIClassID:()Ljava/lang/String;]
flexdock-0.5.1.jar, View.class
package org.flexdock.view
View.addImpl ( Component comp, Object constraints, int index ) : void
[mangled: org/flexdock/view/View.addImpl:(Ljava/awt/Component;Ljava/lang/Object;I)V]
View.createLayout ( ) : LayoutManager
[mangled: org/flexdock/view/View.createLayout:()Ljava/awt/LayoutManager;]
View.getUIClassID ( ) : String
[mangled: org/flexdock/view/View.getUIClassID:()Ljava/lang/String;]
View.isContentPaneCheckingEnabled ( ) : boolean
[mangled: org/flexdock/view/View.isContentPaneCheckingEnabled:()Z]
View.paramString ( ) : String
[mangled: org/flexdock/view/View.paramString:()Ljava/lang/String;]
View.setContentPaneCheckingEnabled ( boolean contentPaneCheckingEnabled ) : void
[mangled: org/flexdock/view/View.setContentPaneCheckingEnabled:(Z)V]
View.setLayout ( LayoutManager manager ) : void
[mangled: org/flexdock/view/View.setLayout:(Ljava/awt/LayoutManager;)V]
flexdock-0.5.1.jar, ViewLayout.class
package org.flexdock.view
View.ViewLayout.addLayoutComponent ( Component comp, Object constraints ) : void
[mangled: org/flexdock/view/View.ViewLayout.addLayoutComponent:(Ljava/awt/Component;Ljava/lang/Object;)V]
View.ViewLayout.addLayoutComponent ( String name, Component comp ) : void
[mangled: org/flexdock/view/View.ViewLayout.addLayoutComponent:(Ljava/lang/String;Ljava/awt/Component;)V]
View.ViewLayout.getLayoutAlignmentX ( Container target ) : float
[mangled: org/flexdock/view/View.ViewLayout.getLayoutAlignmentX:(Ljava/awt/Container;)F]
View.ViewLayout.getLayoutAlignmentY ( Container target ) : float
[mangled: org/flexdock/view/View.ViewLayout.getLayoutAlignmentY:(Ljava/awt/Container;)F]
View.ViewLayout.invalidateLayout ( Container target ) : void
[mangled: org/flexdock/view/View.ViewLayout.invalidateLayout:(Ljava/awt/Container;)V]
View.ViewLayout.layoutContainer ( Container parent ) : void
[mangled: org/flexdock/view/View.ViewLayout.layoutContainer:(Ljava/awt/Container;)V]
View.ViewLayout.maximumLayoutSize ( Container target ) : Dimension
[mangled: org/flexdock/view/View.ViewLayout.maximumLayoutSize:(Ljava/awt/Container;)Ljava/awt/Dimension;]
View.ViewLayout.minimumLayoutSize ( Container parent ) : Dimension
[mangled: org/flexdock/view/View.ViewLayout.minimumLayoutSize:(Ljava/awt/Container;)Ljava/awt/Dimension;]
View.ViewLayout.preferredLayoutSize ( Container parent ) : Dimension
[mangled: org/flexdock/view/View.ViewLayout.preferredLayoutSize:(Ljava/awt/Container;)Ljava/awt/Dimension;]
View.ViewLayout.removeLayoutComponent ( Component comp ) : void
[mangled: org/flexdock/view/View.ViewLayout.removeLayoutComponent:(Ljava/awt/Component;)V]
View.ViewLayout.View.ViewLayout ( View p1 )
[mangled: org/flexdock/view/View.ViewLayout."<init>":(Lorg/flexdock/view/View;)V]
flexdock-0.5.1.jar, Viewport.class
package org.flexdock.view
Viewport.paramString ( ) : String
[mangled: org/flexdock/view/Viewport.paramString:()Ljava/lang/String;]
to the top
Removed Methods (18)
flexdock-0.4.jar, DefaultDockingPort.class
package org.flexdock.docking.defaults
DefaultDockingPort.doLayout ( ) : void
[mangled: org/flexdock/docking/defaults/DefaultDockingPort.doLayout:()V]
DefaultDockingPort.setLayout ( LayoutManager mgr ) : void
[mangled: org/flexdock/docking/defaults/DefaultDockingPort.setLayout:(Ljava/awt/LayoutManager;)V]
flexdock-0.4.jar, DockingSplitPane.class
package org.flexdock.docking.defaults
DockingSplitPane.resetDividerLocation ( ) : void
[mangled: org/flexdock/docking/defaults/DockingSplitPane.resetDividerLocation:()V]
flexdock-0.4.jar, View.class
package org.flexdock.view
View.add ( Component comp ) : Component
[mangled: org/flexdock/view/View.add:(Ljava/awt/Component;)Ljava/awt/Component;]
View.add ( Component comp, int index ) : Component
[mangled: org/flexdock/view/View.add:(Ljava/awt/Component;I)Ljava/awt/Component;]
View.add ( Component comp, Object constraints ) : void
[mangled: org/flexdock/view/View.add:(Ljava/awt/Component;Ljava/lang/Object;)V]
View.add ( Component comp, Object constraints, int index ) : void
[mangled: org/flexdock/view/View.add:(Ljava/awt/Component;Ljava/lang/Object;I)V]
View.add ( PopupMenu popup ) : void
[mangled: org/flexdock/view/View.add:(Ljava/awt/PopupMenu;)V]
View.add ( String name, Component comp ) : Component
[mangled: org/flexdock/view/View.add:(Ljava/lang/String;Ljava/awt/Component;)Ljava/awt/Component;]
View.addTitlebarImpl ( Titlebar titlebar ) : void
[mangled: org/flexdock/view/View.addTitlebarImpl:(Lorg/flexdock/view/Titlebar;)V]
View.doLayout ( ) : void
[mangled: org/flexdock/view/View.doLayout:()V]
View.hierarchyChanged ( HierarchyEvent e ) : void
[mangled: org/flexdock/view/View.hierarchyChanged:(Ljava/awt/event/HierarchyEvent;)V]
View.remove ( int index ) : void
[mangled: org/flexdock/view/View.remove:(I)V]
View.remove ( MenuComponent popup ) : void
[mangled: org/flexdock/view/View.remove:(Ljava/awt/MenuComponent;)V]
View.removeAll ( ) : void
[mangled: org/flexdock/view/View.removeAll:()V]
View.removeTitlebarImpl ( ) : void
[mangled: org/flexdock/view/View.removeTitlebarImpl:()V]
View.toString ( ) : String
[mangled: org/flexdock/view/View.toString:()Ljava/lang/String;]
flexdock-0.4.jar, Viewport.class
package org.flexdock.view
Viewport.toString ( ) : String
[mangled: org/flexdock/view/Viewport.toString:()Ljava/lang/String;]
to the top
Problems with Data Types, High Severity (8)
flexdock-0.4.jar
package org.flexdock.docking
[+] DockingPort (4)
| Change | Effect |
---|
1 | Abstract method installMaximizedDockable ( Dockable ) 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 installMaximizedDockable(Dockable) in DockingPort. |
2 | Abstract method releaseForMaximization ( Dockable ) 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 releaseForMaximization(Dockable) in DockingPort. |
3 | Abstract method returnFromMaximization ( ) 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 returnFromMaximization() in DockingPort. |
4 | Abstract method uninstallMaximizedDockable ( ) 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 uninstallMaximizedDockable() in DockingPort. |
[+] affected methods (123)
getDockingPort ( )Return value of this method has type 'DockingPort'.
managePortNullChild ( DockingPort )1st parameter 'p1' of this abstract method has type 'DockingPort'.
managePortSimpleChild ( DockingPort )1st parameter 'p1' of this abstract method has type 'DockingPort'.
managePortSplitChild ( DockingPort )1st parameter 'p1' of this abstract method has type 'DockingPort'.
managePortTabbedChild ( DockingPort )1st parameter 'p1' of this abstract method has type 'DockingPort'.
createDockingPort ( DockingPort )1st parameter 'base' of this method has type 'DockingPort'.
createDockingPortImpl ( DockingPort )1st parameter 'base' of this method has type 'DockingPort'.
createSplitPane ( DockingPort, String )1st parameter 'base' of this method has type 'DockingPort'.
createSplitPaneImpl ( DockingPort, String )1st parameter 'base' of this method has type 'DockingPort'.
dock ( Dockable, DockingPort, String )2nd parameter 'port' of this method has type 'DockingPort'.
dock ( Dockable, DockingPort, String, DragOperation )2nd parameter 'port' of this method has type 'DockingPort'.
DefaultDockingStrategy.DockingResults ( DockingPort, boolean )1st parameter 'port' of this method has type 'DockingPort'.
...
package org.flexdock.plaf
[+] Configurator (1)
| Change | Effect |
---|
1 | This class became final. | Recompilation of a client program may be terminated with the message: cannot inherit from final Configurator. |
[+] affected methods (10)
Configurator ( )This constructor is from 'Configurator' class.
getNamedElementsByTagName ( String )This method is from 'Configurator' class.
getProperties ( String[ ], String )This method is from 'Configurator' class.
getProperties ( String[ ], HashMap )This method is from 'Configurator' class.
getProperties ( String )This method is from 'Configurator' class.
getProperties ( String, String )This method is from 'Configurator' class.
getResource ( String, String, String )This method is from 'Configurator' class.
isNull ( String )This method is from 'Configurator' class.
loadDefaultPrefs ( )This method is from 'Configurator' class.
loadUserPrefs ( )This method is from 'Configurator' class.
package org.flexdock.view
[+] View (3)
| Change | Effect |
---|
1 | Removed super-interface java.awt.event.HierarchyListener. | Recompilation of a client program may be terminated with the message: cannot find method in class View. |
2 | Field addRemoveAllowed of type boolean has been removed from this class. | Recompilation of a client program may be terminated with the message: cannot find variable addRemoveAllowed in View. |
3 | Field id of type java.lang.String has been removed from this class. | Recompilation of a client program may be terminated with the message: cannot find variable id in View. |
[+] affected methods (70)
actionPerformed ( View, ActionEvent )1st parameter 'view' of this method has type 'View'.
actionPerformed ( View, ActionEvent )1st parameter 'view' of this method has type 'View'.
actionPerformed ( View, ActionEvent )1st parameter 'view' of this method has type 'View'.
updateState ( View, DockingState, Button )1st parameter 'view' of this method has type 'View'.
actionPerformed ( View, ActionEvent )1st parameter 'p1' of this abstract method has type 'View'.
getView ( ActionEvent )Return value of this method has type 'View'.
getView ( )Return value of this method has type 'View'.
getView ( )Return value of this method has type 'View'.
getView ( )Return value of this method has type 'View'.
setParentView ( View )1st parameter 'view' of this method has type 'View'.
View ( String )This constructor is from 'View' class.
View ( String, String )This constructor is from 'View' class.
...
to the top
Problems with Methods, High Severity (4)
flexdock-0.4.jar, Configurator
package org.flexdock.plaf
[+] Configurator.Configurator ( ) (1)
[mangled: org/flexdock/plaf/Configurator."<init>":()V]
| Change | Effect |
---|
1 | Access level has been changed from public to private. | Recompilation of a client program may be terminated with the message: Configurator() has private access in org.flexdock.plaf.Configurator. |
flexdock-0.4.jar, DockingUtility
package org.flexdock.util
[+] DockingUtility.DockingUtility ( ) (1)
[mangled: org/flexdock/util/DockingUtility."<init>":()V]
| Change | Effect |
---|
1 | Access level has been changed from public to private. | Recompilation of a client program may be terminated with the message: DockingUtility() has private access in org.flexdock.util.DockingUtility. |
flexdock-0.4.jar, ResourceManager
package org.flexdock.util
[+] ResourceManager.ResourceManager ( ) (1)
[mangled: org/flexdock/util/ResourceManager."<init>":()V]
| Change | Effect |
---|
1 | Access level has been changed from public to private. | Recompilation of a client program may be terminated with the message: ResourceManager() has private access in org.flexdock.util.ResourceManager. |
flexdock-0.4.jar, Utilities
package org.flexdock.util
[+] Utilities.Utilities ( ) (1)
[mangled: org/flexdock/util/Utilities."<init>":()V]
| Change | Effect |
---|
1 | Access level has been changed from public to private. | Recompilation of a client program may be terminated with the message: Utilities() has private access in org.flexdock.util.Utilities. |
to the top
Other Changes in Data Types (5)
flexdock-0.4.jar
package org.flexdock.docking.defaults
[+] DockingSplitPane (1)
| Change | Effect |
---|
1 | Field initialDividerRatio has been added to this class. | No effect. NOTE: 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 initialDividerRatio is ambiguous. |
[+] affected methods (8)
DockingSplitPane ( DockingPort, String )This constructor is from 'DockingSplitPane' class.
cleanup ( )This method is from 'DockingSplitPane' class.
doLayout ( )This method is from 'DockingSplitPane' class.
finalize ( )This method is from 'DockingSplitPane' class.
getElderComponent ( )This method is from 'DockingSplitPane' class.
getRegion ( )This method is from 'DockingSplitPane' class.
isDividerSizeProperlyDetermined ( )This method is from 'DockingSplitPane' class.
isElderTopLeft ( )This method is from 'DockingSplitPane' class.
package org.flexdock.view
[+] Button (1)
| Change | Effect |
---|
1 | Field uiClassID has been added to this class. | No effect. NOTE: 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 uiClassID is ambiguous. |
[+] affected methods (8)
updateState ( View, DockingState, Button )3rd parameter 'button' of this method has type 'Button'.
Button ( Action )This constructor is from 'Button' class.
getActionName ( )This method is from 'Button' class.
getView ( )This method is from 'Button' class.
setModel ( ButtonModel )This method is from 'Button' class.
updateUI ( )This method is from 'Button' class.
createActionButton ( Action )Return value of this method has type 'Button'.
getButton ( String )Return value of this method has type 'Button'.
[+] Titlebar (1)
| Change | Effect |
---|
1 | Field uiClassID has been added to this class. | No effect. NOTE: 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 uiClassID is ambiguous. |
[+] affected methods (107)
getPainterWidth ( Graphics, Titlebar )2nd parameter 'titlebar' of this method has type 'Titlebar'.
getPainterX ( Graphics, Titlebar )2nd parameter 'titlebar' of this method has type 'Titlebar'.
paintBackground ( Graphics, Titlebar )2nd parameter 'titlebar' of this method has type 'Titlebar'.
paintBackground ( Graphics, Titlebar )2nd parameter 'titlebar' of this method has type 'Titlebar'.
getBorder ( Titlebar )1st parameter 'titlebar' of this method has type 'Titlebar'.
getIconRect ( Titlebar )1st parameter 'titlebar' of this method has type 'Titlebar'.
getPaintRect ( Titlebar )1st parameter 'titlebar' of this method has type 'Titlebar'.
layoutComponents ( Titlebar )1st parameter 'titlebar' of this method has type 'Titlebar'.
paintBackground ( Graphics, Titlebar )2nd parameter 'titlebar' of this method has type 'Titlebar'.
paintBorder ( Graphics, Titlebar )2nd parameter 'titlebar' of this method has type 'Titlebar'.
paintIcon ( Graphics, Titlebar )2nd parameter 'titlebar' of this method has type 'Titlebar'.
paintTitle ( Graphics, Titlebar )2nd parameter 'titlebar' of this method has type 'Titlebar'.
...
[+] View (2)
| Change | Effect |
---|
1 | Field contentPaneCheckingEnabled has been added to this class. | No effect. NOTE: 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 contentPaneCheckingEnabled is ambiguous. |
2 | Field uiClassID has been added to this class. | No effect. NOTE: 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 uiClassID is ambiguous. |
[+] affected methods (70)
actionPerformed ( View, ActionEvent )1st parameter 'view' of this method has type 'View'.
actionPerformed ( View, ActionEvent )1st parameter 'view' of this method has type 'View'.
actionPerformed ( View, ActionEvent )1st parameter 'view' of this method has type 'View'.
updateState ( View, DockingState, Button )1st parameter 'view' of this method has type 'View'.
actionPerformed ( View, ActionEvent )1st parameter 'p1' of this abstract method has type 'View'.
getView ( ActionEvent )Return value of this method has type 'View'.
getView ( )Return value of this method has type 'View'.
getView ( )Return value of this method has type 'View'.
getView ( )Return value of this method has type 'View'.
setParentView ( View )1st parameter 'view' of this method has type 'View'.
View ( String )This constructor is from 'View' class.
View ( String, String )This constructor is from 'View' class.
...
to the top
Java ARchives (1)
flexdock-0.4.jar
to the top