1
0
mirror of https://github.com/elisspace/autopsy.git synced 2026-09-04 06:50:00 +00:00

2647 javadoc update to DataContentViewer

This commit is contained in:
William Schaefer
2017-06-01 15:26:58 -04:00
parent c127cb221c
commit 6c001c0746

View File

@@ -27,6 +27,10 @@ import org.openide.nodes.Node;
* some form of JPanel. We find it easiest to use the NetBeans IDE to first make
* a "JPanel Form" class and then have it implement DataContentViewer. This
* allows you to easily use the UI builder for the layout.
*
* DataContentViewer panels should handle their own vertical scrolling, the horizontal
* scrolling when under their panel's preffered size will be handled by the DataContentPanel
* which contains them.
*/
public interface DataContentViewer {