|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--java.awt.Component | +--java.awt.Container | +--javax.swing.JComponent | +--javax.swing.JPanel | +--au.edu.swin.synergy.plugin.rtp.BCheckIn
Class which supplies the panel for checking in files.
Inner classes inherited from class javax.swing.JPanel |
JPanel.AccessibleJPanel |
Inner classes inherited from class javax.swing.JComponent |
JComponent.AccessibleJComponent |
Field Summary | |
protected BPlugin |
plugin
|
Fields inherited from class javax.swing.JComponent |
accessibleContext,
listenerList,
TOOL_TIP_TEXT_KEY,
ui,
UNDEFINED_CONDITION,
WHEN_ANCESTOR_OF_FOCUSED_COMPONENT,
WHEN_FOCUSED,
WHEN_IN_FOCUSED_WINDOW |
Fields inherited from class java.awt.Component |
BOTTOM_ALIGNMENT,
CENTER_ALIGNMENT,
LEFT_ALIGNMENT,
RIGHT_ALIGNMENT,
TOP_ALIGNMENT |
Constructor Summary | |
BCheckIn(BPlugin plug)
Constructor for the check in panel |
Method Summary | |
void |
addComboListener(ActionListener listener)
|
void |
addDir(String dirName)
|
void |
addMouseListener(MouseListener mouseListener)
adds a mouse listener to the table |
String |
getComboText()
|
String |
getCurrentDir()
|
String |
getSelectedFile()
gets the selected file |
String[] |
getSelectedFiles()
gets the file that are selected in the table |
BResFileModel |
getTableModel()
gets the table model used by the table on this panel |
boolean |
isFileSelected()
checks to see if any files in the table have been selected |
void |
removeDir(String dirName)
|
void |
setCurrentDir(String dirName)
sets the text of the current dir combo box |
void |
setPopupListener(MouseListener popupListener)
adds a mouse listener to the tablepane for the popup menu to listen to |
Methods inherited from class javax.swing.JPanel |
getAccessibleContext,
getUIClassID,
paramString,
updateUI |
Methods inherited from class java.awt.Container |
add,
add,
add,
add,
add,
addContainerListener,
addImpl,
countComponents,
deliverEvent,
doLayout,
findComponentAt,
findComponentAt,
getComponent,
getComponentAt,
getComponentAt,
getComponentCount,
getComponents,
getLayout,
insets,
invalidate,
isAncestorOf,
layout,
list,
list,
locate,
minimumSize,
paintComponents,
preferredSize,
print,
printComponents,
processContainerEvent,
processEvent,
remove,
remove,
removeAll,
removeContainerListener,
setLayout,
validate,
validateTree |
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
wait,
wait,
wait |
Field Detail |
protected BPlugin plugin
Constructor Detail |
public BCheckIn(BPlugin plug)
plug
- the plugin that uses this panelMethod Detail |
public BResFileModel getTableModel()
public void setPopupListener(MouseListener popupListener)
popupListener
- the MouseListener the popup menu usespublic void addMouseListener(MouseListener mouseListener)
mouseListener
- the mouse listener to be addedpublic String getSelectedFile()
public String[] getSelectedFiles()
public boolean isFileSelected()
public void setCurrentDir(String dirName)
dirName
- the name of the current directorypublic String getCurrentDir()
public void addDir(String dirName)
public void removeDir(String dirName)
public void addComboListener(ActionListener listener)
public String getComboText()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |