Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[ice-build] [eclipse/ice] dd9101: Added File Browse button to File Entry Property Ce...

  Branch: refs/heads/mccaskey/moose_files
  Home:   https://github.com/eclipse/ice
  Commit: dd91012b81b2dec4cc854fe07cc181385a3e481a
      https://github.com/eclipse/ice/commit/dd91012b81b2dec4cc854fe07cc181385a3e481a
  Author: amccaskey <mccaskeyaj@xxxxxxxx>
  Date:   2015-09-03 (Thu, 03 Sep 2015)

  Changed paths:
    M docs/moose/tutorial/.gitignore
    M org.eclipse.ice.client/src/org/eclipse/ice/client/common/properties/ComboCellEditingSupport.java
    A org.eclipse.ice.client/src/org/eclipse/ice/client/common/properties/FileComboBoxCellEditor.java
    M org.eclipse.ice.client/src/org/eclipse/ice/client/common/properties/ValueCellContentProvider.java
    M org.eclipse.ice.item.test/src/org/eclipse/ice/item/test/moose/MOOSEFileHandlerTester.java
    M org.eclipse.ice.item/src/org/eclipse/ice/item/utilities/moose/MOOSEFileHandler.java
    M org.eclipse.ice.item/src/org/eclipse/ice/item/utilities/moose/Parameter.java
    M org.eclipse.ice.repository/ice.macosx_product.launch

  Log Message:
  -----------
  Added File Browse button to File Entry Property Cells

Added a new FileComboBoxCellEditor that is a ComboBoxCellEditor but also
adds a browse button to the Control in the Property Cell. 

Signed-off-by: amccaskey <mccaskeyaj@xxxxxxxx>



Back to the top