Package dk.gtz.graphedit.viewmodel
Interface IInspectable
- All Known Implementing Classes:
ViewModelEdge,ViewModelVertex
public interface IInspectable
Interface for objects that can be inspected and edited with
InspectorUtils-
Method Summary
Modifier and TypeMethodDescriptionGets a list of objects that should be inspectable by anInspectorControllerview
-
Method Details
-
getInspectableObjects
List<InspectableProperty> getInspectableObjects()Gets a list of objects that should be inspectable by anInspectorControllerview- Returns:
- A list of objects
-