public class FixedColumn extends Object
| Modifier and Type | Field and Description |
|---|---|
protected int |
begin
Начало колонки данных в строке
|
protected int |
length
Ширина колонки
|
protected PropertyChangeSupport |
psupp |
| Constructor and Description |
|---|
FixedColumn()
Конструктор по умолчанию
|
FixedColumn(FixedColumn src)
Конструктор копирования
|
FixedColumn(int begin,
int length)
Конструктор
|
| Modifier and Type | Method and Description |
|---|---|
void |
addPropertyChangeListener(PropertyChangeListener listener) |
void |
addPropertyChangeListener(String propertyName,
PropertyChangeListener listener) |
FixedColumn |
clone()
Клонирование объекта
|
void |
firePropertyChange(PropertyChangeEvent event) |
void |
firePropertyChange(String propertyName,
Object oldValue,
Object newValue) |
int |
getBegin()
Указывает начало колонки в строке (от нуля)
|
int |
getLength()
Указывает ширину колонки в символах
|
PropertyChangeListener[] |
getPropertyChangeListeners() |
PropertyChangeListener[] |
getPropertyChangeListeners(String propertyName) |
void |
removePropertyChangeListener(PropertyChangeListener listener) |
void |
removePropertyChangeListener(String propertyName,
PropertyChangeListener listener) |
void |
setBegin(int begin)
Указывает начало колонки в строке (от нуля)
|
void |
setLength(int length)
Указывает ширину колонки в символах
|
protected final PropertyChangeSupport psupp
protected int begin
protected int length
public FixedColumn(int begin,
int length)
begin - Начало колонки в строке от нуляlength - Длинна колонки в символахpublic FixedColumn()
public FixedColumn(FixedColumn src)
src - образецpublic void addPropertyChangeListener(PropertyChangeListener listener)
public void removePropertyChangeListener(PropertyChangeListener listener)
public PropertyChangeListener[] getPropertyChangeListeners()
public void addPropertyChangeListener(String propertyName, PropertyChangeListener listener)
public void removePropertyChangeListener(String propertyName, PropertyChangeListener listener)
public PropertyChangeListener[] getPropertyChangeListeners(String propertyName)
public void firePropertyChange(String propertyName, Object oldValue, Object newValue)
public void firePropertyChange(PropertyChangeEvent event)
public int getBegin()
public void setBegin(int begin)
begin - начало колонки в строке (от нуля)public int getLength()
public void setLength(int length)
length - Ширина колонки в символахpublic FixedColumn clone()
Copyright © 2019. All rights reserved.