Uses of Class
adams.gui.core.BufferHistoryPanel.BufferFrame
-
Packages that use BufferHistoryPanel.BufferFrame Package Description adams.gui.core -
-
Uses of BufferHistoryPanel.BufferFrame in adams.gui.core
Fields in adams.gui.core with type parameters of type BufferHistoryPanel.BufferFrame Modifier and Type Field Description protected Hashtable<String,BufferHistoryPanel.BufferFrame>
BufferHistoryPanel. m_Frames
the frames that are being displayed.Methods in adams.gui.core that return BufferHistoryPanel.BufferFrame Modifier and Type Method Description BufferHistoryPanel.BufferFrame
BufferHistoryPanel. getFrame(String name)
Returns the frame associated with the entry.BufferHistoryPanel.BufferFrame
BufferHistoryPanel. newFrame(String name)
Creates a new frame for the entry.
-