package org.simantics.document.server.io; public interface IListItem { boolean isSelected(); String getValue(); String getKey(); }