Package com.mchange.v2.beans.swing
Class TestBean
java.lang.Object
com.mchange.v2.beans.swing.TestBean
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidfloatintvoidvoidsetTheFloat(float new_f) voidsetTheInt(int new_i) voidsetTheString(String new_s)
-
Constructor Details
-
TestBean
public TestBean()
-
-
Method Details
-
getTheString
-
getTheInt
public int getTheInt() -
getTheFloat
public float getTheFloat() -
setTheString
-
setTheInt
public void setTheInt(int new_i) -
setTheFloat
public void setTheFloat(float new_f) -
addPropertyChangeListener
-
removePropertyChangeListener
-