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 anInspectorController
view
-
Method Details
-
getInspectableObjects
List<InspectableProperty> getInspectableObjects()Gets a list of objects that should be inspectable by anInspectorController
view- Returns:
- A list of objects
-