]> gerrit.simantics Code Review - simantics/platform.git/blob - IconButtonResult.java
056e232e0e6c26c8be5d5cae72ff278c312b026f
[simantics/platform.git] / IconButtonResult.java
1 package org.simantics.diagram.profile;
2
3 import org.simantics.db.layer0.variable.Variable;
4
5
6 public interface IconButtonResult {
7
8         public IconButtonState getState();
9         public Variable getProperty();
10         
11 }