Package org.minifx.workbench.spring
Class BeanInformationExtractorImpl
- java.lang.Object
-
- org.minifx.workbench.spring.BeanInformationExtractorImpl
-
- All Implemented Interfaces:
BeanInformationExtractor
public class BeanInformationExtractorImpl extends java.lang.Object implements BeanInformationExtractor
-
-
Constructor Summary
Constructors Constructor Description BeanInformationExtractorImpl(BeanInformationRepository beanInformationRepository)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DisplayProperties
displayPropertiesFrom(java.lang.Object view, Purpose purpose)
javafx.scene.paint.Color
iconColor(java.lang.Object view)
int
orderFrom(java.lang.Object view)
-
-
-
Constructor Detail
-
BeanInformationExtractorImpl
public BeanInformationExtractorImpl(BeanInformationRepository beanInformationRepository)
-
-
Method Detail
-
displayPropertiesFrom
public DisplayProperties displayPropertiesFrom(java.lang.Object view, Purpose purpose)
- Specified by:
displayPropertiesFrom
in interfaceBeanInformationExtractor
-
iconColor
public javafx.scene.paint.Color iconColor(java.lang.Object view)
- Specified by:
iconColor
in interfaceBeanInformationExtractor
-
orderFrom
public int orderFrom(java.lang.Object view)
- Specified by:
orderFrom
in interfaceBeanInformationExtractor
-
-