Class JProgressBar
java.lang.Object
com.vuze.plugins.mlab.tools.ndt.swingemu.Component
com.vuze.plugins.mlab.tools.ndt.swingemu.JProgressBar
public class JProgressBar extends Component
-
Constructor Summary
Constructors Constructor Description JProgressBar()
-
Method Summary
Modifier and Type Method Description boolean
isIndeterminate()
void
setIndeterminate(boolean b)
void
setMaximum(int i)
void
setMinimum(int i)
void
setString(String str)
void
setStringPainted(boolean b)
void
setValue(int i)
Methods inherited from class com.vuze.plugins.mlab.tools.ndt.swingemu.Component
add, add, add, addMouseListener, addWindowListener, getToolkit, pack, repaint, setBorder, setCursor, setEditable, setEnabled, setForeground, setLayout, setLayout, setPreferredSize, setResizable, setSize, setTitle, setVisible
-
Constructor Details
-
JProgressBar
public JProgressBar()
-
-
Method Details
-
setString
-
setValue
public void setValue(int i) -
setMinimum
public void setMinimum(int i) -
setMaximum
public void setMaximum(int i) -
setStringPainted
public void setStringPainted(boolean b) -
setIndeterminate
public void setIndeterminate(boolean b) -
isIndeterminate
public boolean isIndeterminate()
-