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
All Methods Instance Methods Concrete Methods 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
-
-
-
-
Method Detail
-
setString
public void setString(String str)
-
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()
-
-