|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.tbee.swing.ProgressMonitorMulti
public class ProgressMonitorMulti
Replacement for Swing's ProgressMonitor
| Field Summary | |
|---|---|
static String |
CANCELLABLE_PROPERTY_ID
|
static String |
COMPONENT_PROPERTY_ID
|
static String |
MESSAGE_PROPERTY_ID
|
static String |
MILLISTODECIDETOPOPUP_PROPERTY_ID
|
static String |
MILLISTOPOPUP_PROPERTY_ID
|
static String |
MODALITYTYPE_PROPERTY_ID
|
static String |
NumberOfProgessBars_PROPERTY_ID
|
| Constructor Summary | |
|---|---|
ProgressMonitorMulti(Component parentComponent,
String message,
int number)
|
|
| Method Summary | |
|---|---|
void |
close()
Indicate that the operation is complete. |
boolean |
getCancellable()
Cancellable: |
Component |
getComponent()
Component: |
String |
getMessage()
Message: the progress message |
int |
getMillisToDecideToPopup()
MillisToDecideToPopup: NOT USED!! the amount of time this object waits before deciding whether or not to popup a progress monitor |
int |
getMillisToPopup()
MillisToPopup: Specifies the amount of time it will take for the popup to appear. |
Dialog.ModalityType |
getModalityType()
ModalityType: beware, this may block! |
int |
getNumberOfProgessBars()
NumberOfProgessBars: |
nl.knowledgeplaza.util.ProgressListener |
getProgressListener(int idx)
ProgressListeners |
boolean |
isCanceled()
Returns true if the user hits the Cancel button in the progress dialog. |
void |
setCancellable(boolean value)
|
void |
setComponent(Component value)
|
void |
setMessage(String value)
|
void |
setMillisToDecideToPopup(int value)
|
void |
setMillisToPopup(int value)
|
void |
setModalityType(Dialog.ModalityType value)
|
void |
setNumberOfProgessBars(int value)
|
ProgressMonitorMulti |
showImmediately()
|
ProgressMonitorMulti |
startTimer()
|
ProgressMonitorMulti |
stopTimer()
|
ProgressMonitorMulti |
withCancellable(boolean value)
|
ProgressMonitorMulti |
withComponent(Component value)
|
ProgressMonitorMulti |
withMessage(String value)
|
ProgressMonitorMulti |
withMillisToDecideToPopup(int value)
|
ProgressMonitorMulti |
withMillisToPopup(int value)
|
ProgressMonitorMulti |
withModalityType(Dialog.ModalityType value)
|
ProgressMonitorMulti |
withNumberOfProgessBars(int value)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final String COMPONENT_PROPERTY_ID
public static final String MILLISTODECIDETOPOPUP_PROPERTY_ID
public static final String MILLISTOPOPUP_PROPERTY_ID
public static final String MESSAGE_PROPERTY_ID
public static final String NumberOfProgessBars_PROPERTY_ID
public static final String MODALITYTYPE_PROPERTY_ID
public static final String CANCELLABLE_PROPERTY_ID
| Constructor Detail |
|---|
public ProgressMonitorMulti(Component parentComponent,
String message,
int number)
parentComponent - message - | Method Detail |
|---|
public Component getComponent()
public void setComponent(Component value)
public ProgressMonitorMulti withComponent(Component value)
public int getMillisToDecideToPopup()
public void setMillisToDecideToPopup(int value)
public ProgressMonitorMulti withMillisToDecideToPopup(int value)
public int getMillisToPopup()
public void setMillisToPopup(int value)
public ProgressMonitorMulti withMillisToPopup(int value)
public String getMessage()
public void setMessage(String value)
public ProgressMonitorMulti withMessage(String value)
public int getNumberOfProgessBars()
public void setNumberOfProgessBars(int value)
public ProgressMonitorMulti withNumberOfProgessBars(int value)
public Dialog.ModalityType getModalityType()
public void setModalityType(Dialog.ModalityType value)
public ProgressMonitorMulti withModalityType(Dialog.ModalityType value)
public ProgressMonitorMulti stopTimer()
public ProgressMonitorMulti startTimer()
public nl.knowledgeplaza.util.ProgressListener getProgressListener(int idx)
public void close()
public boolean isCanceled()
public boolean getCancellable()
public void setCancellable(boolean value)
public ProgressMonitorMulti withCancellable(boolean value)
public ProgressMonitorMulti showImmediately()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||