hep.geant4.jni
Class G4UIcommandTree

java.lang.Object
  extended by hep.geant4.jni.G4UIcommandTree

public class G4UIcommandTree
extends Object


Field Summary
protected  boolean swigCMemOwn
           
 
Constructor Summary
G4UIcommandTree()
           
G4UIcommandTree(long cPtr, boolean cMemoryOwn)
           
G4UIcommandTree(String thePathName)
           
 
Method Summary
 void addNewCommand(G4UIcommand newCommand)
           
 void createHTML()
           
 void delete()
           
 boolean equals(Object obj)
           
protected  void finalize()
           
 G4UIcommand findPath(String commandPath)
           
 G4UIcommand getCommand(int i)
           
 int getCommandEntry()
           
static long getCPtr(G4UIcommandTree obj)
           
 G4UIcommand getGuidance()
           
 String getPathName()
           
 String getTitle()
           
 G4UIcommandTree getTree(int i)
           
 G4UIcommandTree getTree(String comNameC)
           
 int getTreeEntry()
           
 void list()
           
 void listCurrent()
           
 void listCurrentWithNum()
           
 void removeCommand(G4UIcommand aCommand)
           
 
Methods inherited from class java.lang.Object
clone, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

swigCMemOwn

protected boolean swigCMemOwn
Constructor Detail

G4UIcommandTree

public G4UIcommandTree(long cPtr,
                       boolean cMemoryOwn)

G4UIcommandTree

public G4UIcommandTree()

G4UIcommandTree

public G4UIcommandTree(String thePathName)
Method Detail

getCPtr

public static long getCPtr(G4UIcommandTree obj)

finalize

protected void finalize()
                 throws Throwable
Overrides:
finalize in class Object
Throws:
Throwable

delete

public void delete()

equals

public boolean equals(Object obj)
Overrides:
equals in class Object

addNewCommand

public void addNewCommand(G4UIcommand newCommand)

removeCommand

public void removeCommand(G4UIcommand aCommand)

findPath

public G4UIcommand findPath(String commandPath)

list

public void list()

listCurrent

public void listCurrent()

listCurrentWithNum

public void listCurrentWithNum()

createHTML

public void createHTML()

getGuidance

public G4UIcommand getGuidance()

getPathName

public String getPathName()

getTreeEntry

public int getTreeEntry()

getCommandEntry

public int getCommandEntry()

getTree

public G4UIcommandTree getTree(int i)

getTree

public G4UIcommandTree getTree(String comNameC)

getCommand

public G4UIcommand getCommand(int i)

getTitle

public String getTitle()


Copyright © 2000-2007 FreeHEP. All Rights Reserved.