hep.geant4.jni
Class G4VUIshell

java.lang.Object
  extended by hep.geant4.jni.G4VUIshell
Direct Known Subclasses:
G4UIcsh

public class G4VUIshell
extends Object


Field Summary
protected  boolean swigCMemOwn
           
 
Constructor Summary
G4VUIshell(long cPtr, boolean cMemoryOwn)
           
 
Method Summary
 void delete()
           
 boolean equals(Object obj)
           
protected  void finalize()
           
 String getCommandLine()
           
 String getCommandLine(String msg)
           
static long getCPtr(G4VUIshell obj)
           
 void listCommand(String input)
           
 void listCommand(String input, String candidate)
           
 void setCurrentDirectory(String ccd)
           
 void setNColumn(int ncol)
           
 void setPrompt(String prompt)
           
 void showCurrentDirectory()
           
 
Methods inherited from class java.lang.Object
clone, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

swigCMemOwn

protected boolean swigCMemOwn
Constructor Detail

G4VUIshell

public G4VUIshell(long cPtr,
                  boolean cMemoryOwn)
Method Detail

getCPtr

public static long getCPtr(G4VUIshell 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

setNColumn

public void setNColumn(int ncol)

setPrompt

public void setPrompt(String prompt)

setCurrentDirectory

public void setCurrentDirectory(String ccd)

showCurrentDirectory

public void showCurrentDirectory()

listCommand

public void listCommand(String input,
                        String candidate)

listCommand

public void listCommand(String input)

getCommandLine

public String getCommandLine(String msg)

getCommandLine

public String getCommandLine()


Copyright © 2000-2007 FreeHEP. All Rights Reserved.