com.skyarts.midp.ui.palm
??? Button

java.lang.Object
  |
  +--com.skyarts.midp.ui.palm.Button

public final class Button
extends java.lang.Object


??????????
Button()
           
 
???????
 ButtonOwnerable getButtonOwner()
           
 int getIDNo()
           
 java.lang.String getText()
           
 void setBounds(int x, int y, int width, int height)
           
 void setButtonOwner(ButtonOwnerable buttonOwner)
           
 void setIDNo(int idNo)
           
 void setText(java.lang.String text)
           
 
??? java.lang.Object ??????????
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

??????????

Button

public Button()
???????

setButtonOwner

public void setButtonOwner(ButtonOwnerable buttonOwner)

getButtonOwner

public ButtonOwnerable getButtonOwner()

setText

public void setText(java.lang.String text)

getText

public java.lang.String getText()

setIDNo

public void setIDNo(int idNo)

getIDNo

public int getIDNo()

setBounds

public void setBounds(int x,
                      int y,
                      int width,
                      int height)