borland.jbcl Packages  borland.jbcl Class Hierarchy  borland.jbcl.control 

ButtonDescriptor class

java.lang.Object
   +----borland.jbcl.control.ButtonDescriptor

About the ButtonDescriptor class

Constructors  Properties  Methods  
Stores the command, label, id, and closeDialog properties for a button.


ButtonDescriptor constructors

ButtonDescriptor properties

*Read-only properties **Write-only properties

Properties implemented in this class

Properties implemented in java.lang.Object

ButtonDescriptor methods

Methods implemented in java.lang.Object


ButtonDescriptor constructors

ButtonDescriptor(java.lang.String, java.lang.String, int, boolean)

  public ButtonDescriptor(java.lang.String command, java.lang.String label, int id, boolean closeDialog)


ButtonDescriptor properties

ID

 public int getID()