|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
|
+--com.tssap.util.ui.AbstractEditable
|
+--com.tssap.util.ui.reuse.GenericComponent
| Method Summary | |
boolean |
addModifyListener(org.eclipse.swt.events.ModifyListener modifyListener)
Register listener, interested in (modifications) modify events |
boolean |
addSelectionListener(org.eclipse.swt.events.SelectionListener selectionListener)
Register listener, interested in selection event |
org.eclipse.swt.widgets.Control |
createPartControl(org.eclipse.swt.widgets.Composite parent)
Creates and initializes the control |
org.eclipse.swt.widgets.Control |
createPartControl(IGridLayoutPane glp)
Initializes component's UI. |
org.eclipse.swt.widgets.Control |
createPartControl(IGridLayoutPane glp,
boolean grabHorizontal,
boolean grabVertical)
|
java.lang.String |
getTitle()
|
IGridLayoutPane |
getUserAreaGridLayoutPane()
Gets the userAreaGridLayoutPane. |
boolean |
isComposable()
Method isComposable. |
boolean |
isEnabled()
Receive the component's enabled state. |
void |
refresh()
Update component's UI |
boolean |
removeModifyListener(org.eclipse.swt.events.ModifyListener modifyListener)
|
boolean |
removeSelectionListener(org.eclipse.swt.events.SelectionListener selectionListener)
|
void |
setEnabled(boolean enabled)
Set whether or not the component and all its subcomponents are enabled. |
void |
setTitle(java.lang.String title)
Change title text. |
| Methods inherited from class com.tssap.util.ui.AbstractEditable |
isEditable, setEditable |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface com.tssap.util.ui.glpc.IGridLayoutPaneContainer |
getUserGridNumOfColumns, initContainer, isUserGridEqualColSize |
| Methods inherited from interface com.tssap.util.ui.IEditable |
isEditable, setEditable |
| Method Detail |
public final org.eclipse.swt.widgets.Control createPartControl(IGridLayoutPane glp,
boolean grabHorizontal,
boolean grabVertical)
createPartControl in interface IGenericComponentIGenericComponent.createPartControl(com.tssap.util.ui.pane.IGridLayoutPane, boolean, boolean)public final org.eclipse.swt.widgets.Control createPartControl(IGridLayoutPane glp)
IGenericComponentcreatePartControl in interface IGenericComponentcom.tssap.util.ui.reuse.IReuseable#createPartControl(IGridLayoutPane)public final org.eclipse.swt.widgets.Control createPartControl(org.eclipse.swt.widgets.Composite parent)
IReuseablecreatePartControl in interface IReuseableIReuseable.createPartControl(Composite)public java.lang.String getTitle()
getTitle in interface IGenericComponentIGenericComponent.getTitle()public void setTitle(java.lang.String title)
IGenericComponentsetTitle in interface IGenericComponentIGenericComponent.setTitle(String)public boolean addSelectionListener(org.eclipse.swt.events.SelectionListener selectionListener)
IGenericComponentaddSelectionListener in interface IGenericComponentIGenericComponent.addSelectionListener(SelectionListener)public boolean removeSelectionListener(org.eclipse.swt.events.SelectionListener selectionListener)
removeSelectionListener in interface IGenericComponentIGenericComponent.removeSelectionListener(SelectionListener)public boolean addModifyListener(org.eclipse.swt.events.ModifyListener modifyListener)
IGenericComponentaddModifyListener in interface IGenericComponentIGenericComponent.addModifyListener(ModifyListener)public boolean removeModifyListener(org.eclipse.swt.events.ModifyListener modifyListener)
removeModifyListener in interface IGenericComponentIGenericComponent.removeModifyListener(ModifyListener)public final IGridLayoutPane getUserAreaGridLayoutPane()
public final boolean isComposable()
public void refresh()
IGenericComponentrefresh in interface IGenericComponentpublic boolean isEnabled()
IReuseableisEnabled in interface IReuseableIReuseable.isEnabled()public void setEnabled(boolean enabled)
IReuseablesetEnabled in interface IReuseableIReuseable.setEnabled(boolean)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||