Go to the documentation of this file.
19package org.sleuthkit.autopsy.datamodel;
21import java.lang.reflect.InvocationTargetException;
22import org.openide.nodes.PropertySupport;
32 @SuppressWarnings(
"unchecked")
34 super(name, (Class<T>)
value.getClass(), displayName, desc);
35 setValue(
"suppressCustomEditor", Boolean.TRUE);
40 public T
getValue() throws IllegalAccessException, InvocationTargetException {
NodeProperty(String name, String displayName, String desc, T value)
Copyright © 2012-2024 Sleuth Kit Labs. Generated on:
This work is licensed under a
Creative Commons Attribution-Share Alike 3.0 United States License.