mirror of
https://github.com/overcuriousity/autopsy-flatpak.git
synced 2025-07-12 16:06:15 +00:00
6457 add comment
This commit is contained in:
parent
4a7a425b81
commit
fe27321e8f
@ -80,8 +80,17 @@ public final class DiscoveryTopComponent extends TopComponent {
|
|||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
final class BasicSplitPaneDividerImpl extends BasicSplitPaneDivider {
|
/**
|
||||||
|
* Private class for replacing the divider for the results split pane.
|
||||||
|
*/
|
||||||
|
private final class BasicSplitPaneDividerImpl extends BasicSplitPaneDivider {
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Construct a new BasicSplitPaneDividerImpl.
|
||||||
|
*
|
||||||
|
* @param ui The component which contains the split pane this divider is
|
||||||
|
* in.
|
||||||
|
*/
|
||||||
BasicSplitPaneDividerImpl(BasicSplitPaneUI ui) {
|
BasicSplitPaneDividerImpl(BasicSplitPaneUI ui) {
|
||||||
super(ui);
|
super(ui);
|
||||||
this.setLayout(new BorderLayout());
|
this.setLayout(new BorderLayout());
|
||||||
@ -100,7 +109,7 @@ public final class DiscoveryTopComponent extends TopComponent {
|
|||||||
return (DiscoveryTopComponent) WindowManager.getDefault().findTopComponent(PREFERRED_ID);
|
return (DiscoveryTopComponent) WindowManager.getDefault().findTopComponent(PREFERRED_ID);
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Reset the top component so it isn't displaying any results.
|
* Reset the top component so it isn't displaying any results.
|
||||||
*/
|
*/
|
||||||
public void resetTopComponent() {
|
public void resetTopComponent() {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user