com.togethersoft.openapi.ide.inspector.util.table
Class PropertyTableModel.UpdateCacheCommand


private class PropertyTableModel.UpdateCacheCommand
implements Runnable


Field Summary
 private VectormyCach
           
 private IdeInspectorPropertymyProperty
           
 private intmyRow
           

Constructor Summary
PropertyTableModel.UpdateCacheCommand(IdeInspectorProperty property, int row, Vector cach)
           

Method Summary
 voidrun()
           

Field Detail

myCach

private Vector myCach

myProperty

private IdeInspectorProperty myProperty

myRow

private int myRow
Constructor Detail

PropertyTableModel.UpdateCacheCommand

public PropertyTableModel.UpdateCacheCommand(IdeInspectorProperty property, int row, Vector cach)
Method Detail

run

public void run()

Association Links

to Class com.togethersoft.openapi.ide.inspector.IdeInspectorProperty

to Class java.util.Vector