Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.scopemvc.application.timewarp.source
Class ScopeButtonItem  view ScopeButtonItem download ScopeButtonItem.java

java.lang.Object
  extended byorg.scopemvc.application.timewarp.source.ScopeButtonItem

public class ScopeButtonItem
extends java.lang.Object

Holds the SButton attributes and methods.

Version:
1.0

Field Summary
private  java.lang.String buttonText
           
private  java.lang.String controlID
           
private  java.lang.String imageName
           
private  java.lang.String name
           
 
Constructor Summary
ScopeButtonItem()
           
 
Method Summary
 java.lang.String getButtonText()
          Gets the buttonText attribute of the ScopeButtonItem object.
 java.lang.String getConstantControlID()
          Gets the constant control ID
 java.lang.String getControlID()
          Gets the controlID attribute of the ScopeButtonItem object.
 java.lang.String getImageName()
          Gets the imageName attribute of the ScopeButtonItem object.
 java.lang.String getJavaControlID()
          Gets the java control ID
 java.lang.String getName()
          Gets the name attribute of the ScopeButtonItem object.
 void setButtonText(java.lang.String Ntext)
          Sets the buttonText attribute of the ScopeButtonItem object.
 void setControlID(java.lang.String Nctrl)
          Sets the controlID attribute of the ScopeButtonItem object.
 void setImageName(java.lang.String Nimg)
          Sets the imageName attribute of the ScopeButtonItem object.
 void setName(java.lang.String Nname)
          Sets the name attribute of the ScopeButtonItem object.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

buttonText

private java.lang.String buttonText

imageName

private java.lang.String imageName

controlID

private java.lang.String controlID

name

private java.lang.String name
Constructor Detail

ScopeButtonItem

public ScopeButtonItem()
Method Detail

getButtonText

public java.lang.String getButtonText()
Gets the buttonText attribute of the ScopeButtonItem object.


getImageName

public java.lang.String getImageName()
Gets the imageName attribute of the ScopeButtonItem object.


getControlID

public java.lang.String getControlID()
Gets the controlID attribute of the ScopeButtonItem object.


getConstantControlID

public java.lang.String getConstantControlID()
Gets the constant control ID


getJavaControlID

public java.lang.String getJavaControlID()
Gets the java control ID


getName

public java.lang.String getName()
Gets the name attribute of the ScopeButtonItem object.


setButtonText

public void setButtonText(java.lang.String Ntext)
Sets the buttonText attribute of the ScopeButtonItem object.


setImageName

public void setImageName(java.lang.String Nimg)
Sets the imageName attribute of the ScopeButtonItem object.


setControlID

public void setControlID(java.lang.String Nctrl)
Sets the controlID attribute of the ScopeButtonItem object.


setName

public void setName(java.lang.String Nname)
Sets the name attribute of the ScopeButtonItem object.