public class ExitGuideAction extends Action implements ActiveLinkAction, FilterAction, Cloneable, Serializable
ExitGuideInfo class is used to create and retrieve information about the Exit Guide active link
action. You use the Exit Guide action to terminate the current guide and, optionally, all of its calling guides. For
more information, see the Developing AR System Applications: Basic guide.| Constructor and Description |
|---|
ExitGuideAction()
constructor
|
ExitGuideAction(boolean closeAll)
Constructs a new
ExitGuideInfo object using the closeAll parameter. |
| Modifier and Type | Method and Description |
|---|---|
Object |
clone()
Clone implementation that returns an Object with data cloned from self.
|
boolean |
equals(Object obj)
Use this method for checking equality.
|
int |
hashCode()
Returns the hash code value for this instance of the current class.
|
boolean |
isCloseAll()
Returns the flag that indicates whether all the guides should be closed or not.
|
void |
setCloseAll(boolean closeAll)
Sets the flag that indicates whether all the guides should be closed or not.
|
String |
toString()
Returns a string description of the object.
|
equals, getActionTypepublic ExitGuideAction()
public ExitGuideAction(boolean closeAll)
ExitGuideInfo object using the closeAll parameter.closeAll - The closeAll parameter sets the flag that indicates whether all the guides should be
closed or not.public boolean isCloseAll()
public void setCloseAll(boolean closeAll)
public Object clone() throws CloneNotSupportedException
clone in class ActionCloneNotSupportedExceptionpublic boolean equals(Object obj)
public int hashCode()
? Copyright 2013 BMC Software, Inc.