|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectde.cau.cs.kieler.kiml.ui.views.LayoutPropertySourceProvider
public class LayoutPropertySourceProvider
A property source provider used by the layout view.
Constructor Summary | |
---|---|
LayoutPropertySourceProvider()
|
Method Summary | |
---|---|
LayoutContext |
getContext()
Return a layout context for the current selection. |
IPropertySource |
getPropertySource(Object object)
|
IWorkbenchPart |
getWorkbenchPart()
Return the currently tracked workbench part. |
boolean |
hasContent()
Determine whether the property source provider has any cached content. |
void |
resetContext()
Reset the cached content of this property source provider, so new property sources will be created on request. |
void |
resetContext(IWorkbenchPart theworkbenchPart)
Reset the cached content and set up for a new workbench part. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public LayoutPropertySourceProvider()
Method Detail |
---|
public void resetContext()
public void resetContext(IWorkbenchPart theworkbenchPart)
theworkbenchPart
- a workbench part, or null
public IPropertySource getPropertySource(Object object)
getPropertySource
in interface IPropertySourceProvider
public IWorkbenchPart getWorkbenchPart()
public LayoutContext getContext()
public boolean hasContent()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |