org.eclipse.cdt.debug.internal.ui.propertypages
Class ModuleProperties

java.lang.Object
  extended by org.eclipse.cdt.debug.internal.ui.propertypages.ModuleProperties

public class ModuleProperties
extends java.lang.Object

A module's properties store.


Nested Class Summary
 class ModuleProperties.Property
           
 
Field Summary
static java.lang.String BASE_ADDRESS
           
static java.lang.String CPU
           
static java.lang.String SIZE
           
static java.lang.String SYMBOLS_FILE
           
static java.lang.String SYMBOLS_LOADED
           
static java.lang.String TYPE
           
 
Method Summary
 void dispose()
           
 ModuleProperties.Property[] getProperties()
           
 java.lang.Object getProperty(java.lang.String key)
           
 boolean isDirty()
           
 void setProperty(java.lang.String key, java.lang.Object value)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

TYPE

public static final java.lang.String TYPE
See Also:
Constant Field Values

CPU

public static final java.lang.String CPU
See Also:
Constant Field Values

BASE_ADDRESS

public static final java.lang.String BASE_ADDRESS
See Also:
Constant Field Values

SIZE

public static final java.lang.String SIZE
See Also:
Constant Field Values

SYMBOLS_LOADED

public static final java.lang.String SYMBOLS_LOADED
See Also:
Constant Field Values

SYMBOLS_FILE

public static final java.lang.String SYMBOLS_FILE
See Also:
Constant Field Values
Method Detail

getProperties

public ModuleProperties.Property[] getProperties()

getProperty

public java.lang.Object getProperty(java.lang.String key)

setProperty

public void setProperty(java.lang.String key,
                        java.lang.Object value)

isDirty

public boolean isDirty()

dispose

public void dispose()