Uses of Class
org.aspectj.ajde.ui.StructureView
Packages that use StructureView
-
Uses of StructureView in org.aspectj.ajde.ui
Subclasses of StructureView in org.aspectj.ajde.uiModifier and TypeClassDescriptionclass
Should only be created by theStructureViewManager
or an equivalent factory.class
Should only be created by theStructureViewManager
or an equivalent factory.Methods in org.aspectj.ajde.ui with parameters of type StructureViewModifier and TypeMethodDescriptionboolean
StructureViewManager.deleteView(StructureView view)
void
StructureViewManager.fireNavigateBackAction(StructureView view)
void
StructureViewManager.fireNavigateForwardAction(StructureView view)
void
StructureViewManager.refreshView(StructureView view)
void
StructureViewRenderer.updateView(StructureView structureView)
Implementors should updated the display of the corresponding file structure view. -
Uses of StructureView in org.aspectj.ajde.ui.internal
Methods in org.aspectj.ajde.ui.internal with parameters of type StructureViewModifier and TypeMethodDescriptionvoid
TreeStructureViewBuilder.buildView(StructureView view, IHierarchy model)
TODO: get rid of instanceof tests -
Uses of StructureView in org.aspectj.ajde.ui.swing
Fields in org.aspectj.ajde.ui.swing declared as StructureViewMethods in org.aspectj.ajde.ui.swing with parameters of type StructureViewModifier and TypeMethodDescriptionvoid
StructureViewPanel.setCurrentView(StructureView view)
void
BrowserViewPanel.updateView(StructureView structureView)
void
StructureViewPanel.updateView(StructureView structureView)
Constructors in org.aspectj.ajde.ui.swing with parameters of type StructureViewModifierConstructorDescriptionBrowserStructureViewToolPanel(List structureViews, StructureView currentView, StructureViewPanel viewPanel)
SimpleStructureViewToolPanel(StructureView currentView)