Last change
on this file since 586 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 | |
---|
1 | javax.swing.JPanel = de.ugoe.cs.quest.plugin.jfc.guimodel.JFCPanel |
---|
2 | javax.swing.JRootPane = de.ugoe.cs.quest.plugin.jfc.guimodel.JFCPanel |
---|
3 | javax.swing.JLayeredPane = de.ugoe.cs.quest.plugin.jfc.guimodel.JFCPanel |
---|
4 | javax.swing.JTabbedPane= de.ugoe.cs.quest.plugin.jfc.guimodel.JFCTabbedPane |
---|
5 | javax.swing.JScrollPane = de.ugoe.cs.quest.plugin.jfc.guimodel.JFCScrollPane |
---|
6 | javax.swing.JViewport = de.ugoe.cs.quest.plugin.jfc.guimodel.JFCPanel |
---|
7 | javax.swing.JScrollPane$ScrollBar = de.ugoe.cs.quest.plugin.jfc.guimodel.JFCScrollBar |
---|
8 | javax.swing.JMenu = de.ugoe.cs.quest.plugin.jfc.guimodel.JFCMenu |
---|
9 | javax.swing.JMenu$1 = de.ugoe.cs.quest.plugin.jfc.guimodel.JFCMenu |
---|
10 | javax.swing.JDialog = de.ugoe.cs.quest.plugin.jfc.guimodel.JFCDialog |
---|
11 | javax.swing.JFileChooser = de.ugoe.cs.quest.plugin.jfc.guimodel.JFCDialog |
---|
12 | javax.swing.plaf.metal.MetalFileChooserUI$3 = de.ugoe.cs.quest.plugin.jfc.guimodel.JFCPanel |
---|
Note: See
TracBrowser
for help on using the repository browser.