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

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

public class CVSProjectView
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
CVSProjectView()
           
 
Method Summary
 javax.swing.JSplitPane createSplitPane()
           
 javax.swing.JComponent createTable()
           
 javax.swing.JComponent createTree()
           
 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

CVSProjectView

public CVSProjectView()
Method Detail

createTree

public javax.swing.JComponent createTree()

createTable

public javax.swing.JComponent createTable()

createSplitPane

public javax.swing.JSplitPane createSplitPane()

show

public void show()