|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.ow2.clif.console.lib.egui.monitor.BladeOption
public class BladeOption
This class represents blade's options
Constructor Summary | |
---|---|
BladeOption(boolean display,
boolean collect,
java.lang.String bladeId)
Constructor. |
Method Summary | |
---|---|
void |
beginTimer()
Begin the timer for these blade |
java.lang.String |
getBladeId()
Get the blade id |
java.lang.String |
getEllapsedTime()
Get ellapsed time for this blade |
boolean |
isBoolcollect()
Test if the blade must be collected |
boolean |
isBooldisplay()
Test if the blade must be displayed |
void |
setBladeId(java.lang.String bladeId)
Set blade id |
void |
setBoolcollect(boolean boolcollect)
Set if the blade must be collected |
void |
setBooldisplay(boolean booldisplay)
Set if the blade must be displayed |
void |
suspendTimer()
Suspend the timer for these blade |
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public BladeOption(boolean display, boolean collect, java.lang.String bladeId)
display
- collect
- bladeId
- Method Detail |
---|
public java.lang.String getBladeId()
public void setBladeId(java.lang.String bladeId)
bladeId
- the new blade idpublic boolean isBoolcollect()
public void setBoolcollect(boolean boolcollect)
boolcollect
- public boolean isBooldisplay()
public void setBooldisplay(boolean booldisplay)
booldisplay
- public void beginTimer()
public java.lang.String getEllapsedTime()
public void suspendTimer()
public java.lang.String toString()
toString
in class java.lang.Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |