|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.honeywell.decodemanager.DecodeManager.SymConfigActivityOpeartor
public class DecodeManager.SymConfigActivityOpeartor
The SymbologyConfigActivityOpeartor is used to operate the symbology configure activity.
Constructor Summary | |
---|---|
DecodeManager.SymConfigActivityOpeartor()
|
Method Summary | |
---|---|
boolean |
addSymToConfigActivity(int symbologyId)
Add one symbology to default symbology configuration activity. |
java.util.ArrayList<java.lang.Integer> |
getAllSymbologyId()
get all symbology id that is showed in default symbology configuration activity. |
boolean |
IsExistedInDefaultActivity(int symbologyId)
To verify symbology id whether existed in default symbology configuration activity. |
boolean |
removeAllSymFromConfigActivity()
Remove All symbology from default symbology configuration activity. |
boolean |
removeSymFromConfigActivity(int symbologyId)
Remove one symbology from default symbology configuration activity. |
boolean |
restoreDefaultSymToConfigActivity()
Restore default symbology to default symbology configuration activity. |
void |
start()
show the symbology configuration activity. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DecodeManager.SymConfigActivityOpeartor()
Method Detail |
---|
public boolean addSymToConfigActivity(int symbologyId)
symbologyId
- One of the
CommonDefine.SymbologyID
, eg SYM_CODE39. To disable all symbolgies at once,
SYM_ALL should be used as the SymID. - it will be added to
default symbology configuration activity.
public boolean removeSymFromConfigActivity(int symbologyId)
symbologyId
- One of the
CommonDefine.SymbologyID
, eg SYM_CODE39. To disable all symbolgies at once,
SYM_ALL should be used as the SymID. - it will be removed
from default symbology configuration activity.
public boolean removeAllSymFromConfigActivity()
public boolean restoreDefaultSymToConfigActivity()
public java.util.ArrayList<java.lang.Integer> getAllSymbologyId()
public boolean IsExistedInDefaultActivity(int symbologyId)
symbologyId
- One of the
CommonDefine.SymbologyID
, eg SYM_CODE39.
public void start()
context
- - Interface to global information about user application
environment
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |