Changeset 607 for trunk/quest-plugin-jfc
- Timestamp:
- 08/24/12 11:08:37 (12 years ago)
- Location:
- trunk/quest-plugin-jfc
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/quest-plugin-jfc/data/guimappings/guimapping-argouml.txt
r588 r607 21 21 org.argouml.ui.NavigatorPane = de.ugoe.cs.quest.plugin.jfc.guimodel.JFCGUIElement 22 22 org.argouml.ui.explorer.PerspectiveComboBox = de.ugoe.cs.quest.plugin.jfc.guimodel.JFCGUIElement 23 org.argouml.ui.ArgoJMenu = de.ugoe.cs.quest.plugin.jfc.guimodel.JFCGUIElement -
trunk/quest-plugin-jfc/data/guimappings/guimapping-swing.txt
r588 r607 16 16 sun.swing.FilePane$3 = de.ugoe.cs.quest.plugin.jfc.guimodel.JFCGUIElement 17 17 javax.swing.plaf.metal.MetalComboBoxButton = de.ugoe.cs.quest.plugin.jfc.guimodel.JFCGUIElement 18 javax.swing.JComboBox = de.ugoe.cs.quest.plugin.jfc.guimodel.JFCGUIElement 18 19 javax.swing.JButton = de.ugoe.cs.quest.plugin.jfc.guimodel.JFCButton -
trunk/quest-plugin-jfc/src/main/java/de/ugoe/cs/quest/plugin/jfc/guimodel/JFCGUIElementSpec.java
r600 r607 184 184 } 185 185 } 186 187 public String toString() { 188 return "" + name.toString() + "," + elementHash.toString() + "," + type + "," + "icon"; 189 } 186 190 187 191 }
Note: See TracChangeset
for help on using the changeset viewer.