com.sas.visuals
Class MessageBoxEvent
com.sas.visuals.MessageBoxEvent
- All Implemented Interfaces:
- java.io.Serializable
public class MessageBoxEvent
- See Also:
- Serialized Form
Constructor Summary |
MessageBoxEvent(MessageBoxSource source,
int button)
This constructor is deprecated, do not use it. |
MessageBoxEvent(java.lang.Object source,
int id,
int button,
java.lang.String command)
|
MessageBoxEvent(java.lang.Object source,
int id,
java.lang.String command)
|
MessageBoxEvent(java.lang.Object source,
int id,
java.lang.String command,
int modifiers)
|
button
protected int button
command
protected java.lang.String command
MessageBoxEvent
public MessageBoxEvent(MessageBoxSource source,
int button)
- This constructor is deprecated, do not use it.
April 15, 1999
MessageBoxEvent
public MessageBoxEvent(java.lang.Object source,
int id,
java.lang.String command)
MessageBoxEvent
public MessageBoxEvent(java.lang.Object source,
int id,
java.lang.String command,
int modifiers)
MessageBoxEvent
public MessageBoxEvent(java.lang.Object source,
int id,
int button,
java.lang.String command)
getButton
public int getButton()
getCommand
public java.lang.String getCommand()
setButton
public void setButton(int button)
Copyright © 2009 SAS Institute Inc. All Rights Reserved.