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 TypeClassDescriptionclassShould only be created by theStructureViewManageror an equivalent factory.classShould only be created by theStructureViewManageror an equivalent factory.Methods in org.aspectj.ajde.ui with parameters of type StructureViewModifier and TypeMethodDescriptionbooleanStructureViewManager.deleteView(StructureView view) voidStructureViewManager.fireNavigateBackAction(StructureView view) voidStructureViewManager.fireNavigateForwardAction(StructureView view) voidStructureViewManager.refreshView(StructureView view) voidStructureViewRenderer.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 TypeMethodDescriptionvoidTreeStructureViewBuilder.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 TypeMethodDescriptionvoidStructureViewPanel.setCurrentView(StructureView view) voidBrowserViewPanel.updateView(StructureView structureView) voidStructureViewPanel.updateView(StructureView structureView) Constructors in org.aspectj.ajde.ui.swing with parameters of type StructureViewModifierConstructorDescriptionBrowserStructureViewToolPanel(List structureViews, StructureView currentView, StructureViewPanel viewPanel) SimpleStructureViewToolPanel(StructureView currentView)