/** The action of the table loosing the focus. */ public void segmentTable_focusLost(FocusEvent e) { segmentTable.clearSelection(); }
/** Hides all selections. */ public void hideSelect() { segmentTable.clearSelection(); }
/** The action of the table gaining the focus. */ public void segmentTable_focusGained(FocusEvent e) { segmentTable.clearSelection(); notifyListeners(); }
/** Resets the contents of this MemorySegmentComponent. */ public void reset() { segmentTable.clearSelection(); hideFlash(); hideHighlight(); }