|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sourceforge.atunes.gui.views.controls.playList.ColumnBean
public class ColumnBean
This class represents information about a column to be saved into application settings.
Constructor Summary | |
---|---|
ColumnBean()
|
Method Summary | |
---|---|
int |
getOrder()
Gets the order. |
int |
getWidth()
Gets the width. |
boolean |
isVisible()
Checks if is visible. |
void |
setOrder(int order)
Sets the order. |
void |
setVisible(boolean visible)
Sets the visible. |
void |
setWidth(int width)
Sets the width. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ColumnBean()
Method Detail |
---|
public int getOrder()
public int getWidth()
public boolean isVisible()
public void setOrder(int order)
order
- the order to setpublic void setVisible(boolean visible)
visible
- the visible to setpublic void setWidth(int width)
width
- the width to set
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |