Binary compatibility report for the library OpenSwing from version 1.1.6 to 1.1.7
Summary
3 |
299 |
2303 / 282 |
Incompatible |
Problem Summary
Added Methods (72)
clientos.jar, BaseInputControl.class
package org.openswing.swing.client
BaseInputControl.getFont ( ):java.awt.Font
[ run-time name: org/openswing/swing/client/BaseInputControl.getFont:()Ljava/awt/Font; ]
BaseInputControl.getToolTipText ( ):String
[ run-time name: org/openswing/swing/client/BaseInputControl.getToolTipText:()Ljava/lang/String; ]
BaseInputControl.setFont ( java.awt.Font font ):void
[ run-time name: org/openswing/swing/client/BaseInputControl.setFont:(Ljava/awt/Font;)V ]
BaseInputControl.setToolTipText ( String toolTipText ):void
[ run-time name: org/openswing/swing/client/BaseInputControl.setToolTipText:(Ljava/lang/String;)V ]
clientos.jar, CheckBoxControl.class
package org.openswing.swing.client
CheckBoxControl.getFont ( ):java.awt.Font
[ run-time name: org/openswing/swing/client/CheckBoxControl.getFont:()Ljava/awt/Font; ]
CheckBoxControl.getToolTipText ( ):String
[ run-time name: org/openswing/swing/client/CheckBoxControl.getToolTipText:()Ljava/lang/String; ]
CheckBoxControl.setFont ( java.awt.Font font ):void
[ run-time name: org/openswing/swing/client/CheckBoxControl.setFont:(Ljava/awt/Font;)V ]
CheckBoxControl.setToolTipText ( String toolTipText ):void
[ run-time name: org/openswing/swing/client/CheckBoxControl.setToolTipText:(Ljava/lang/String;)V ]
clientos.jar, Form.class
package org.openswing.swing.form.client
Form.linkGrid ( org.openswing.swing.client.GridControl grid, java.util.HashSet pkAttributes, boolean reloadModelWhenSelectingOnGrid, boolean reloadModelWhenClickingWithMouse, boolean reloadModelWhenPressingKey, org.openswing.swing.client.NavigatorBar navBar ):void
[ run-time name: org/openswing/swing/form/client/Form.linkGrid:(Lorg/openswing/swing/client/GridControl;Ljava/util/HashSet;ZZZLorg/openswing/swing/client/NavigatorBar;)V ]
clientos.jar, FormattedTextCellEditor.class
package org.openswing.swing.table.editors.client
FormattedTextCellEditor.FormattedTextCellEditor ( javax.swing.JFormattedTextField field, boolean required )
[ run-time name: org/openswing/swing/table/editors/client/FormattedTextCellEditor."<init>":(Ljavax/swing/JFormattedTextField;Z)V ]
FormattedTextCellEditor.getCellEditorValue ( ):Object
[ run-time name: org/openswing/swing/table/editors/client/FormattedTextCellEditor.getCellEditorValue:()Ljava/lang/Object; ]
FormattedTextCellEditor.getTableCellEditorComponent ( javax.swing.JTable table, Object value, boolean isSelected, int row, int column ):java.awt.Component
[ run-time name: org/openswing/swing/table/editors/client/FormattedTextCellEditor.getTableCellEditorComponent:(Ljavax/swing/JTable;Ljava/lang/Object;ZII)Ljava/awt/Component; ]
FormattedTextCellEditor.stopCellEditing ( ):boolean
[ run-time name: org/openswing/swing/table/editors/client/FormattedTextCellEditor.stopCellEditing:()Z ]
clientos.jar, FormattedTextColumn.class
package org.openswing.swing.table.columns.client
FormattedTextColumn.commitEdit ( ):void
[ run-time name: org/openswing/swing/table/columns/client/FormattedTextColumn.commitEdit:()V ]
FormattedTextColumn.FormattedTextColumn ( )
[ run-time name: org/openswing/swing/table/columns/client/FormattedTextColumn."<init>":()V ]
FormattedTextColumn.getActions ( ):javax.swing.Action[]
[ run-time name: org/openswing/swing/table/columns/client/FormattedTextColumn.getActions:()[Ljavax/swing/Action; ]
FormattedTextColumn.getColumnType ( ):int
[ run-time name: org/openswing/swing/table/columns/client/FormattedTextColumn.getColumnType:()I ]
FormattedTextColumn.getController ( ):org.openswing.swing.client.FormatterController
[ run-time name: org/openswing/swing/table/columns/client/FormattedTextColumn.getController:()Lorg/openswing/swing/client/FormatterController; ]
FormattedTextColumn.getFocusLostBehavior ( ):int
[ run-time name: org/openswing/swing/table/columns/client/FormattedTextColumn.getFocusLostBehavior:()I ]
FormattedTextColumn.invalidEdit ( ):void
[ run-time name: org/openswing/swing/table/columns/client/FormattedTextColumn.invalidEdit:()V ]
FormattedTextColumn.isEditValid ( ):boolean
[ run-time name: org/openswing/swing/table/columns/client/FormattedTextColumn.isEditValid:()Z ]
FormattedTextColumn.setController ( org.openswing.swing.client.FormatterController controller ):void
[ run-time name: org/openswing/swing/table/columns/client/FormattedTextColumn.setController:(Lorg/openswing/swing/client/FormatterController;)V ]
FormattedTextColumn.setDocument ( javax.swing.text.Document doc ):void
[ run-time name: org/openswing/swing/table/columns/client/FormattedTextColumn.setDocument:(Ljavax/swing/text/Document;)V ]
FormattedTextColumn.setFocusLostBehavior ( int behavior ):void
[ run-time name: org/openswing/swing/table/columns/client/FormattedTextColumn.setFocusLostBehavior:(I)V ]
FormattedTextColumn.setInputVerifier ( javax.swing.InputVerifier verifier ):void
[ run-time name: org/openswing/swing/table/columns/client/FormattedTextColumn.setInputVerifier:(Ljavax/swing/InputVerifier;)V ]
clientos.jar, FormattedTextColumnBeanInfo.class
package org.openswing.swing.table.columns.client
FormattedTextColumnBeanInfo.FormattedTextColumnBeanInfo ( )
[ run-time name: org/openswing/swing/table/columns/client/FormattedTextColumnBeanInfo."<init>":()V ]
FormattedTextColumnBeanInfo.getAdditionalBeanInfo ( ):java.beans.BeanInfo[]
[ run-time name: org/openswing/swing/table/columns/client/FormattedTextColumnBeanInfo.getAdditionalBeanInfo:()[Ljava/beans/BeanInfo; ]
FormattedTextColumnBeanInfo.getIcon ( int iconKind ):java.awt.Image
[ run-time name: org/openswing/swing/table/columns/client/FormattedTextColumnBeanInfo.getIcon:(I)Ljava/awt/Image; ]
FormattedTextColumnBeanInfo.getPropertyDescriptors ( ):java.beans.PropertyDescriptor[]
[ run-time name: org/openswing/swing/table/columns/client/FormattedTextColumnBeanInfo.getPropertyDescriptors:()[Ljava/beans/PropertyDescriptor; ]
clientos.jar, FormattedTextControl.class
package org.openswing.swing.client
FormattedTextControl.addActionListener ( java.awt.event.ActionListener listener ):void
[ run-time name: org/openswing/swing/client/FormattedTextControl.addActionListener:(Ljava/awt/event/ActionListener;)V ]
FormattedTextControl.addFocusListener ( java.awt.event.FocusListener listener ):void
[ run-time name: org/openswing/swing/client/FormattedTextControl.addFocusListener:(Ljava/awt/event/FocusListener;)V ]
FormattedTextControl.commitEdit ( ):void
[ run-time name: org/openswing/swing/client/FormattedTextControl.commitEdit:()V ]
FormattedTextControl.FormattedTextControl ( )
[ run-time name: org/openswing/swing/client/FormattedTextControl."<init>":()V ]
FormattedTextControl.FormattedTextControl ( int columns )
[ run-time name: org/openswing/swing/client/FormattedTextControl."<init>":(I)V ]
FormattedTextControl.getActions ( ):javax.swing.Action[]
[ run-time name: org/openswing/swing/client/FormattedTextControl.getActions:()[Ljavax/swing/Action; ]
FormattedTextControl.getBindingComponent ( ):javax.swing.JComponent
[ run-time name: org/openswing/swing/client/FormattedTextControl.getBindingComponent:()Ljavax/swing/JComponent; ]
FormattedTextControl.getColumns ( ):int
[ run-time name: org/openswing/swing/client/FormattedTextControl.getColumns:()I ]
FormattedTextControl.getController ( ):FormatterController
[ run-time name: org/openswing/swing/client/FormattedTextControl.getController:()Lorg/openswing/swing/client/FormatterController; ]
FormattedTextControl.getFocusLostBehavior ( ):int
[ run-time name: org/openswing/swing/client/FormattedTextControl.getFocusLostBehavior:()I ]
FormattedTextControl.getText ( ):String
[ run-time name: org/openswing/swing/client/FormattedTextControl.getText:()Ljava/lang/String; ]
FormattedTextControl.getValue ( ):Object
[ run-time name: org/openswing/swing/client/FormattedTextControl.getValue:()Ljava/lang/Object; ]
FormattedTextControl.invalidEdit ( ):void
[ run-time name: org/openswing/swing/client/FormattedTextControl.invalidEdit:()V ]
FormattedTextControl.isEditValid ( ):boolean
[ run-time name: org/openswing/swing/client/FormattedTextControl.isEditValid:()Z ]
FormattedTextControl.isEnabled ( ):boolean
[ run-time name: org/openswing/swing/client/FormattedTextControl.isEnabled:()Z ]
FormattedTextControl.processKeyEvent ( java.awt.event.KeyEvent e ):void
[ run-time name: org/openswing/swing/client/FormattedTextControl.processKeyEvent:(Ljava/awt/event/KeyEvent;)V ]
FormattedTextControl.removeActionListener ( java.awt.event.ActionListener listener ):void
[ run-time name: org/openswing/swing/client/FormattedTextControl.removeActionListener:(Ljava/awt/event/ActionListener;)V ]
FormattedTextControl.removeFocusListener ( java.awt.event.FocusListener listener ):void
[ run-time name: org/openswing/swing/client/FormattedTextControl.removeFocusListener:(Ljava/awt/event/FocusListener;)V ]
FormattedTextControl.setColumns ( int columns ):void
[ run-time name: org/openswing/swing/client/FormattedTextControl.setColumns:(I)V ]
FormattedTextControl.setController ( FormatterController controller ):void
[ run-time name: org/openswing/swing/client/FormattedTextControl.setController:(Lorg/openswing/swing/client/FormatterController;)V ]
FormattedTextControl.setDocument ( javax.swing.text.Document doc ):void
[ run-time name: org/openswing/swing/client/FormattedTextControl.setDocument:(Ljavax/swing/text/Document;)V ]
FormattedTextControl.setEnabled ( boolean enabled ):void
[ run-time name: org/openswing/swing/client/FormattedTextControl.setEnabled:(Z)V ]
FormattedTextControl.setFocusLostBehavior ( int behavior ):void
[ run-time name: org/openswing/swing/client/FormattedTextControl.setFocusLostBehavior:(I)V ]
FormattedTextControl.setInputVerifier ( javax.swing.InputVerifier verifier ):void
[ run-time name: org/openswing/swing/client/FormattedTextControl.setInputVerifier:(Ljavax/swing/InputVerifier;)V ]
FormattedTextControl.setText ( String text ):void
[ run-time name: org/openswing/swing/client/FormattedTextControl.setText:(Ljava/lang/String;)V ]
FormattedTextControl.setValue ( Object value ):void
[ run-time name: org/openswing/swing/client/FormattedTextControl.setValue:(Ljava/lang/Object;)V ]
clientos.jar, FormattedTextControlBeanInfo.class
package org.openswing.swing.client
FormattedTextControlBeanInfo.FormattedTextControlBeanInfo ( )
[ run-time name: org/openswing/swing/client/FormattedTextControlBeanInfo."<init>":()V ]
FormattedTextControlBeanInfo.getIcon ( int iconKind ):java.awt.Image
[ run-time name: org/openswing/swing/client/FormattedTextControlBeanInfo.getIcon:(I)Ljava/awt/Image; ]
FormattedTextControlBeanInfo.getPropertyDescriptors ( ):java.beans.PropertyDescriptor[]
[ run-time name: org/openswing/swing/client/FormattedTextControlBeanInfo.getPropertyDescriptors:()[Ljava/beans/PropertyDescriptor; ]
clientos.jar, FormatterController.class
package org.openswing.swing.client
FormatterController.invalidEdit ( ) [abstract]:void
[ run-time name: org/openswing/swing/client/FormatterController.invalidEdit:()V ]
clientos.jar, Grids.class
package org.openswing.swing.table.client
Grids.nextRow ( org.openswing.swing.client.NavigatorBar navBar, java.awt.event.ActionEvent e ):void
[ run-time name: org/openswing/swing/table/client/Grids.nextRow:(Lorg/openswing/swing/client/NavigatorBar;Ljava/awt/event/ActionEvent;)V ]
Grids.previousRow ( org.openswing.swing.client.NavigatorBar navBar, java.awt.event.ActionEvent e ):void
[ run-time name: org/openswing/swing/table/client/Grids.previousRow:(Lorg/openswing/swing/client/NavigatorBar;Ljava/awt/event/ActionEvent;)V ]
clientos.jar, ImagePanel.class
package org.openswing.swing.client
ImagePanel.getToolTipText ( ):String
[ run-time name: org/openswing/swing/client/ImagePanel.getToolTipText:()Ljava/lang/String; ]
ImagePanel.setToolTipText ( String toolTipText ):void
[ run-time name: org/openswing/swing/client/ImagePanel.setToolTipText:(Ljava/lang/String;)V ]
clientos.jar, LabelControl.class
package org.openswing.swing.client
LabelControl.getFont ( ):java.awt.Font
[ run-time name: org/openswing/swing/client/LabelControl.getFont:()Ljava/awt/Font; ]
LabelControl.getToolTipText ( ):String
[ run-time name: org/openswing/swing/client/LabelControl.getToolTipText:()Ljava/lang/String; ]
LabelControl.setFont ( java.awt.Font font ):void
[ run-time name: org/openswing/swing/client/LabelControl.setFont:(Ljava/awt/Font;)V ]
LabelControl.setToolTipText ( String toolTipText ):void
[ run-time name: org/openswing/swing/client/LabelControl.setToolTipText:(Ljava/lang/String;)V ]
clientos.jar, RadioButtonControl.class
package org.openswing.swing.client
RadioButtonControl.getFont ( ):java.awt.Font
[ run-time name: org/openswing/swing/client/RadioButtonControl.getFont:()Ljava/awt/Font; ]
RadioButtonControl.getToolTipText ( ):String
[ run-time name: org/openswing/swing/client/RadioButtonControl.getToolTipText:()Ljava/lang/String; ]
RadioButtonControl.setFont ( java.awt.Font font ):void
[ run-time name: org/openswing/swing/client/RadioButtonControl.setFont:(Ljava/awt/Font;)V ]
RadioButtonControl.setToolTipText ( String toolTipText ):void
[ run-time name: org/openswing/swing/client/RadioButtonControl.setToolTipText:(Ljava/lang/String;)V ]
clientos.jar, VOModel.class
package org.openswing.swing.form.model.client
VOModel.getValue ( String attributeName, org.openswing.swing.message.receive.java.ValueObject valueobject ):Object
[ run-time name: org/openswing/swing/form/model/client/VOModel.getValue:(Ljava/lang/String;Lorg/openswing/swing/message/receive/java/ValueObject;)Ljava/lang/Object; ]
to the top
Removed Methods (91)
clientos.jar, DeleteButton.class
package org.openswing.swing.client
DeleteButton.processKeyEvent ( java.awt.event.KeyEvent e ):void
[ run-time name: org/openswing/swing/client/DeleteButton.processKeyEvent:(Ljava/awt/event/KeyEvent;)V ]
clientos.jar, Grids.class
package org.openswing.swing.table.client
Grids.nextRow ( org.openswing.swing.client.NavigatorBar navBar ):void
[ run-time name: org/openswing/swing/table/client/Grids.nextRow:(Lorg/openswing/swing/client/NavigatorBar;)V ]
Grids.previousRow ( org.openswing.swing.client.NavigatorBar navBar ):void
[ run-time name: org/openswing/swing/table/client/Grids.previousRow:(Lorg/openswing/swing/client/NavigatorBar;)V ]
demo5client.jar, ClientApplet.class
package demo5.client
ClientApplet.afterMDIcreation ( org.openswing.swing.mdi.client.MDIFrame frame ):void
[ run-time name: demo5/client/ClientApplet.afterMDIcreation:(Lorg/openswing/swing/mdi/client/MDIFrame;)V ]
ClientApplet.authenticateUser ( java.util.Map loginInfo ):boolean
[ run-time name: demo5/client/ClientApplet.authenticateUser:(Ljava/util/Map;)Z ]
ClientApplet.ClientApplet ( )
[ run-time name: demo5/client/ClientApplet."<init>":()V ]
ClientApplet.getAboutImage ( ):String
[ run-time name: demo5/client/ClientApplet.getAboutImage:()Ljava/lang/String; ]
ClientApplet.getAboutText ( ):String
[ run-time name: demo5/client/ClientApplet.getAboutText:()Ljava/lang/String; ]
ClientApplet.getApplicationFunctions ( ):javax.swing.tree.DefaultTreeModel
[ run-time name: demo5/client/ClientApplet.getApplicationFunctions:()Ljavax/swing/tree/DefaultTreeModel; ]
ClientApplet.getClientFacade ( ):org.openswing.swing.mdi.client.ClientFacade
[ run-time name: demo5/client/ClientApplet.getClientFacade:()Lorg/openswing/swing/mdi/client/ClientFacade; ]
ClientApplet.getExtendedState ( ):int
[ run-time name: demo5/client/ClientApplet.getExtendedState:()I ]
ClientApplet.getLanguages ( ):java.util.ArrayList
[ run-time name: demo5/client/ClientApplet.getLanguages:()Ljava/util/ArrayList; ]
ClientApplet.getMaxAttempts ( ):int
[ run-time name: demo5/client/ClientApplet.getMaxAttempts:()I ]
ClientApplet.getMDIFrameTitle ( ):String
[ run-time name: demo5/client/ClientApplet.getMDIFrameTitle:()Ljava/lang/String; ]
ClientApplet.loginSuccessful ( java.util.Map loginInfo ):void
[ run-time name: demo5/client/ClientApplet.loginSuccessful:(Ljava/util/Map;)V ]
ClientApplet.start ( ):void
[ run-time name: demo5/client/ClientApplet.start:()V ]
ClientApplet.stopApplication ( ):void
[ run-time name: demo5/client/ClientApplet.stopApplication:()V ]
ClientApplet.viewChangeLanguageInMenuBar ( ):boolean
[ run-time name: demo5/client/ClientApplet.viewChangeLanguageInMenuBar:()Z ]
ClientApplet.viewFunctionsInMenuBar ( ):boolean
[ run-time name: demo5/client/ClientApplet.viewFunctionsInMenuBar:()Z ]
ClientApplet.viewFunctionsInTreePanel ( ):boolean
[ run-time name: demo5/client/ClientApplet.viewFunctionsInTreePanel:()Z ]
ClientApplet.viewLoginDialog ( javax.swing.JFrame parentFrame ):javax.swing.JDialog
[ run-time name: demo5/client/ClientApplet.viewLoginDialog:(Ljavax/swing/JFrame;)Ljavax/swing/JDialog; ]
ClientApplet.viewLoginInMenuBar ( ):boolean
[ run-time name: demo5/client/ClientApplet.viewLoginInMenuBar:()Z ]
ClientApplet.viewOpenedWindowIcons ( ):boolean
[ run-time name: demo5/client/ClientApplet.viewOpenedWindowIcons:()Z ]
demo5client.jar, ClientApplication.class
package demo5.client
ClientApplication.afterMDIcreation ( org.openswing.swing.mdi.client.MDIFrame frame ):void
[ run-time name: demo5/client/ClientApplication.afterMDIcreation:(Lorg/openswing/swing/mdi/client/MDIFrame;)V ]
ClientApplication.authenticateUser ( java.util.Map loginInfo ):boolean
[ run-time name: demo5/client/ClientApplication.authenticateUser:(Ljava/util/Map;)Z ]
ClientApplication.ClientApplication ( )
[ run-time name: demo5/client/ClientApplication."<init>":()V ]
ClientApplication.getAboutImage ( ):String
[ run-time name: demo5/client/ClientApplication.getAboutImage:()Ljava/lang/String; ]
ClientApplication.getAboutText ( ):String
[ run-time name: demo5/client/ClientApplication.getAboutText:()Ljava/lang/String; ]
ClientApplication.getApplicationFunctions ( ):javax.swing.tree.DefaultTreeModel
[ run-time name: demo5/client/ClientApplication.getApplicationFunctions:()Ljavax/swing/tree/DefaultTreeModel; ]
ClientApplication.getClientFacade ( ):org.openswing.swing.mdi.client.ClientFacade
[ run-time name: demo5/client/ClientApplication.getClientFacade:()Lorg/openswing/swing/mdi/client/ClientFacade; ]
ClientApplication.getExtendedState ( ):int
[ run-time name: demo5/client/ClientApplication.getExtendedState:()I ]
ClientApplication.getLanguages ( ):java.util.ArrayList
[ run-time name: demo5/client/ClientApplication.getLanguages:()Ljava/util/ArrayList; ]
ClientApplication.getMaxAttempts ( ):int
[ run-time name: demo5/client/ClientApplication.getMaxAttempts:()I ]
ClientApplication.getMDIFrameTitle ( ):String
[ run-time name: demo5/client/ClientApplication.getMDIFrameTitle:()Ljava/lang/String; ]
ClientApplication.loginSuccessful ( java.util.Map loginInfo ):void
[ run-time name: demo5/client/ClientApplication.loginSuccessful:(Ljava/util/Map;)V ]
ClientApplication.main ( String[] argv ) [static]:void
[ run-time name: demo5/client/ClientApplication.main:([Ljava/lang/String;)V ]
ClientApplication.stopApplication ( ):void
[ run-time name: demo5/client/ClientApplication.stopApplication:()V ]
ClientApplication.viewChangeLanguageInMenuBar ( ):boolean
[ run-time name: demo5/client/ClientApplication.viewChangeLanguageInMenuBar:()Z ]
ClientApplication.viewFunctionsInMenuBar ( ):boolean
[ run-time name: demo5/client/ClientApplication.viewFunctionsInMenuBar:()Z ]
ClientApplication.viewFunctionsInTreePanel ( ):boolean
[ run-time name: demo5/client/ClientApplication.viewFunctionsInTreePanel:()Z ]
ClientApplication.viewLoginDialog ( javax.swing.JFrame parentFrame ):javax.swing.JDialog
[ run-time name: demo5/client/ClientApplication.viewLoginDialog:(Ljavax/swing/JFrame;)Ljavax/swing/JDialog; ]
ClientApplication.viewLoginInMenuBar ( ):boolean
[ run-time name: demo5/client/ClientApplication.viewLoginInMenuBar:()Z ]
ClientApplication.viewOpenedWindowIcons ( ):boolean
[ run-time name: demo5/client/ClientApplication.viewOpenedWindowIcons:()Z ]
demo5client.jar, DemoClientFacade.class
package demo5.client
DemoClientFacade.DemoClientFacade ( )
[ run-time name: demo5/client/DemoClientFacade."<init>":()V ]
DemoClientFacade.getF1 ( ):void
[ run-time name: demo5/client/DemoClientFacade.getF1:()V ]
DemoClientFacade.getF2 ( ):void
[ run-time name: demo5/client/DemoClientFacade.getF2:()V ]
DemoClientFacade.getF3 ( ):void
[ run-time name: demo5/client/DemoClientFacade.getF3:()V ]
DemoClientFacade.getF4 ( ):void
[ run-time name: demo5/client/DemoClientFacade.getF4:()V ]
DemoClientFacade.getF5 ( ):void
[ run-time name: demo5/client/DemoClientFacade.getF5:()V ]
demo5client.jar, DetailFrame.class
package demo5.client
DetailFrame.DetailFrame ( org.openswing.swing.form.client.FormController dataController )
[ run-time name: demo5/client/DetailFrame."<init>":(Lorg/openswing/swing/form/client/FormController;)V ]
DetailFrame.getDeleteButton ( ):org.openswing.swing.client.DeleteButton
[ run-time name: demo5/client/DetailFrame.getDeleteButton:()Lorg/openswing/swing/client/DeleteButton; ]
DetailFrame.getEditButton ( ):org.openswing.swing.client.EditButton
[ run-time name: demo5/client/DetailFrame.getEditButton:()Lorg/openswing/swing/client/EditButton; ]
DetailFrame.getMainPanel ( ):org.openswing.swing.form.client.Form
[ run-time name: demo5/client/DetailFrame.getMainPanel:()Lorg/openswing/swing/form/client/Form; ]
DetailFrame.getSaveButton ( ):org.openswing.swing.client.SaveButton
[ run-time name: demo5/client/DetailFrame.getSaveButton:()Lorg/openswing/swing/client/SaveButton; ]
demo5client.jar, DetailFrameController.class
package demo5.client
DetailFrameController.deleteRecord ( org.openswing.swing.message.receive.java.ValueObject persistentObject ):org.openswing.swing.message.receive.java.Response
[ run-time name: demo5/client/DetailFrameController.deleteRecord:(Lorg/openswing/swing/message/receive/java/ValueObject;)Lorg/openswing/swing/message/receive/java/Response; ]
DetailFrameController.DetailFrameController ( GridFrame gridFrame, String pk )
[ run-time name: demo5/client/DetailFrameController."<init>":(Ldemo5/client/GridFrame;Ljava/lang/String;)V ]
DetailFrameController.insertRecord ( org.openswing.swing.message.receive.java.ValueObject newPersistentObject ):org.openswing.swing.message.receive.java.Response
[ run-time name: demo5/client/DetailFrameController.insertRecord:(Lorg/openswing/swing/message/receive/java/ValueObject;)Lorg/openswing/swing/message/receive/java/Response; ]
DetailFrameController.loadData ( Class valueObjectClass ):org.openswing.swing.message.receive.java.Response
[ run-time name: demo5/client/DetailFrameController.loadData:(Ljava/lang/Class;)Lorg/openswing/swing/message/receive/java/Response; ]
DetailFrameController.updateRecord ( org.openswing.swing.message.receive.java.ValueObject oldPersistentObject, org.openswing.swing.message.receive.java.ValueObject persistentObject ):org.openswing.swing.message.receive.java.Response
[ run-time name: demo5/client/DetailFrameController.updateRecord:(Lorg/openswing/swing/message/receive/java/ValueObject;Lorg/openswing/swing/message/receive/java/ValueObject;)Lorg/openswing/swing/message/receive/java/Response; ]
demo5client.jar, GridFrame.class
package demo5.client
GridFrame.GridFrame ( GridFrameController controller )
[ run-time name: demo5/client/GridFrame."<init>":(Ldemo5/client/GridFrameController;)V ]
GridFrame.reloadData ( ):void
[ run-time name: demo5/client/GridFrame.reloadData:()V ]
demo5client.jar, GridFrameController.class
package demo5.client
GridFrameController.beforeInsertGrid ( org.openswing.swing.client.GridControl grid ):boolean
[ run-time name: demo5/client/GridFrameController.beforeInsertGrid:(Lorg/openswing/swing/client/GridControl;)Z ]
GridFrameController.deleteRecords ( java.util.ArrayList persistentObjects ):org.openswing.swing.message.receive.java.Response
[ run-time name: demo5/client/GridFrameController.deleteRecords:(Ljava/util/ArrayList;)Lorg/openswing/swing/message/receive/java/Response; ]
GridFrameController.doubleClick ( int rowNumber, org.openswing.swing.message.receive.java.ValueObject persistentObject ):void
[ run-time name: demo5/client/GridFrameController.doubleClick:(ILorg/openswing/swing/message/receive/java/ValueObject;)V ]
GridFrameController.GridFrameController ( )
[ run-time name: demo5/client/GridFrameController."<init>":()V ]
demo5client.jar, TestLookupVO.class
package demo5.java
TestLookupVO.getDescrLookupValue ( ):String
[ run-time name: demo5/java/TestLookupVO.getDescrLookupValue:()Ljava/lang/String; ]
TestLookupVO.getLookupValue ( ):String
[ run-time name: demo5/java/TestLookupVO.getLookupValue:()Ljava/lang/String; ]
TestLookupVO.setDescrLookupValue ( String descrLookupValue ):void
[ run-time name: demo5/java/TestLookupVO.setDescrLookupValue:(Ljava/lang/String;)V ]
TestLookupVO.setLookupValue ( String lookupValue ):void
[ run-time name: demo5/java/TestLookupVO.setLookupValue:(Ljava/lang/String;)V ]
TestLookupVO.TestLookupVO ( )
[ run-time name: demo5/java/TestLookupVO."<init>":()V ]
demo5client.jar, TestVO.class
package demo5.java
TestVO.getCheckValue ( ):Boolean
[ run-time name: demo5/java/TestVO.getCheckValue:()Ljava/lang/Boolean; ]
TestVO.getComboValue ( ):String
[ run-time name: demo5/java/TestVO.getComboValue:()Ljava/lang/String; ]
TestVO.getCurrencyValue ( ):java.math.BigDecimal
[ run-time name: demo5/java/TestVO.getCurrencyValue:()Ljava/math/BigDecimal; ]
TestVO.getDateValue ( ):java.sql.Date
[ run-time name: demo5/java/TestVO.getDateValue:()Ljava/sql/Date; ]
TestVO.getDescrLookupValue ( ):String
[ run-time name: demo5/java/TestVO.getDescrLookupValue:()Ljava/lang/String; ]
TestVO.getLookupValue ( ):String
[ run-time name: demo5/java/TestVO.getLookupValue:()Ljava/lang/String; ]
TestVO.getNumericValue ( ):java.math.BigDecimal
[ run-time name: demo5/java/TestVO.getNumericValue:()Ljava/math/BigDecimal; ]
TestVO.getRadioButtonValue ( ):Boolean
[ run-time name: demo5/java/TestVO.getRadioButtonValue:()Ljava/lang/Boolean; ]
TestVO.getStringValue ( ):String
[ run-time name: demo5/java/TestVO.getStringValue:()Ljava/lang/String; ]
TestVO.getTaValue ( ):String
[ run-time name: demo5/java/TestVO.getTaValue:()Ljava/lang/String; ]
TestVO.setCheckValue ( Boolean checkValue ):void
[ run-time name: demo5/java/TestVO.setCheckValue:(Ljava/lang/Boolean;)V ]
TestVO.setComboValue ( String comboValue ):void
[ run-time name: demo5/java/TestVO.setComboValue:(Ljava/lang/String;)V ]
TestVO.setCurrencyValue ( java.math.BigDecimal currencyValue ):void
[ run-time name: demo5/java/TestVO.setCurrencyValue:(Ljava/math/BigDecimal;)V ]
TestVO.setDateValue ( java.sql.Date dateValue ):void
[ run-time name: demo5/java/TestVO.setDateValue:(Ljava/sql/Date;)V ]
TestVO.setDescrLookupValue ( String descrLookupValue ):void
[ run-time name: demo5/java/TestVO.setDescrLookupValue:(Ljava/lang/String;)V ]
TestVO.setLookupValue ( String lookupValue ):void
[ run-time name: demo5/java/TestVO.setLookupValue:(Ljava/lang/String;)V ]
TestVO.setNumericValue ( java.math.BigDecimal numericValue ):void
[ run-time name: demo5/java/TestVO.setNumericValue:(Ljava/math/BigDecimal;)V ]
TestVO.setRadioButtonValue ( Boolean radioButtonValue ):void
[ run-time name: demo5/java/TestVO.setRadioButtonValue:(Ljava/lang/Boolean;)V ]
TestVO.setStringValue ( String stringValue ):void
[ run-time name: demo5/java/TestVO.setStringValue:(Ljava/lang/String;)V ]
TestVO.setTaValue ( String taValue ):void
[ run-time name: demo5/java/TestVO.setTaValue:(Ljava/lang/String;)V ]
TestVO.TestVO ( )
[ run-time name: demo5/java/TestVO."<init>":()V ]
to the top
Problems with Data Types, High risk (9)
demo5client.jar
package demo5.client
[+] ClientApplet (1)
|
This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods(20)
ClientApplet.afterMDIcreation ( org.openswing.swing.mdi.client.MDIFrame frame ):
This method is from 'ClientApplet' class.
ClientApplet.authenticateUser ( java.util.Map loginInfo ):
This method is from 'ClientApplet' class.
ClientApplet.ClientApplet ( ):
This method is from 'ClientApplet' class.
ClientApplet.getAboutImage ( ):
This method is from 'ClientApplet' class.
ClientApplet.getAboutText ( ):
This method is from 'ClientApplet' class.
ClientApplet.getApplicationFunctions ( ):
This method is from 'ClientApplet' class.
ClientApplet.getClientFacade ( ):
This method is from 'ClientApplet' class.
ClientApplet.getExtendedState ( ):
This method is from 'ClientApplet' class.
ClientApplet.getLanguages ( ):
This method is from 'ClientApplet' class.
ClientApplet.getMaxAttempts ( ):
This method is from 'ClientApplet' class.
ClientApplet.getMDIFrameTitle ( ):
This method is from 'ClientApplet' class.
ClientApplet.loginSuccessful ( java.util.Map loginInfo ):
This method is from 'ClientApplet' class.
ClientApplet.start ( ):
This method is from 'ClientApplet' class.
ClientApplet.stopApplication ( ):
This method is from 'ClientApplet' class.
ClientApplet.viewChangeLanguageInMenuBar ( ):
This method is from 'ClientApplet' class.
ClientApplet.viewFunctionsInMenuBar ( ):
This method is from 'ClientApplet' class.
ClientApplet.viewFunctionsInTreePanel ( ):
This method is from 'ClientApplet' class.
ClientApplet.viewLoginDialog ( javax.swing.JFrame parentFrame ):
This method is from 'ClientApplet' class.
ClientApplet.viewLoginInMenuBar ( ):
This method is from 'ClientApplet' class.
ClientApplet.viewOpenedWindowIcons ( ):
This method is from 'ClientApplet' class.
[+] ClientApplication (1)
|
This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods(20)
ClientApplication.afterMDIcreation ( org.openswing.swing.mdi.client.MDIFrame frame ):
This method is from 'ClientApplication' class.
ClientApplication.authenticateUser ( java.util.Map loginInfo ):
This method is from 'ClientApplication' class.
ClientApplication.ClientApplication ( ):
This method is from 'ClientApplication' class.
ClientApplication.getAboutImage ( ):
This method is from 'ClientApplication' class.
ClientApplication.getAboutText ( ):
This method is from 'ClientApplication' class.
ClientApplication.getApplicationFunctions ( ):
This method is from 'ClientApplication' class.
ClientApplication.getClientFacade ( ):
This method is from 'ClientApplication' class.
ClientApplication.getExtendedState ( ):
This method is from 'ClientApplication' class.
ClientApplication.getLanguages ( ):
This method is from 'ClientApplication' class.
ClientApplication.getMaxAttempts ( ):
This method is from 'ClientApplication' class.
ClientApplication.getMDIFrameTitle ( ):
This method is from 'ClientApplication' class.
ClientApplication.loginSuccessful ( java.util.Map loginInfo ):
This method is from 'ClientApplication' class.
ClientApplication.main ( String[] argv ):
This method is from 'ClientApplication' class.
ClientApplication.stopApplication ( ):
This method is from 'ClientApplication' class.
ClientApplication.viewChangeLanguageInMenuBar ( ):
This method is from 'ClientApplication' class.
ClientApplication.viewFunctionsInMenuBar ( ):
This method is from 'ClientApplication' class.
ClientApplication.viewFunctionsInTreePanel ( ):
This method is from 'ClientApplication' class.
ClientApplication.viewLoginDialog ( javax.swing.JFrame parentFrame ):
This method is from 'ClientApplication' class.
ClientApplication.viewLoginInMenuBar ( ):
This method is from 'ClientApplication' class.
ClientApplication.viewOpenedWindowIcons ( ):
This method is from 'ClientApplication' class.
[+] DemoClientFacade (1)
|
This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods(6)
DemoClientFacade.DemoClientFacade ( ):
This method is from 'DemoClientFacade' class.
DemoClientFacade.getF1 ( ):
This method is from 'DemoClientFacade' class.
DemoClientFacade.getF2 ( ):
This method is from 'DemoClientFacade' class.
DemoClientFacade.getF3 ( ):
This method is from 'DemoClientFacade' class.
DemoClientFacade.getF4 ( ):
This method is from 'DemoClientFacade' class.
DemoClientFacade.getF5 ( ):
This method is from 'DemoClientFacade' class.
[+] DetailFrame (1)
|
This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods(5)
DetailFrame.DetailFrame ( org.openswing.swing.form.client.FormController dataController ):
This method is from 'DetailFrame' class.
DetailFrame.getDeleteButton ( ):
This method is from 'DetailFrame' class.
DetailFrame.getEditButton ( ):
This method is from 'DetailFrame' class.
DetailFrame.getMainPanel ( ):
This method is from 'DetailFrame' class.
DetailFrame.getSaveButton ( ):
This method is from 'DetailFrame' class.
[+] DetailFrameController (1)
|
This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods(5)
DetailFrameController.deleteRecord ( org.openswing.swing.message.receive.java.ValueObject persistentObject ):
This method is from 'DetailFrameController' class.
DetailFrameController.DetailFrameController ( GridFrame gridFrame, String pk ):
This method is from 'DetailFrameController' class.
DetailFrameController.insertRecord ( org.openswing.swing.message.receive.java.ValueObject newPersistentObject ):
This method is from 'DetailFrameController' class.
DetailFrameController.loadData ( Class valueObjectClass ):
This method is from 'DetailFrameController' class.
DetailFrameController.updateRecord ( org.openswing.swing.message.receive.java.ValueObject oldPersistentObject, org.openswing.swing.message.receive.java.ValueObject persistentObject ):
This method is from 'DetailFrameController' class.
[+] GridFrame (1)
|
This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods(2)
GridFrame.GridFrame ( GridFrameController controller ):
This method is from 'GridFrame' class.
GridFrame.reloadData ( ):
This method is from 'GridFrame' class.
[+] GridFrameController (1)
|
This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods(4)
GridFrameController.beforeInsertGrid ( org.openswing.swing.client.GridControl grid ):
This method is from 'GridFrameController' class.
GridFrameController.deleteRecords ( java.util.ArrayList persistentObjects ):
This method is from 'GridFrameController' class.
GridFrameController.doubleClick ( int rowNumber, org.openswing.swing.message.receive.java.ValueObject persistentObject ):
This method is from 'GridFrameController' class.
GridFrameController.GridFrameController ( ):
This method is from 'GridFrameController' class.
package demo5.java
[+] TestLookupVO (1)
|
This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods(5)
TestLookupVO.getDescrLookupValue ( ):
This method is from 'TestLookupVO' class.
TestLookupVO.getLookupValue ( ):
This method is from 'TestLookupVO' class.
TestLookupVO.setDescrLookupValue ( String descrLookupValue ):
This method is from 'TestLookupVO' class.
TestLookupVO.setLookupValue ( String lookupValue ):
This method is from 'TestLookupVO' class.
TestLookupVO.TestLookupVO ( ):
This method is from 'TestLookupVO' class.
[+] TestVO (1)
|
This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods(21)
TestVO.getCheckValue ( ):
This method is from 'TestVO' class.
TestVO.getComboValue ( ):
This method is from 'TestVO' class.
TestVO.getCurrencyValue ( ):
This method is from 'TestVO' class.
TestVO.getDateValue ( ):
This method is from 'TestVO' class.
TestVO.getDescrLookupValue ( ):
This method is from 'TestVO' class.
TestVO.getLookupValue ( ):
This method is from 'TestVO' class.
TestVO.getNumericValue ( ):
This method is from 'TestVO' class.
TestVO.getRadioButtonValue ( ):
This method is from 'TestVO' class.
TestVO.getStringValue ( ):
This method is from 'TestVO' class.
TestVO.getTaValue ( ):
This method is from 'TestVO' class.
TestVO.setCheckValue ( Boolean checkValue ):
This method is from 'TestVO' class.
TestVO.setComboValue ( String comboValue ):
This method is from 'TestVO' class.
TestVO.setCurrencyValue ( java.math.BigDecimal currencyValue ):
This method is from 'TestVO' class.
TestVO.setDateValue ( java.sql.Date dateValue ):
This method is from 'TestVO' class.
TestVO.setDescrLookupValue ( String descrLookupValue ):
This method is from 'TestVO' class.
TestVO.setLookupValue ( String lookupValue ):
This method is from 'TestVO' class.
TestVO.setNumericValue ( java.math.BigDecimal numericValue ):
This method is from 'TestVO' class.
TestVO.setRadioButtonValue ( Boolean radioButtonValue ):
This method is from 'TestVO' class.
TestVO.setStringValue ( String stringValue ):
This method is from 'TestVO' class.
TestVO.setTaValue ( String taValue ):
This method is from 'TestVO' class.
TestVO.TestVO ( ):
This method is from 'TestVO' class.
to the top
Problems with Data Types, Low risk (12)
clientos.jar
package org.openswing.swing.client
[+] BaseInputControl (5)
|
Method BaseInputControl.getBindingComponent ( ) has been overridden by FormattedTextControl.getBindingComponent ( ) | Method FormattedTextControl.getBindingComponent ( ) will be called instead of BaseInputControl.getBindingComponent ( ) in a client program. |
Method BaseInputControl.getValue ( ) has been overridden by FormattedTextControl.getValue ( ) | Method FormattedTextControl.getValue ( ) will be called instead of BaseInputControl.getValue ( ) in a client program. |
Method BaseInputControl.isEnabled ( ) has been overridden by FormattedTextControl.isEnabled ( ) | Method FormattedTextControl.isEnabled ( ) will be called instead of BaseInputControl.isEnabled ( ) in a client program. |
Method BaseInputControl.setEnabled ( boolean enabled ) has been overridden by FormattedTextControl.setEnabled ( boolean enabled ) | Method FormattedTextControl.setEnabled ( boolean enabled ) will be called instead of BaseInputControl.setEnabled ( boolean enabled ) in a client program. |
Method BaseInputControl.setValue ( Object value ) has been overridden by FormattedTextControl.setValue ( Object value ) | Method FormattedTextControl.setValue ( Object value ) will be called instead of BaseInputControl.setValue ( Object value ) in a client program. |
[+] affected methods(5)
BaseInputControl.getBindingComponent ( ):
Method 'FormattedTextControl.getBindingComponent ( )' will be called instead of this method in a client program.
BaseInputControl.getValue ( ):
Method 'FormattedTextControl.getValue ( )' will be called instead of this method in a client program.
BaseInputControl.isEnabled ( ):
Method 'FormattedTextControl.isEnabled ( )' will be called instead of this method in a client program.
BaseInputControl.setEnabled ( boolean enabled ):
Method 'FormattedTextControl.setEnabled ( boolean enabled )' will be called instead of this method in a client program.
BaseInputControl.setValue ( Object value ):
Method 'FormattedTextControl.setValue ( Object value )' will be called instead of this method in a client program.
[+] NavigatorBar (3)
|
Field DOWN_KEY 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 and cause IncompatibleClassChangeError exception. |
Field LEFT_MOUSE_BUTTON 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 and cause IncompatibleClassChangeError exception. |
Field UP_KEY 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 and cause IncompatibleClassChangeError exception. |
[+] affected methods(31)
GridControl.getNavBar ( ):
Return value of this method has type 'NavigatorBar'.
GridControl.setNavBar ( NavigatorBar navBar ):
1st parameter 'navBar' of this method has type 'NavigatorBar'.
NavigatorBar.addAfterActionListener ( java.awt.event.ActionListener listener ):
This method is from 'NavigatorBar' class.
NavigatorBar.addBeforeActionListener ( java.awt.event.ActionListener listener ):
This method is from 'NavigatorBar' class.
NavigatorBar.fireButtonPressedEvent ( String buttonType ):
This method is from 'NavigatorBar' class.
NavigatorBar.firstButton_actionPerformed ( java.awt.event.ActionEvent e ):
This method is from 'NavigatorBar' class.
NavigatorBar.initNavigator ( org.openswing.swing.table.client.Grids resultSetController ):
This method is from 'NavigatorBar' class.
NavigatorBar.isFirstButtonEnabled ( ):
This method is from 'NavigatorBar' class.
NavigatorBar.isLastButtonEnabled ( ):
This method is from 'NavigatorBar' class.
NavigatorBar.isNextButtonEnabled ( ):
This method is from 'NavigatorBar' class.
NavigatorBar.isPrevButtonEnabled ( ):
This method is from 'NavigatorBar' class.
NavigatorBar.lastButton_actionPerformed ( java.awt.event.ActionEvent e ):
This method is from 'NavigatorBar' class.
NavigatorBar.NavigatorBar ( ):
This method is from 'NavigatorBar' class.
NavigatorBar.nextButton_actionPerformed ( java.awt.event.ActionEvent e ):
This method is from 'NavigatorBar' class.
NavigatorBar.nextPgButton_actionPerformed ( java.awt.event.ActionEvent e ):
This method is from 'NavigatorBar' class.
NavigatorBar.prevButton_actionPerformed ( java.awt.event.ActionEvent e ):
This method is from 'NavigatorBar' class.
NavigatorBar.prevPgButton_actionPerformed ( java.awt.event.ActionEvent e ):
This method is from 'NavigatorBar' class.
NavigatorBar.removeAfterActionListener ( java.awt.event.ActionListener listener ):
This method is from 'NavigatorBar' class.
NavigatorBar.removeBeforerActionListener ( java.awt.event.ActionListener listener ):
This method is from 'NavigatorBar' class.
NavigatorBar.setEnabled ( boolean enabled ):
This method is from 'NavigatorBar' class.
NavigatorBar.setFirstRow ( boolean isFirstRecord ):
This method is from 'NavigatorBar' class.
NavigatorBar.setLastRow ( boolean isLastRecord ):
This method is from 'NavigatorBar' class.
org.openswing.swing.form.client.Form.linkGrid ( GridControl grid, java.util.HashSet pkAttributes, boolean reloadModelWhenSelectingOnGrid, NavigatorBar navBar ):
4th parameter 'navBar' of this method has type 'NavigatorBar'.
org.openswing.swing.table.client.Grid.nextPage ( NavigatorBar navBar ):
1st parameter 'navBar' of this method has type 'NavigatorBar'.
org.openswing.swing.table.client.Grid.previousPage ( NavigatorBar navBar ):
1st parameter 'navBar' of this method has type 'NavigatorBar'.
org.openswing.swing.table.client.Grids.firstRow ( NavigatorBar navBar ):
1st parameter 'navBar' of this method has type 'NavigatorBar'.
org.openswing.swing.table.client.Grids.getNavBar ( ):
Return value of this method has type 'NavigatorBar'.
org.openswing.swing.table.client.Grids.lastRow ( NavigatorBar navBar ):
1st parameter 'navBar' of this method has type 'NavigatorBar'.
org.openswing.swing.table.client.Grids.nextPage ( NavigatorBar navBar ):
1st parameter 'navBar' of this method has type 'NavigatorBar'.
org.openswing.swing.table.client.Grids.previousPage ( NavigatorBar navBar ):
1st parameter 'navBar' of this method has type 'NavigatorBar'.
org.openswing.swing.table.client.Grids.setNavBar ( NavigatorBar navBar ):
1st parameter 'navBar' of this method has type 'NavigatorBar'.
package org.openswing.swing.table.columns.client
[+] Column (2)
|
Field TYPE_FORMATTED_TEXT 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 and cause IncompatibleClassChangeError exception. |
Method Column.getColumnType ( ) has been overridden by FormattedTextColumn.getColumnType ( ) | Method FormattedTextColumn.getColumnType ( ) will be called instead of Column.getColumnType ( ) in a client program. |
[+] affected methods(40)
org.openswing.swing.table.client.Grid.filter ( Column colProps, Object value1, Object value2 ):
1st parameter 'colProps' of this method has type 'Column'.
Column.Column ( ):
This method is from 'Column' class.
Column.getColumnName ( ):
This method is from 'Column' class.
Column.getColumnType ( ):
This method is from 'Column' class.
Column.getDesignColumnType ( ):
This method is from 'Column' class.
Column.getHeaderColumnName ( ):
This method is from 'Column' class.
Column.getHeaderTextAlignment ( ):
This method is from 'Column' class.
Column.getMaxWidth ( ):
This method is from 'Column' class.
Column.getMinWidth ( ):
This method is from 'Column' class.
Column.getPreferredWidth ( ):
This method is from 'Column' class.
Column.getSortingOrder ( ):
This method is from 'Column' class.
Column.getSortVersus ( ):
This method is from 'Column' class.
Column.getTable ( ):
This method is from 'Column' class.
Column.isColumnDuplicable ( ):
This method is from 'Column' class.
Column.isColumnFilterable ( ):
This method is from 'Column' class.
Column.isColumnRequired ( ):
This method is from 'Column' class.
Column.isColumnSelectable ( ):
This method is from 'Column' class.
Column.isColumnSortable ( ):
This method is from 'Column' class.
Column.isColumnVisible ( ):
This method is from 'Column' class.
Column.isEditableOnEdit ( ):
This method is from 'Column' class.
Column.isEditableOnInsert ( ):
This method is from 'Column' class.
Column.setColumnDuplicable ( boolean columnDuplicable ):
This method is from 'Column' class.
Column.setColumnFilterable ( boolean columnFilterable ):
This method is from 'Column' class.
Column.setColumnName ( String columnName ):
This method is from 'Column' class.
Column.setColumnRequired ( boolean columnRequired ):
This method is from 'Column' class.
Column.setColumnSelectable ( boolean columnSelectable ):
This method is from 'Column' class.
Column.setColumnSortable ( boolean columnSortable ):
This method is from 'Column' class.
Column.setColumnVisible ( boolean columnVisible ):
This method is from 'Column' class.
Column.setEditableOnEdit ( boolean editableOnEdit ):
This method is from 'Column' class.
Column.setEditableOnInsert ( boolean editableOnInsert ):
This method is from 'Column' class.
Column.setHeaderColumnName ( String headerColumnName ):
This method is from 'Column' class.
Column.setHeaderTextAlignment ( int alignment ):
This method is from 'Column' class.
Column.setMaxWidth ( int maxWidth ):
This method is from 'Column' class.
Column.setMinWidth ( int minWidth ):
This method is from 'Column' class.
Column.setPreferredWidth ( int preferredWidth ):
This method is from 'Column' class.
Column.setSortingOrder ( int sortingOrder ):
This method is from 'Column' class.
Column.setSortVersus ( String sortVersus ):
This method is from 'Column' class.
Column.setTable ( org.openswing.swing.table.client.Grids table ):
This method is from 'Column' class.
org.openswing.swing.table.filter.client.QuickFilterListener.filter ( Column p1, Object p2, Object p3 ):
1st parameter 'p1' of this abstract method has type 'Column'.
org.openswing.swing.table.filter.client.QuickFilterPanel.QuickFilterPanel ( int defaultQuickFilterCriteria, org.openswing.swing.table.filter.client.QuickFilterListener filterListener, int filterType, Column colProperties, Object initValue ):
4th parameter 'colProperties' of this method has type 'Column'.
package org.openswing.swing.table.editors.client
[+] AbstractCellEditor (2)
|
Method AbstractCellEditor.getCellEditorValue ( ) has been overridden by FormattedTextCellEditor.getCellEditorValue ( ) | Method FormattedTextCellEditor.getCellEditorValue ( ) will be called instead of AbstractCellEditor.getCellEditorValue ( ) in a client program. |
Method AbstractCellEditor.stopCellEditing ( ) has been overridden by FormattedTextCellEditor.stopCellEditing ( ) | Method FormattedTextCellEditor.stopCellEditing ( ) will be called instead of AbstractCellEditor.stopCellEditing ( ) in a client program. |
[+] affected methods(2)
AbstractCellEditor.getCellEditorValue ( ):
Method 'FormattedTextCellEditor.getCellEditorValue ( )' will be called instead of this method in a client program.
AbstractCellEditor.stopCellEditing ( ):
Method 'FormattedTextCellEditor.stopCellEditing ( )' will be called instead of this method in a client program.
to the top
Java ARchives (3)
clientos.jar
demo5client.jar
serveros.jar
to the top
Classes (299)
AboutDialog.class
AboutDialog_gcButton_actionAdapter.class
AboutDialog_imageButton_actionAdapter.class
AbstractCellEditor.class
AbstractTreeTableModel.class
Action.class
ActionsCollection.class
ApplicationEventQueue.class
ApplicationFunction.class
Appointment.class
AppointmentChangeEvent.class
AppointmentChangeListener.class
AppointmentVO.class
AttributeCouple.class
AttributeNameEditor.class
BaseInputControl.class
BusyListener.class
ButtonCellEditor.class
ButtonColumn.class
ButtonColumnBeanInfo.class
ButtonsAuthorizations.class
ButtonTableCellRenderer.class
ChangeLanguageDialog.class
ChangeLanguageDialog_cancelButton_actionAdapter.class
ChangeLanguageDialog_changeButton_actionAdapter.class
CheckBoxCellEditor.class
CheckBoxColumn.class
CheckBoxColumnBeanInfo.class
CheckBoxControl.class
CheckBoxControlBeanInfo.class
CheckBoxTableCellRenderer.class
ClientApplet.class
ClientApplication.class
ClientFacade.class
ClientGridDataLocator.class
ClientSettings.class
ClientUtils.class
Clock.class
CodBox.class
CodBoxContainer.class
CodLookupCellEditor.class
CodLookupCellRenderer.class
CodLookupColumn.class
CodLookupColumnBeanInfo.class
CodLookupControl.class
CodLookupControlBeanInfo.class
Column.class
ColumnBeanInfo.class
ColumnTypeEditor.class
ComboBoxControl.class
ComboBoxControlBeanInfo.class
ComboColumn.class
ComboColumnBeanInfo.class
Command.class
ConnectionManager.class
ConnectionSource.class
ConsoleLogger.class
Consts.class
Controller.class
ControllerCallbacks.class
CopyButton.class
CopyButtonBeanInfo.class
CurrencyCellEditor.class
CurrencyColumn.class
CurrencyColumnBeanInfo.class
CurrencyColumnSettings.class
CurrencyControl.class
CurrencyControlBeanInfo.class
CurrencyTableCellRenderer.class
DataController.class
DataSourceConnection.class
DateBox.class
DateCellEditor.class
DateChangedListener.class
DateColumn.class
DateColumnBeanInfo.class
DateControl.class
DateControlBeanInfo.class
DateTableCellRenderer.class
DateTimeColumn.class
DateTimeColumnBeanInfo.class
DecimalColumn.class
DecimalColumnBeanInfo.class
DecimalColumnSettings.class
DefaultSessionIdGenerator.class
DeleteButton.class
DeleteButtonBeanInfo.class
DemoClientFacade.class
DesktopPane.class
DetailFrame.class
DetailFrameController.class
Domain.class
DomainCellEditor.class
DomainPair.class
DomainTableCellRenderer.class
EditButton.class
EditButtonBeanInfo.class
EnglishOnlyResourceFactory.class
ErrorResponse.class
ExportAction.class
ExportButton.class
ExportButtonBeanInfo.class
ExportDialog.class
ExportDialog_cancelButton_actionAdapter.class
ExportDialog_exportButton_actionAdapter.class
ExportOptions.class
ExportToCSV.class
ExportToExcel.class
ExportToHTML.class
ExportToPDF.class
ExportToRTF.class
ExportToXML.class
ExportToXMLFat.class
FilterButton.class
FilterButtonBeanInfo.class
FilterDialog.class
FilterPanel.class
FilterWhereClause.class
Form.class
FormatTypeEditor.class
FormBeanInfo.class
FormController.class
GanttControl.class
GanttControlBeanInfo.class
GanttDataLocator.class
GanttRowVO.class
GanttWorkingHours.class
GanttWorkingHoursVO.class
GenericButton.class
GenericButtonBeanInfo.class
GenericButtonController.class
GenericStatusPanel.class
Grid.class
GridControl.class
GridControlBeanInfo.class
GridController.class
GridDataLocator.class
GridFrame.class
GridFrameController.class
GridParams.class
Grids.class
GridStatusPanel.class
HeaderTextAlignmentEditor.class
HibernateUtils.class
HorizontalAlignmentEditor.class
IBatisParamsWrapper.class
IBatisUtils.class
ImageCellEditor.class
ImageColumn.class
ImageColumnBeanInfo.class
ImageControl.class
ImageControlBeanInfo.class
ImagePanel.class
ImagePanelBeanInfo.class
ImageTableCellRenderer.class
InputControl.class
InsertButton.class
InsertButtonBeanInfo.class
IntegerColumn.class
IntegerColumnBeanInfo.class
IntegerColumnSettings.class
InternalFrame.class
LabelControl.class
LabelControlBeanInfo.class
Language.class
LicencePanel.class
LicencePanel_radioButtonOk_itemAdapter.class
LicencePanelBeanInfo.class
Log4JLogger.class
Logger.class
LoggerMethods.class
LoginAction.class
LoginController.class
LoginDialog.class
LoginDialog_exitButton_actionAdapter.class
LoginDialog_loginButton_actionAdapter.class
LoginDialog_passwdTF_actionAdapter.class
LoginDialog_this_windowAdapter.class
LookupController.class
LookupDataLocator.class
LookupGridFrame.class
LookupListener.class
LookupMapper.class
LookupParent.class
LookupServerDataLocator.class
LookupTreeFrame.class
LookupTreeGridFrame.class
LookupValidationParams.class
MacPaginationVerticalScrollBarUI.class
MDIController.class
MDIFrame.class
MetalPaginationVerticalScrollbarUI.class
NavigatorBar.class
NavigatorBarBeanInfo.class
NoConnectionSource.class
NoLoginAction.class
NumBox.class
NumericCellEditor.class
NumericControl.class
NumericControlBeanInfo.class
NumericTableCellRenderer.class
OneLanguageResourcesFactory.class
OpenSwingHandlerMapping.class
OpenSwingViewResolver.class
OptionPane.class
PaginationVerticalScrollbar.class
PaginationVerticalScrollbarUI.class
PercentageColumn.class
PercentageColumnBeanInfo.class
PoolerConnectionSource.class
ProgressBar.class
ProgressBarBeanInfo.class
ProgressDialog.class
ProgressDialog_buttonCancel_actionAdapter.class
ProgressDialogBeanInfo.class
ProgressEvent.class
ProgressPanel.class
ProgressPanelBeanInfo.class
QueryUtil.class
QuickFilterCriteriaEditor.class
QuickFilterListener.class
QuickFilterPanel.class
RadioButtonControl.class
RadioButtonControlBeanInfo.class
ReloadButton.class
ReloadButtonBeanInfo.class
Resources.class
ResourcesFactory.class
Response.class
SaveButton.class
SaveButtonBeanInfo.class
ServerGanttDataLocator.class
ServerGridDataLocator.class
ServerResourcesFactory.class
SessionCheckInterceptor.class
SessionIdGenerator.class
SortVersusEditor.class
SplashScreen.class
StatusBar.class
TableModelResponse.class
TableResponse.class
TestLookupVO.class
TestVO.class
TextAreaControl.class
TextAreaControlBeanInfo.class
TextBox.class
TextCellEditor.class
TextColumn.class
TextColumnBeanInfo.class
TextControl.class
TextControlBeanInfo.class
TextResponse.class
TextTableCellRenderer.class
TimeColumn.class
TimeColumnBeanInfo.class
TipFrame.class
TipGenericInternalFrame.class
TipInternalFrame.class
TipPanel.class
TipPanel_buttonClose_actionAdapter.class
TipPanel_buttonNext_actionAdapter.class
TipPanel_buttonPrev_actionAdapter.class
TipPanelContainer.class
TipPanelContent.class
Tree.class
TreeController.class
TreeDataLocator.class
TreeDragNDropListener.class
TreeGrid.class
TreeGridPanel.class
TreeGridPanelBeanInfo.class
TreeMenu.class
TreeNodeRenderer.class
TreePanel.class
TreePanelBeanInfo.class
TreeServerDataLocator.class
TreeTableModel.class
TreeTableModelAdapter.class
UserAuthorizationsResponse.class
UserSessionParameters.class
ValueChangeEvent.class
ValueChangeListener.class
ValueObject.class
ValueObjectException.class
ValueObjectImpl.class
VOListAdapter.class
VOListResponse.class
VOListTableModel.class
VOListTableModelListener.class
VOModel.class
VOResponse.class
WindowMenu.class
WindowsPaginationVerticalScrollbarUI.class
WinIconsPanel.class
WizardController.class
WizardInnerPanel.class
WizardPanel.class
WizardPanelBeanInfo.class
XMLResourcesFactory.class
to the top
Generated on Fri Dec 10 20:45:45 2010 for OpenSwing by Java API Compliance Checker 1.0
The cross-platform tool for verifying backward compatibility of a Java Library API