com.ihr.xbrl.gui.interfaces
Interface DTSLoadingBarInterface


public interface DTSLoadingBarInterface

Author:
Ignacio

Method Summary
 int getValue()
          Access to the status bar value.
 boolean isVisible()
           
 void setContainer(DTSContainer container)
          Sets the container this loading bar is going to work with.
 void setMessage(java.lang.String msg, java.lang.String toolTipText)
          Sets a new message in the label at the bottom
 void setValue(int value)
          Value must be an integer between 0 and 100 if it is in the range 1-99 then the ying yang sign will be visible on the right
 void setVisible(boolean b)
           
 

Method Detail

setMessage

void setMessage(java.lang.String msg,
                java.lang.String toolTipText)
Sets a new message in the label at the bottom

Parameters:
msg - String
toolTipText - String

setValue

void setValue(int value)
Value must be an integer between 0 and 100 if it is in the range 1-99 then the ying yang sign will be visible on the right

Parameters:
value -

isVisible

boolean isVisible()
Returns:
boolean value

setVisible

void setVisible(boolean b)
Parameters:
b - boolean value

setContainer

void setContainer(DTSContainer container)
Sets the container this loading bar is going to work with. Setting it to null disables the Stop button. Setting it to not null enables the stop button.

Parameters:
container -

getValue

int getValue()
Access to the status bar value. This is a value between 0 and 100

Returns:
integer


Copyright 2006-2009 Reporting Standard S.L., C/ Torrecilla del Puerto 1, 28043, Madrid, Espaņa