90       void ExecuteCommand(
const G4String&);
 
   91       void ChangeDirectory(
const G4String&);
 
  109     void NotifyStateChange(
void);
 
  110     void NotifyCommandUpdate(
void);
 
  113     int CommandUpdated(
void);
 
  114     void UpdateState(
void);
 
  115     void UpdateParamVal(
void);  
 
  122     std::vector<G4String> previousTreeCommands;
 
  123     std::vector<G4String> newTreeCommands;
 
  124     std::vector<G4String> previousTreeParams;
 
  125     std::vector<G4String> newTreeParams;
 
  126     std::vector<G4UIcommand*> previousTreePCP;
 
  127     std::vector<G4UIcommand*> newTreePCP;