org.sourcejammer.client.gui.listener
Class FileSelectionListener

java.lang.Object
  |
  +--org.sourcejammer.client.gui.listener.FileSelectionListener
All Implemented Interfaces:
java.util.EventListener, javax.swing.event.ListSelectionListener

public class FileSelectionListener
extends java.lang.Object
implements javax.swing.event.ListSelectionListener

Title: $FileName: FileSelectionListener.java$

Version:
$VerNum: 5$
Author:
$AuthorName: Rob MacGrogan$

$Description: $
$KeyWordsOff: $

Constructor Summary
FileSelectionListener()
           
 
Method Summary
private  boolean allCheckedIn(org.sourcejammer.project.view.NodeInfo[] files)
           
private  boolean allCheckedOut(org.sourcejammer.project.view.NodeInfo[] files)
           
private  boolean allNotInArchive(org.sourcejammer.project.view.NodeInfo[] files)
           
private  boolean anyNotInArchive(org.sourcejammer.project.view.NodeInfo[] files)
           
private  void disableAllFileActions()
           
 void valueChanged(javax.swing.event.ListSelectionEvent ev)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FileSelectionListener

public FileSelectionListener()
Method Detail

valueChanged

public void valueChanged(javax.swing.event.ListSelectionEvent ev)
Specified by:
valueChanged in interface javax.swing.event.ListSelectionListener

disableAllFileActions

private void disableAllFileActions()

allNotInArchive

private boolean allNotInArchive(org.sourcejammer.project.view.NodeInfo[] files)

anyNotInArchive

private boolean anyNotInArchive(org.sourcejammer.project.view.NodeInfo[] files)

allCheckedOut

private boolean allCheckedOut(org.sourcejammer.project.view.NodeInfo[] files)

allCheckedIn

private boolean allCheckedIn(org.sourcejammer.project.view.NodeInfo[] files)


Copyright © 2003 Soucejammer project.