| graphical.IconInternalWindow components.RDPropertyWindow
Constructor Summary | |
public | RDPropertyWindow(int x, int y, int w, int h, String url, String classification, boolean editableWindow, Schema schema, Taxonomy taxonomy, CSID csidIn, CSID csidOut, String CGILocationIn, String CGILocationOut, WindowTiler windowTiler) |
Method Summary | |
public int | checkForUnsavedChanges() Will determine whether or not the RD has been changed. | public void | deleteRow() deleteCommand - Delete selected entries. | public void | getAllRD(String url) getAllRD - Get all the RD fields for a specific URL and load
into the properties grid. | public void | insertRow() insertCommand - Insert a new row after selected entries. | public void | performCommand(String command, Object arg) performCommand - handle menu events. | public void | populateGrid() populateGrid - Get current display option and refresh grid. | public String | saveCommand() saveCommand - Save RD. | public void | selectAll(boolean select) selectAll - Select/Unselect all entries. | public void | setNewClass(String classification) | public void | setNewRD(String url, String classification) setNewRD - redisplay window with new resource description. | public void | setUpdateCommand(String updateCommand) setUpdateCommand - set DB Update command. | public void | setUpdateTarget(Target target) setUpdateTarget - set DB Update target. |
RDPropertyWindow | public RDPropertyWindow(int x, int y, int w, int h, String url, String classification, boolean editableWindow, Schema schema, Taxonomy taxonomy, CSID csidIn, CSID csidOut, String CGILocationIn, String CGILocationOut, WindowTiler windowTiler)(Code) | | |
checkForUnsavedChanges | public int checkForUnsavedChanges()(Code) | | Will determine whether or not the RD has been changed.
|
deleteRow | public void deleteRow()(Code) | | deleteCommand - Delete selected entries. If it is a multiple value,
the row is deleted. If it is the first entry, the value is deleted
but the row remains. (MCW)
|
getAllRD | public void getAllRD(String url)(Code) | | getAllRD - Get all the RD fields for a specific URL and load
into the properties grid. (MCW)
|
insertRow | public void insertRow()(Code) | | insertCommand - Insert a new row after selected entries. (MCW)
|
performCommand | public void performCommand(String command, Object arg)(Code) | | performCommand - handle menu events. (MCW)
|
populateGrid | public void populateGrid()(Code) | | populateGrid - Get current display option and refresh grid. (MCW)
|
saveCommand | public String saveCommand()(Code) | | saveCommand - Save RD. (MCW)
|
selectAll | public void selectAll(boolean select)(Code) | | selectAll - Select/Unselect all entries. (MCW)
|
setNewClass | public void setNewClass(String classification)(Code) | | setNewClass - RD Editor has changed the classification, this notifies the RD
the RD PropertyWindow
|
setNewRD | public void setNewRD(String url, String classification)(Code) | | setNewRD - redisplay window with new resource description. (MCW)
|
setUpdateCommand | public void setUpdateCommand(String updateCommand)(Code) | | setUpdateCommand - set DB Update command.
|
setUpdateTarget | public void setUpdateTarget(Target target)(Code) | | setUpdateTarget - set DB Update target.
|
|
|