Changeset 637


Ignore:
Timestamp:
08/27/12 15:29:06 (12 years ago)
Author:
pharms
Message:
  • added a JFCComboBox
Location:
trunk
Files:
1 added
1 deleted
2 edited

Legend:

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

    r607 r637  
    2020org.argouml.ui.explorer.DnDExplorerTree = de.ugoe.cs.quest.plugin.jfc.guimodel.JFCGUIElement 
    2121org.argouml.ui.NavigatorPane = de.ugoe.cs.quest.plugin.jfc.guimodel.JFCGUIElement 
    22 org.argouml.ui.explorer.PerspectiveComboBox = de.ugoe.cs.quest.plugin.jfc.guimodel.JFCGUIElement 
     22org.argouml.ui.explorer.PerspectiveComboBox = de.ugoe.cs.quest.plugin.jfc.guimodel.JFCComboBox 
    2323org.argouml.ui.ArgoJMenu = de.ugoe.cs.quest.plugin.jfc.guimodel.JFCGUIElement 
  • trunk/quest-plugin-jfc/data/guimappings/guimapping-swing.txt

    r607 r637  
    1616sun.swing.FilePane$3 = de.ugoe.cs.quest.plugin.jfc.guimodel.JFCGUIElement 
    1717javax.swing.plaf.metal.MetalComboBoxButton = de.ugoe.cs.quest.plugin.jfc.guimodel.JFCGUIElement 
    18 javax.swing.JComboBox = de.ugoe.cs.quest.plugin.jfc.guimodel.JFCGUIElement 
     18javax.swing.JComboBox = de.ugoe.cs.quest.plugin.jfc.guimodel.JFCComboBox 
    1919javax.swing.JButton = de.ugoe.cs.quest.plugin.jfc.guimodel.JFCButton 
Note: See TracChangeset for help on using the changeset viewer.