property viewer More...
Classes | |
class | ColumnSelectionListener |
class | PropertyTableCellModifier |
class | PropertyTableContentProvider |
class | PropertyTableLabelProvider |
class | PropertyTableViewerSorter |
Public Member Functions | |
GrxPropertyView (String name, GrxPluginManager manager, GrxBaseViewPart vp, Composite parent) | |
constructor | |
void | registerItemChange (GrxBaseItem item, int event) |
void | setUp () |
void | shutdown () |
void | update (GrxBasePlugin plugin, Object...arg) |
void | updateTableFont () |
Static Public Attributes | |
static final String | TITLE = "Property" |
Private Member Functions | |
void | _refresh () |
refresh contents of table | |
void | _setInput (GrxBasePlugin p) |
boolean | isValidChangeValue (String key, String value) |
Private Attributes | |
final String[] | clmName_ = { MessageBundle.get("GrxPropertyView.text.name"), MessageBundle.get("GrxPropertyView.text.value") } |
GrxBasePlugin | currentPlugin_ = null |
MenuManager | menuMgr_ = new MenuManager() |
Text | nameText_ = null |
String | oldText = "" |
Table | table_ = null |
TableViewer | viewer_ = null |
property viewer
Definition at line 71 of file GrxPropertyView.java.
com.generalrobotix.ui.view.GrxPropertyView.GrxPropertyView | ( | String | name, |
GrxPluginManager | manager, | ||
GrxBaseViewPart | vp, | ||
Composite | parent | ||
) | [inline] |
void com.generalrobotix.ui.view.GrxPropertyView._refresh | ( | ) | [inline, private] |
refresh contents of table
Definition at line 439 of file GrxPropertyView.java.
void com.generalrobotix.ui.view.GrxPropertyView._setInput | ( | GrxBasePlugin | p | ) | [inline, private] |
Definition at line 423 of file GrxPropertyView.java.
boolean com.generalrobotix.ui.view.GrxPropertyView.isValidChangeValue | ( | String | key, |
String | value | ||
) | [inline, private] |
Definition at line 226 of file GrxPropertyView.java.
void com.generalrobotix.ui.view.GrxPropertyView.registerItemChange | ( | GrxBaseItem | item, |
int | event | ||
) | [inline] |
Reimplemented from com.generalrobotix.ui.GrxBaseView.
Definition at line 242 of file GrxPropertyView.java.
void com.generalrobotix.ui.view.GrxPropertyView.setUp | ( | ) | [inline] |
Reimplemented from com.generalrobotix.ui.GrxBaseView.
Definition at line 217 of file GrxPropertyView.java.
void com.generalrobotix.ui.view.GrxPropertyView.shutdown | ( | ) | [inline] |
Reimplemented from com.generalrobotix.ui.GrxBasePlugin.
Definition at line 517 of file GrxPropertyView.java.
void com.generalrobotix.ui.view.GrxPropertyView.update | ( | GrxBasePlugin | plugin, |
Object... | arg | ||
) | [inline] |
Reimplemented from com.generalrobotix.ui.GrxBaseView.
Definition at line 265 of file GrxPropertyView.java.
Reimplemented from com.generalrobotix.ui.GrxBaseView.
Definition at line 523 of file GrxPropertyView.java.
final String [] com.generalrobotix.ui.view.GrxPropertyView.clmName_ = { MessageBundle.get("GrxPropertyView.text.name"), MessageBundle.get("GrxPropertyView.text.value") } [private] |
Definition at line 84 of file GrxPropertyView.java.
Definition at line 75 of file GrxPropertyView.java.
MenuManager com.generalrobotix.ui.view.GrxPropertyView.menuMgr_ = new MenuManager() [private] |
Definition at line 86 of file GrxPropertyView.java.
Text com.generalrobotix.ui.view.GrxPropertyView.nameText_ = null [private] |
Definition at line 81 of file GrxPropertyView.java.
String com.generalrobotix.ui.view.GrxPropertyView.oldText = "" [private] |
Definition at line 82 of file GrxPropertyView.java.
Table com.generalrobotix.ui.view.GrxPropertyView.table_ = null [private] |
Definition at line 79 of file GrxPropertyView.java.
final String com.generalrobotix.ui.view.GrxPropertyView.TITLE = "Property" [static] |
Definition at line 73 of file GrxPropertyView.java.
TableViewer com.generalrobotix.ui.view.GrxPropertyView.viewer_ = null [private] |
Definition at line 77 of file GrxPropertyView.java.