|
AR System Java API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.bmc.arsys.api.Action com.bmc.arsys.api.CloseWindowAction
public class CloseWindowAction
The CloseWindowAction
class is used to create and retrieve information about the Close Window active
link action.
Constructor Summary | |
---|---|
CloseWindowAction()
constructor |
|
CloseWindowAction(boolean closeAll)
closeAll parameter sets the flag that indicates whether all the windows should be closed or not. |
Method Summary | |
---|---|
Object |
clone()
Clone implementation that returns an Object with data cloned from self |
boolean |
equals(Object anObject)
Use this method for checking equality between the current object and the provided one. |
int |
hashCode()
Returns the hash code value for this instance of the current class. |
boolean |
isCloseAll()
Retrieves the flag that indicates whether all the windows should be closed or not. |
void |
setCloseAll(boolean closeAll)
Sets the flag that indicates whether all the windows should be closed or not. |
Methods inherited from class com.bmc.arsys.api.Action |
---|
equals, getActionType, toString |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public CloseWindowAction()
public CloseWindowAction(boolean closeAll)
closeAll
parameter sets the flag that indicates whether all the windows should be closed or not.
Method Detail |
---|
public boolean isCloseAll()
public void setCloseAll(boolean closeAll)
public Object clone() throws CloneNotSupportedException
clone
in class Action
CloneNotSupportedException
public boolean equals(Object anObject)
equals
in class Action
anObject
- the object that we are comparing to
public int hashCode()
hashCode
in class Action
|
AR System Java API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |