net.sourceforge.atunes.gui.views.controls.playList
Class ColumnBean

java.lang.Object
  extended by net.sourceforge.atunes.gui.views.controls.playList.ColumnBean

public class ColumnBean
extends java.lang.Object

This class represents information about a column to be saved into application settings.

Author:
alex

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

ColumnBean

public ColumnBean()
Method Detail

getOrder

public int getOrder()
Gets the order.

Returns:
the order

getWidth

public int getWidth()
Gets the width.

Returns:
the width

isVisible

public boolean isVisible()
Checks if is visible.

Returns:
the visible

setOrder

public void setOrder(int order)
Sets the order.

Parameters:
order - the order to set

setVisible

public void setVisible(boolean visible)
Sets the visible.

Parameters:
visible - the visible to set

setWidth

public void setWidth(int width)
Sets the width.

Parameters:
width - the width to set


Copyright © 2006-2008 The aTunes Team. All Rights Reserved.