Class and Description |
---|
common.gui.CloseableTabbedPane
use javax.swing.JTabbedPane
|
common.gui.actions.CustomAction |
common.gui.ModalJFileChooser
use GUIUtilities.showVFSFileDialog() instead
|
common.gui.SelectionListPanel
use org.gjt.sp.jedit.gui.PingPongList
|
common.swingworker.SwingWorker
use javax.swing.SwingWorker, as of Java 1.6.
|
Method and Description |
---|
common.gui.PopupList.disableKeyStrokeCycling()
As of CC 0.9.0, this method does nothing.
|
common.gui.PopupList.enableKeyStrokeCycling(String)
As of CC 0.9.0, this method does nothing.
|