|
Components |
|
| |||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
com.sas.swing.visuals.remotefileselector.RemoteFileButtonPanel
public class RemoteFileButtonPanel
Panel that displays the directory combobox and action toolbar for the RemoteFileSelector component.
Field Summary | |
---|---|
protected javax.swing.JComboBox |
directorySelection
The directory selection component |
protected javax.swing.JToolBar |
toolBar
The toolbar component |
Constructor Summary | |
---|---|
RemoteFileButtonPanel(javax.swing.JComponent parentComponent)
Constructor. |
Method Summary | |
---|---|
protected void |
populateToolbar(javax.swing.JToolBar toolBar)
Populates the toolbar component. |
void |
propertyChange(java.beans.PropertyChangeEvent e)
Listens for properties path and viewType to be changed. |
void |
setRemoteFileViewComponent(RemoteFileComponentInterface component)
Sets the panel so that it can communicate with the component parameter. |
void |
setToolTipText(javax.swing.JComponent component,
java.lang.String text)
Registers the text to display in a tool tip. |
Field Detail |
---|
protected javax.swing.JToolBar toolBar
protected javax.swing.JComboBox directorySelection
Constructor Detail |
---|
public RemoteFileButtonPanel(javax.swing.JComponent parentComponent)
parentComponent
- the component that is creating this panelMethod Detail |
---|
public void setRemoteFileViewComponent(RemoteFileComponentInterface component)
component
- the component that will be linked to the panelpublic void propertyChange(java.beans.PropertyChangeEvent e)
propertyChange
in interface java.beans.PropertyChangeListener
e
- the PropertyChangeEventpublic void setToolTipText(javax.swing.JComponent component, java.lang.String text)
component
- the component for which tool tip text is being changedtext
- the string to display; if the text is null,
the tool tip is turned off for this componentprotected void populateToolbar(javax.swing.JToolBar toolBar)
toolBar
- the toolbar component to be populated
|
Components |
|
| |||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |