Java:Adjustable
De W3API
Contenido |
[editar] Descripcion
Interface para los objetos que tienen un valor numérico ajustable dentro de un rango limitado de valores. Como podrían ser las barras de scroll.
[editar] Sintaxis
public interface Adjustable
[editar] Ejemplo
[editar] Campos
[editar] Constuctores
- No tiene
[editar] Metodos
- addAdjustmentListener()
- getBlockIncrement()
- getMaximum()
- getMinimum()
- getOrientation()
- getUnitIncrement()
- getValue()
- getVisibleAmount()
- removeAdjustmentListener()
- setBlockIncrement()
- setMaximum()
- setMinimum()
- setUnitIncrement()
- setValue()
- setVisibleAmount()