ccs.cpc.impl
Class BtnLogic

java.lang.Object
  extended by ccs.cpc.impl.BtnLogic

 class BtnLogic
extends java.lang.Object


Field Summary
(package private)  BtnGui bg
           
 
Constructor Summary
BtnLogic(CpcImpl cpc)
           
 
Method Summary
(package private)  void copyLtoR()
           
(package private)  void copyRtoL()
           
(package private)  void del(BrowserLogic src)
           
(package private)  void moveLtoR()
           
(package private)  void moveRtoL()
           
(package private)  void recursionWrapper(BrowserLogic invoker, VFileProcessor vfp)
           
(package private)  void tmpCheck(VFile tgtDir, boolean canOverride)
           
(package private)  void wipe(BrowserLogic src)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

bg

BtnGui bg
Constructor Detail

BtnLogic

BtnLogic(CpcImpl cpc)
Method Detail

del

void del(BrowserLogic src)
   throws java.lang.Exception
Throws:
java.lang.Exception

wipe

void wipe(BrowserLogic src)
    throws java.lang.Exception
Throws:
java.lang.Exception

copyLtoR

void copyLtoR()
        throws java.lang.Exception
Throws:
java.lang.Exception

copyRtoL

void copyRtoL()
        throws java.lang.Exception
Throws:
java.lang.Exception

moveLtoR

void moveLtoR()
        throws java.lang.Exception
Throws:
java.lang.Exception

moveRtoL

void moveRtoL()
        throws java.lang.Exception
Throws:
java.lang.Exception

tmpCheck

void tmpCheck(VFile tgtDir,
              boolean canOverride)
        throws java.io.IOException
Throws:
java.io.IOException

recursionWrapper

void recursionWrapper(BrowserLogic invoker,
                      VFileProcessor vfp)
                throws java.lang.Exception
Throws:
java.lang.Exception