on.eclipse.org.eclipse.fx.ui.controls.2.1.0.source-code.controls.cssext Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of org.eclipse.fx.ui.controls Show documentation
Show all versions of org.eclipse.fx.ui.controls Show documentation
Custom JavaFX controls like a styled text component, ...
import javafx.scene.Group
package org.eclipse.fx.ui.controls {
PositionMarker extends Group styleclass position-marker {
-fx-fill default: "rgb(0, 139, 255)";
}
TabOutlineMarker extends Group styleclass tab-outline-marker {
-fx-fill default: "orange";
}
}