Uses of Class
adams.gui.core.AbstractNamedHistoryPanel.AbstractHistoryEntryFrame
-
Packages that use AbstractNamedHistoryPanel.AbstractHistoryEntryFrame Package Description adams.gui.core adams.gui.help -
-
Uses of AbstractNamedHistoryPanel.AbstractHistoryEntryFrame in adams.gui.core
Subclasses of AbstractNamedHistoryPanel.AbstractHistoryEntryFrame in adams.gui.core Modifier and Type Class Description static class
BufferHistoryPanel.BufferFrame
A specialized frame class for displaying a StringBuilder in a BaseTextArea.Methods in adams.gui.core that return AbstractNamedHistoryPanel.AbstractHistoryEntryFrame Modifier and Type Method Description AbstractNamedHistoryPanel.AbstractHistoryEntryFrame<T>
AbstractNamedHistoryPanel.FrameDisplaySupporter. getFrame(String name)
Returns the frame associated with the entry.AbstractNamedHistoryPanel.AbstractHistoryEntryFrame<T>
AbstractNamedHistoryPanel.FrameDisplaySupporter. newFrame(String name)
Creates a new frame for the entry. -
Uses of AbstractNamedHistoryPanel.AbstractHistoryEntryFrame in adams.gui.help
Subclasses of AbstractNamedHistoryPanel.AbstractHistoryEntryFrame in adams.gui.help Modifier and Type Class Description static class
HelpHistoryPanel.SingleHelpFrame
A specialized frame class for displaying a StringBuilder in a BaseTextArea.
-