Ignore:
Timestamp:
08/23/12 09:08:47 (12 years ago)
Author:
sherbold
Message:
  • updated JFC GUI mappings
  • changed JFCGUIElementSpec to store the elementHash as String instead of int. The reason for this is a problem that Integer.parseInt() that can occur with handling of negative hexadecimal values.
Location:
trunk/quest-plugin-jfc/data/guimappings
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/quest-plugin-jfc/data/guimappings/guimapping-argouml.txt

    r585 r588  
    1818org.argouml.core.propertypanels.ui.UMLTextField = de.ugoe.cs.quest.plugin.jfc.guimodel.JFCTextField 
    1919org.argouml.core.propertypanels.ui.UMLComboBox = de.ugoe.cs.quest.plugin.jfc.guimodel.JFCGUIElement 
     20org.argouml.ui.explorer.DnDExplorerTree = de.ugoe.cs.quest.plugin.jfc.guimodel.JFCGUIElement 
     21org.argouml.ui.NavigatorPane = de.ugoe.cs.quest.plugin.jfc.guimodel.JFCGUIElement 
     22org.argouml.ui.explorer.PerspectiveComboBox = de.ugoe.cs.quest.plugin.jfc.guimodel.JFCGUIElement 
  • trunk/quest-plugin-jfc/data/guimappings/guimapping-swing.txt

    r587 r588  
    1515sun.swing.FilePane = de.ugoe.cs.quest.plugin.jfc.guimodel.JFCGUIElement 
    1616sun.swing.FilePane$3 = de.ugoe.cs.quest.plugin.jfc.guimodel.JFCGUIElement 
     17javax.swing.plaf.metal.MetalComboBoxButton = de.ugoe.cs.quest.plugin.jfc.guimodel.JFCGUIElement 
     18javax.swing.JButton = de.ugoe.cs.quest.plugin.jfc.guimodel.JFCButton 
Note: See TracChangeset for help on using the changeset viewer.