Interface IAdjustable
.NET interface skeleton to be manually developed following https://docs.oracle.com/javase/8/docs/api/java/awt/Adjustable.html
public interface IAdjustable
Properties
BlockIncrement
https://docs.oracle.com/javase/8/docs/api/java/awt/Adjustable.html#getBlockIncrement-- https://docs.oracle.com/javase/8/docs/api/java/awt/Adjustable.html#setBlockIncrement-int-
int BlockIncrement { get; set; }
Property Value
Maximum
https://docs.oracle.com/javase/8/docs/api/java/awt/Adjustable.html#getMaximum-- https://docs.oracle.com/javase/8/docs/api/java/awt/Adjustable.html#setMaximum-int-
int Maximum { get; set; }
Property Value
Minimum
https://docs.oracle.com/javase/8/docs/api/java/awt/Adjustable.html#getMinimum-- https://docs.oracle.com/javase/8/docs/api/java/awt/Adjustable.html#setMinimum-int-
int Minimum { get; set; }
Property Value
Orientation
int Orientation { get; }
Property Value
UnitIncrement
https://docs.oracle.com/javase/8/docs/api/java/awt/Adjustable.html#getUnitIncrement-- https://docs.oracle.com/javase/8/docs/api/java/awt/Adjustable.html#setUnitIncrement-int-
int UnitIncrement { get; set; }
Property Value
Value
https://docs.oracle.com/javase/8/docs/api/java/awt/Adjustable.html#getValue-- https://docs.oracle.com/javase/8/docs/api/java/awt/Adjustable.html#setValue-int-
int Value { get; set; }
Property Value
VisibleAmount
https://docs.oracle.com/javase/8/docs/api/java/awt/Adjustable.html#getVisibleAmount-- https://docs.oracle.com/javase/8/docs/api/java/awt/Adjustable.html#setVisibleAmount-int-
int VisibleAmount { get; set; }
Property Value
Methods
AddAdjustmentListener(AdjustmentListener)
void AddAdjustmentListener(AdjustmentListener arg0)
Parameters
RemoveAdjustmentListener(AdjustmentListener)
void RemoveAdjustmentListener(AdjustmentListener arg0)