org.globus.cog.gridface.impl.desktop.interfaces
Interface AccessPropertiesPanel

All Known Subinterfaces:
DesktopIcon
All Known Implementing Classes:
AbstractIcon

public interface AccessPropertiesPanel


Field Summary
static String sCancel_button
           
static String sOK_button
           
 
Method Summary
 JInternalFrame getPropertiesFrame()
           
 JComponent getPropertiesPanel()
           
 void processPropertiesCancelButton()
           
 void processPropertiesOKButton()
           
 void showIconProperties()
           
 

Field Detail

sOK_button

public static final String sOK_button
See Also:
Constant Field Values

sCancel_button

public static final String sCancel_button
See Also:
Constant Field Values
Method Detail

showIconProperties

public void showIconProperties()

getPropertiesPanel

public JComponent getPropertiesPanel()

processPropertiesCancelButton

public void processPropertiesCancelButton()

processPropertiesOKButton

public void processPropertiesOKButton()

getPropertiesFrame

public JInternalFrame getPropertiesFrame()