|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object java.util.AbstractCollection<E> java.util.AbstractList<java.lang.Object> thinwire.util.ArrayGrid.Column thinwire.ui.layout.TableLayout.Column
public static final class TableLayout.Column
Field Summary |
---|
Fields inherited from class java.util.AbstractList |
---|
modCount |
Constructor Summary | |
---|---|
TableLayout.Column()
|
|
TableLayout.Column(double width)
|
Method Summary | |
---|---|
double |
getWidth()
|
boolean |
isVisible()
|
void |
setVisible(boolean visible)
|
void |
setWidth(double width)
|
Methods inherited from class thinwire.util.ArrayGrid.Column |
---|
add, get, getIndex, getName, getParent, remove, set, setName, size |
Methods inherited from class java.util.AbstractList |
---|
add, addAll, clear, equals, hashCode, indexOf, iterator, lastIndexOf, listIterator, listIterator, removeRange, subList |
Methods inherited from class java.util.AbstractCollection |
---|
addAll, contains, containsAll, isEmpty, remove, removeAll, retainAll, toArray, toArray, toString |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Methods inherited from interface java.util.List |
---|
add, addAll, addAll, clear, contains, containsAll, equals, hashCode, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, removeAll, retainAll, subList, toArray, toArray |
Constructor Detail |
---|
public TableLayout.Column()
public TableLayout.Column(double width)
Method Detail |
---|
public double getWidth()
public void setWidth(double width)
public boolean isVisible()
public void setVisible(boolean visible)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |