java.lang.Object
org.jhotdraw8.fxcontrols.fontchooser.FontCollection
FontCollection.
- Author:
- Werner Randelshofer
-
Property Summary
PropertiesTypePropertyDescriptionjavafx.beans.property.StringPropertyjavafx.beans.property.BooleanProperty -
Constructor Summary
ConstructorsConstructorDescriptionFontCollection(String name, boolean isSmart, List<FontFamily> families) FontCollection(String name, List<FontFamily> families) -
Method Summary
Modifier and TypeMethodDescriptionjavafx.collections.ObservableList<FontFamily> getName()Gets the value of thenameproperty.booleanGets the value of thesmartCollectionproperty.javafx.beans.property.StringPropertyvoidSets the value of thenameproperty.voidsetSmartCollection(boolean value) Sets the value of thesmartCollectionproperty.javafx.beans.property.BooleanPropertytoString()
-
Property Details
-
name
public javafx.beans.property.StringProperty nameProperty- See Also:
-
smartCollection
public javafx.beans.property.BooleanProperty smartCollectionProperty- See Also:
-
-
Constructor Details
-
FontCollection
public FontCollection() -
FontCollection
-
FontCollection
-
-
Method Details
-
getFamilies
-
getName
Gets the value of thenameproperty.- Property description:
- Returns:
- the value of the
nameproperty - See Also:
-
setName
Sets the value of thenameproperty.- Property description:
- Parameters:
value- the value for thenameproperty- See Also:
-
isSmartCollection
public boolean isSmartCollection()Gets the value of thesmartCollectionproperty.- Property description:
- Returns:
- the value of the
smartCollectionproperty - See Also:
-
setSmartCollection
public void setSmartCollection(boolean value) Sets the value of thesmartCollectionproperty.- Property description:
- Parameters:
value- the value for thesmartCollectionproperty- See Also:
-
nameProperty
public javafx.beans.property.StringProperty nameProperty()- Returns:
- the
nameproperty - See Also:
-
smartCollectionProperty
public javafx.beans.property.BooleanProperty smartCollectionProperty()- Returns:
- the
smartCollectionproperty - See Also:
-
toString
-