|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.harvard.mgh.purcell.gCLINE.pane.FolderView
public abstract class FolderView
Create a folder viewer that can generate a JScrollPane.
Nested Class Summary | |
---|---|
class |
FolderView.UpdateJList
Update the folder view to reflect changes in the file/file discriptions. |
Field Summary | |
---|---|
private Record |
data
A Record to access the files in the home directory and global discriptions |
private StartFrame |
frame
|
private java.awt.event.MouseListener |
launchPopup
Listen for a tree selection that will activate the popup menu to manipulate the project annotation and open in/out files. |
private javax.swing.JList |
list
A DefaultList Model that we can modify dynamically if there is something to change |
private static org.apache.log4j.Logger |
logger
|
Constructor Summary | |
---|---|
FolderView(StartFrame f,
Record d)
Create a folder viewer. |
Method Summary | |
---|---|
protected abstract PopUpMenu |
createPopUp(StartFrame mf,
Record d,
java.lang.String[] givenFiles,
java.lang.String[] givenOp)
|
private java.lang.String |
getFilename(java.lang.String fileDisc)
|
javax.swing.JScrollPane |
toJScrollPane()
Create a JScrollPane that holds the list. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
private static org.apache.log4j.Logger logger
private Record data
private StartFrame frame
private javax.swing.JList list
private java.awt.event.MouseListener launchPopup
Constructor Detail |
---|
public FolderView(StartFrame f, Record d)
d
- The Record that this viewer reflects.Method Detail |
---|
private java.lang.String getFilename(java.lang.String fileDisc)
public javax.swing.JScrollPane toJScrollPane()
protected abstract PopUpMenu createPopUp(StartFrame mf, Record d, java.lang.String[] givenFiles, java.lang.String[] givenOp)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |