public class FXColorPicker extends java.lang.Object implements IPropertyChangeNotifier
Constructor and Description |
---|
FXColorPicker(Composite parent) |
Modifier and Type | Method and Description |
---|---|
void |
addPropertyChangeListener(java.beans.PropertyChangeListener listener) |
protected Control |
createControl(Composite parent) |
javafx.scene.paint.Color |
getColor() |
Control |
getControl() |
protected static javafx.scene.paint.Color |
pickColor(Shell shell,
javafx.scene.paint.Color initial) |
void |
removePropertyChangeListener(java.beans.PropertyChangeListener listener) |
void |
setColor(javafx.scene.paint.Color color) |
public FXColorPicker(Composite parent)
public Control getControl()
protected static javafx.scene.paint.Color pickColor(Shell shell, javafx.scene.paint.Color initial)
public void setColor(javafx.scene.paint.Color color)
public javafx.scene.paint.Color getColor()
public void addPropertyChangeListener(java.beans.PropertyChangeListener listener)
addPropertyChangeListener
in interface IPropertyChangeNotifier
public void removePropertyChangeListener(java.beans.PropertyChangeListener listener)
removePropertyChangeListener
in interface IPropertyChangeNotifier
Copyright (c) 2014 itemis AG and others. All rights reserved.