|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.openoffice.ide.eclipse.core.gui.rows.LabeledRow
org.openoffice.ide.eclipse.core.gui.rows.ChoiceRow
org.openoffice.ide.eclipse.core.gui.rows.AbstractConfigRow
org.openoffice.ide.eclipse.core.gui.rows.SdkRow
public class SdkRow
Row displaying the selection of an SDK instance.
Field Summary |
---|
Fields inherited from class org.openoffice.ide.eclipse.core.gui.rows.LabeledRow |
---|
LAYOUT_COLUMNS, mBrowse, mField, mLabel, mListener, mProperty |
Constructor Summary | |
---|---|
SdkRow(org.eclipse.swt.widgets.Composite pParent,
java.lang.String pProperty,
ISdk pToSelect)
Constructor. |
Method Summary | |
---|---|
protected void |
addListener(IConfigListener pConfigListener)
Add the configuration listener to the correct configuration container. |
protected AbstractTable |
createTable(org.eclipse.swt.widgets.Composite pParent)
Create the table to show the configuration elements in the dialog. |
protected java.lang.String[] |
getConfigValues()
|
protected java.lang.String |
getElementName(java.lang.Object pToSelect)
Computes the name to use to select the given object. |
protected java.lang.String |
getRowLabel()
|
protected java.lang.String |
getTableDialogTitle()
|
protected void |
removeListener(IConfigListener pConfigListener)
Remove the configuration listener from the correct configuration container. |
protected void |
savePreferences()
Save the configuration element preferences. |
Methods inherited from class org.openoffice.ide.eclipse.core.gui.rows.AbstractConfigRow |
---|
dispose |
Methods inherited from class org.openoffice.ide.eclipse.core.gui.rows.ChoiceRow |
---|
add, add, add, add, addAll, getItem, getItemCount, getValue, getValue, remove, remove, remove, removeAll, select, select, setBrowseSelectionListener |
Methods inherited from class org.openoffice.ide.eclipse.core.gui.rows.LabeledRow |
---|
addBrowseSelectionListener, createContent, fillRow, fireFieldChangedEvent, getLabel, getProperty, removeFieldChangedlistener, setEnabled, setFieldChangedListener, setLabel, setTooltip, setVisible |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SdkRow(org.eclipse.swt.widgets.Composite pParent, java.lang.String pProperty, ISdk pToSelect)
pParent
- the composite where to create the rowpProperty
- the property for the row eventspToSelect
- the configuration element to select firstMethod Detail |
---|
protected void addListener(IConfigListener pConfigListener)
addListener
in class AbstractConfigRow
pConfigListener
- the listener to addprotected void removeListener(IConfigListener pConfigListener)
removeListener
in class AbstractConfigRow
pConfigListener
- the listener to removeprotected AbstractTable createTable(org.eclipse.swt.widgets.Composite pParent)
createTable
in class AbstractConfigRow
pParent
- the parent for the table.
protected java.lang.String[] getConfigValues()
getConfigValues
in class AbstractConfigRow
protected java.lang.String getRowLabel()
getRowLabel
in class AbstractConfigRow
protected java.lang.String getElementName(java.lang.Object pToSelect)
getElementName
in class AbstractConfigRow
pToSelect
- the configuration object for which to get the name
protected java.lang.String getTableDialogTitle()
getTableDialogTitle
in class AbstractConfigRow
protected void savePreferences()
savePreferences
in class AbstractConfigRow
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |