|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Update | |
---|---|
org.hardcode.juf | |
org.hardcode.juf.ui | |
org.hardcode.juf.update |
Uses of Update in org.hardcode.juf |
---|
Methods in org.hardcode.juf that return Update | |
---|---|
Update[] |
JUpdate.checkUpdates(java.lang.String name,
UpdateInfo clientUpdateInfo,
ProgressListener listener)
Obtiene la información del servidor sobre las actualizaciones disponibles posteriores a la versión actual |
Methods in org.hardcode.juf with parameters of type Update | |
---|---|
void |
JUpdate.doUpdate(java.util.HashMap clientStatus,
UpdateInfo clientUpdateInfo,
java.lang.String name,
Update u,
ProgressListener listener)
Realiza la actualización |
Uses of Update in org.hardcode.juf.ui |
---|
Methods in org.hardcode.juf.ui that return Update | |
---|---|
Update[] |
UpdatePanel.getSelectedUpdates()
|
Methods in org.hardcode.juf.ui with parameters of type Update | |
---|---|
void |
UpdatePanel.setModel(Update[] jupdate)
|
Uses of Update in org.hardcode.juf.update |
---|
Methods in org.hardcode.juf.update that return Update | |
---|---|
Update[] |
Updates.getUpdate()
Method getUpdate |
Update |
Updates.getUpdate(int index)
Method getUpdate |
Update |
Updates.removeUpdate(int index)
Method removeUpdate |
Methods in org.hardcode.juf.update with parameters of type Update | |
---|---|
void |
Updates.addUpdate(int index,
Update vUpdate)
Method addUpdate |
void |
Updates.addUpdate(Update vUpdate)
Method addUpdate |
void |
Updates.setUpdate(int index,
Update vUpdate)
Method setUpdate |
void |
Updates.setUpdate(Update[] updateArray)
Method setUpdate |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |