Package com.mchange.v2.beans.swing
Class TestBean
java.lang.Object
com.mchange.v2.beans.swing.TestBean
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
float
int
void
void
setTheFloat
(float new_f) void
setTheInt
(int new_i) void
setTheString
(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
-