com.hungry.javacvs.client.ui.jfc
Class CVSMainView

java.lang.Object
  |
  +--com.hungry.javacvs.client.ui.CVSUI
        |
        +--com.hungry.javacvs.client.ui.jfc.CVSView
              |
              +--com.hungry.javacvs.client.ui.jfc.CVSMainView

public class CVSMainView
extends CVSView


Field Summary
static int HEIGHT
           
static int WIDTH
           
 
Fields inherited from class com.hungry.javacvs.client.ui.jfc.CVSView
command_table, m_frame, m_label
 
Fields inherited from class com.hungry.javacvs.client.ui.CVSUI
CMD_ADD, CMD_ADMIN, CMD_ANNOTATE, CMD_CHECKOUT, CMD_COMMIT, CMD_DIFF, CMD_EDIT, CMD_EDITORS, CMD_EXPORT, CMD_HISTORY, CMD_IMPORT, CMD_INIT, CMD_LOG, CMD_LOGIN, CMD_RDIFF, CMD_RELEASE, CMD_REMOVE, CMD_RTAG, CMD_STATUS, CMD_TAG, CMD_UNEDIT, CMD_UPDATE, CMD_WATCH, CMD_WATCHERS, listenerList, m_client
 
Constructor Summary
CVSMainView()
           
 
Method Summary
 void show()
           
 
Methods inherited from class com.hungry.javacvs.client.ui.jfc.CVSView
addMenu, addToolBar, getFrame, getStatusBar, getUI
 
Methods inherited from class com.hungry.javacvs.client.ui.CVSUI
addCVSUIListener, clientEvent, fireBusyStateChange, fireConnectionClosed, fireMessageText, firePasswordPrompt, fireRequestError, fireStatusChange, fireUIChange, getClient, passQuery, performCommandOnFiles, removeCVSUIListener
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

WIDTH

public static int WIDTH

HEIGHT

public static int HEIGHT
Constructor Detail

CVSMainView

public CVSMainView()
Method Detail

show

public void show()