source: trunk/quest-plugin-jfc/data/guimappings/guimapping-swing.txt @ 585

Last change on this file since 585 was 585, checked in by sherbold, 12 years ago
  • rewrote create of GUI elements by the IGUIElementFactory implementations. We now do not require platform-specific GUI element factories. Instead, mappings files located in the folder data/guimappings that start with guimapping- and and with .txt are used to determine which classes in the GUI structure belong to which GUI elements.
  • Property svn:mime-type set to text/plain
File size: 885 bytes
Line 
1javax.swing.JPanel = de.ugoe.cs.quest.plugin.jfc.guimodel.JFCPanel
2javax.swing.JRootPane = de.ugoe.cs.quest.plugin.jfc.guimodel.JFCPanel
3javax.swing.JLayeredPane = de.ugoe.cs.quest.plugin.jfc.guimodel.JFCPanel
4javax.swing.JTabbedPane= de.ugoe.cs.quest.plugin.jfc.guimodel.JFCTabbedPane
5javax.swing.JScrollPane = de.ugoe.cs.quest.plugin.jfc.guimodel.JFCScrollPane
6javax.swing.JViewport = de.ugoe.cs.quest.plugin.jfc.guimodel.JFCPanel
7javax.swing.JScrollPane$ScrollBar = de.ugoe.cs.quest.plugin.jfc.guimodel.JFCScrollBar
8javax.swing.JMenu = de.ugoe.cs.quest.plugin.jfc.guimodel.JFCMenu
9javax.swing.JMenu$1 = de.ugoe.cs.quest.plugin.jfc.guimodel.JFCMenu
10javax.swing.JDialog = de.ugoe.cs.quest.plugin.jfc.guimodel.JFCDialog
11javax.swing.JFileChooser = de.ugoe.cs.quest.plugin.jfc.guimodel.JFCDialog
12javax.swing.plaf.metal.MetalFileChooserUI$3 = de.ugoe.cs.quest.plugin.jfc.guimodel.JFCPanel
Note: See TracBrowser for help on using the repository browser.