| addAndMakeVisible(Component *child, int zOrder=-1) | Component |  | 
  | addAndMakeVisible(Component &child, int zOrder=-1) | Component |  | 
  | addChildAndSetID(Component *child, const String &componentID) | Component |  | 
  | addChildComponent(Component *child, int zOrder=-1) | Component |  | 
  | addChildComponent(Component &child, int zOrder=-1) | Component |  | 
  | addComponentListener(ComponentListener *newListener) | Component |  | 
  | addKeyListener(KeyListener *newListener) | Component |  | 
  | addListener(FileBrowserListener *listener) | DirectoryContentsDisplayComponent |  | 
  | addMouseListener(MouseListener *newListener, bool wantsEventsForAllNestedChildComponents) | Component |  | 
  | addToDesktop(int windowStyleFlags, void *nativeWindowToAttachTo=nullptr) | Component | virtual | 
  | alphaChanged() | Component | virtual | 
  | areItemsOpenByDefault() const noexcept | TreeView |  | 
  | areOpenCloseButtonsVisible() const noexcept | TreeView |  | 
  | backgroundColourId enum value | TreeView |  | 
  | beginDragAutoRepeat(int millisecondsBetweenCallbacks) | Component | static | 
  | broughtToFront() | Component | virtual | 
  | canModalEventBeSentToComponent(const Component *targetComponent) | Component | virtual | 
  | centreWithSize(int width, int height) | Component |  | 
  | childBoundsChanged(Component *child) | Component | virtual | 
  | childrenChanged() | Component | virtual | 
  | clearSelectedItems() | TreeView |  | 
  | colourChanged() override | TreeView | virtual | 
  | TreeView::ColourIds enum name | TreeView |  | 
  | DirectoryContentsDisplayComponent::ColourIds enum name | DirectoryContentsDisplayComponent |  | 
  | Component() noexcept | Component |  | 
  | Component(const String &componentName) noexcept | Component | explicit | 
  | contains(Point< int > localPoint) | Component |  | 
  | contains(Point< float > localPoint) | Component |  | 
  | copyAllExplicitColoursTo(Component &target) const | Component |  | 
  | createAccessibilityHandler() override | TreeView | virtual | 
  | createComponentSnapshot(Rectangle< int > areaToGrab, bool clipImageToComponentBounds=true, float scaleFactor=1.0f) | Component |  | 
  | createFocusTraverser() | Component | virtual | 
  | createKeyboardFocusTraverser() | Component | virtual | 
  | deleteAllChildren() | Component |  | 
  | deleteRootItem() | TreeView |  | 
  | deselectAllFiles() override | FileTreeComponent | virtual | 
  | DirectoryContentsDisplayComponent(DirectoryContentsList &listToShow) | DirectoryContentsDisplayComponent |  | 
  | directoryContentsList | DirectoryContentsDisplayComponent |  | 
  | dragAndDropIndicatorColourId enum value | TreeView |  | 
  | enablementChanged() override | TreeView | virtual | 
  | enterModalState(bool takeKeyboardFocus=true, ModalComponentManager::Callback *callback=nullptr, bool deleteWhenDismissed=false) | Component |  | 
  | evenItemsColourId enum value | TreeView |  | 
  | exitModalState(int returnValue=0) | Component |  | 
  | fileDragEnter(const StringArray &, int, int) override | TreeView | virtual | 
  | fileDragExit(const StringArray &) override | TreeView | virtual | 
  | fileDragMove(const StringArray &, int, int) override | TreeView | virtual | 
  | filesDropped(const StringArray &, int, int) override | TreeView | virtual | 
  | FileTreeComponent(DirectoryContentsList &listToShow) | FileTreeComponent |  | 
  | findChildWithID(StringRef componentID) const noexcept | Component |  | 
  | findColour(int colourID, bool inheritFromParent=false) const | Component |  | 
  | findFocusContainer() const | Component |  | 
  | findItemFromIdentifierString(const String &identifierString) const | TreeView |  | 
  | findKeyboardFocusContainer() const | Component |  | 
  | findParentComponentOfClass() const | Component |  | 
  | focusChangedByMouseClick enum value | Component |  | 
  | focusChangedByTabKey enum value | Component |  | 
  | focusChangedDirectly enum value | Component |  | 
  | FocusChangeDirection enum name | Component |  | 
  | FocusChangeType enum name | Component |  | 
  | FocusContainerType enum name | Component |  | 
  | focusGained(FocusChangeType cause) | Component | virtual | 
  | focusGainedWithDirection(FocusChangeType cause, FocusChangeDirection direction) | Component | virtual | 
  | focusLost(FocusChangeType cause) | Component | virtual | 
  | focusOfChildComponentChanged(FocusChangeType cause) | Component | virtual | 
  | getAccessibilityHandler() | Component |  | 
  | getAlpha() const noexcept | Component |  | 
  | getApproximateScaleFactorForComponent(const Component *targetComponent) | Component | static | 
  | getBottom() const noexcept | Component |  | 
  | getBounds() const noexcept | Component |  | 
  | getBoundsInParent() const noexcept | Component |  | 
  | getCachedComponentImage() const noexcept | Component |  | 
  | getChildComponent(int index) const noexcept | Component |  | 
  | getChildren() const noexcept | Component |  | 
  | getComponentAt(int x, int y) | Component |  | 
  | getComponentAt(Point< int > position) | Component |  | 
  | getComponentAt(Point< float > position) | Component |  | 
  | getComponentEffect() const noexcept | Component |  | 
  | getComponentID() const noexcept | Component |  | 
  | getCurrentlyFocusedComponent() noexcept | Component | static | 
  | getCurrentlyModalComponent(int index=0) noexcept | Component | static | 
  | getDescription() const noexcept | Component |  | 
  | getDesktopScaleFactor() const | Component | virtual | 
  | getDragAndDropDescription() const noexcept | FileTreeComponent |  | 
  | getExplicitFocusOrder() const | Component |  | 
  | getHeight() const noexcept | Component |  | 
  | getHelpText() const noexcept | Component |  | 
  | getIndentSize() noexcept | TreeView |  | 
  | getIndexOfChildComponent(const Component *child) const noexcept | Component |  | 
  | getInterceptsMouseClicks(bool &allowsClicksOnThisComponent, bool &allowsClicksOnChildComponents) const noexcept | Component |  | 
  | getItemAt(int yPosition) const noexcept | TreeView |  | 
  | getItemComponent(const TreeViewItem *item) const | TreeView |  | 
  | getItemHeight() const noexcept | FileTreeComponent |  | 
  | getItemOnRow(int index) const | TreeView |  | 
  | getLocalArea(const Component *sourceComponent, Rectangle< int > areaRelativeToSourceComponent) const | Component |  | 
  | getLocalArea(const Component *sourceComponent, Rectangle< float > areaRelativeToSourceComponent) const | Component |  | 
  | getLocalBounds() const noexcept | Component |  | 
  | getLocalPoint(const Component *sourceComponent, Point< int > pointRelativeToSourceComponent) const | Component |  | 
  | getLocalPoint(const Component *sourceComponent, Point< float > pointRelativeToSourceComponent) const | Component |  | 
  | getLookAndFeel() const noexcept | Component |  | 
  | getMouseClickGrabsKeyboardFocus() const noexcept | Component |  | 
  | getMouseCursor() | Component | virtual | 
  | getMouseXYRelative() const | Component |  | 
  | getName() const noexcept | Component |  | 
  | getNumChildComponents() const noexcept | Component |  | 
  | getNumCurrentlyModalComponents() noexcept | Component | static | 
  | getNumRowsInTree() const | TreeView |  | 
  | getNumSelectedFiles() const override | FileTreeComponent | virtual | 
  | getNumSelectedItems(int maximumDepthToSearchTo=-1) const noexcept | TreeView |  | 
  | getOpennessState(bool alsoIncludeScrollPosition) const | TreeView |  | 
  | getParentComponent() const noexcept | Component |  | 
  | getParentHeight() const noexcept | Component |  | 
  | getParentMonitorArea() const | Component |  | 
  | getParentWidth() const noexcept | Component |  | 
  | getPeer() const | Component |  | 
  | getPosition() const noexcept | Component |  | 
  | getPositioner() const noexcept | Component |  | 
  | getProperties() noexcept | Component |  | 
  | getProperties() const noexcept | Component |  | 
  | getRight() const noexcept | Component |  | 
  | getRootItem() const noexcept | TreeView |  | 
  | getScreenBounds() const | Component |  | 
  | getScreenPosition() const | Component |  | 
  | getScreenX() const | Component |  | 
  | getScreenY() const | Component |  | 
  | getSelectedFile(int index=0) const override | FileTreeComponent | virtual | 
  | getSelectedItem(int index) const noexcept | TreeView |  | 
  | getTitle() const noexcept | Component |  | 
  | getTooltip() override | SettableTooltipClient | virtual | 
  | getTopLevelComponent() const noexcept | Component |  | 
  | getTransform() const | Component |  | 
  | getViewport() const noexcept | TreeView |  | 
  | getViewportIgnoreDragFlag() const noexcept | Component |  | 
  | getWantsKeyboardFocus() const noexcept | Component |  | 
  | getWidth() const noexcept | Component |  | 
  | getWindowHandle() const | Component |  | 
  | getX() const noexcept | Component |  | 
  | getY() const noexcept | Component |  | 
  | giveAwayKeyboardFocus() | Component |  | 
  | grabKeyboardFocus() | Component |  | 
  | handleCommandMessage(int commandId) | Component | virtual | 
  | hasFocusOutline() const noexcept | Component |  | 
  | hasKeyboardFocus(bool trueIfChildIsFocused) const | Component |  | 
  | highlightColourId enum value | DirectoryContentsDisplayComponent |  | 
  | highlightedTextColourId enum value | DirectoryContentsDisplayComponent |  | 
  | hitTest(int x, int y) | Component | virtual | 
  | inputAttemptWhenModal() | Component | virtual | 
  | invalidateAccessibilityHandler() | Component |  | 
  | isAccessible() const noexcept | Component |  | 
  | isAlwaysOnTop() const noexcept | Component |  | 
  | isBroughtToFrontOnMouseClick() const noexcept | Component |  | 
  | isColourSpecified(int colourID) const | Component |  | 
  | isCurrentlyBlockedByAnotherModalComponent() const | Component |  | 
  | isCurrentlyModal(bool onlyConsiderForemostModalComponent=true) const noexcept | Component |  | 
  | isEnabled() const noexcept | Component |  | 
  | isFocusContainer() const noexcept | Component |  | 
  | isInterestedInDragSource(const SourceDetails &) override | TreeView | virtual | 
  | isInterestedInFileDrag(const StringArray &) override | TreeView | virtual | 
  | isKeyboardFocusContainer() const noexcept | Component |  | 
  | isMouseButtonDown(bool includeChildren=false) const | Component |  | 
  | isMouseButtonDownAnywhere() noexcept | Component | static | 
  | isMouseOver(bool includeChildren=false) const | Component |  | 
  | isMouseOverOrDragging(bool includeChildren=false) const | Component |  | 
  | isMultiSelectEnabled() const noexcept | TreeView |  | 
  | isOnDesktop() const noexcept | Component |  | 
  | isOpaque() const noexcept | Component |  | 
  | isPaintingUnclipped() const noexcept | Component |  | 
  | isParentOf(const Component *possibleChild) const noexcept | Component |  | 
  | isRootItemVisible() const noexcept | TreeView |  | 
  | isShowing() const | Component |  | 
  | isTransformed() const noexcept | Component |  | 
  | isVisible() const noexcept | Component |  | 
  | itemDragEnter(const SourceDetails &) override | TreeView | virtual | 
  | itemDragExit(const SourceDetails &) override | TreeView | virtual | 
  | itemDragMove(const SourceDetails &) override | TreeView | virtual | 
  | itemDropped(const SourceDetails &) override | TreeView | virtual | 
  | keyPressed(const KeyPress &) override | TreeView | virtual | 
  | keyStateChanged(bool isKeyDown) | Component | virtual | 
  | linesColourId enum value | TreeView |  | 
  | listeners | DirectoryContentsDisplayComponent | protected | 
  | localAreaToGlobal(Rectangle< int > localArea) const | Component |  | 
  | localAreaToGlobal(Rectangle< float > localArea) const | Component |  | 
  | localPointToGlobal(Point< int > localPoint) const | Component |  | 
  | localPointToGlobal(Point< float > localPoint) const | Component |  | 
  | lookAndFeelChanged() | Component | virtual | 
  | minimisationStateChanged(bool isNowMinimised) | Component | virtual | 
  | modifierKeysChanged(const ModifierKeys &modifiers) | Component | virtual | 
  | mouseDoubleClick(const MouseEvent &event) override | Component | virtual | 
  | mouseDown(const MouseEvent &event) override | Component | virtual | 
  | mouseDrag(const MouseEvent &event) override | Component | virtual | 
  | mouseEnter(const MouseEvent &event) override | Component | virtual | 
  | mouseExit(const MouseEvent &event) override | Component | virtual | 
  | mouseMagnify(const MouseEvent &event, float scaleFactor) override | Component | virtual | 
  | mouseMove(const MouseEvent &event) override | Component | virtual | 
  | mouseUp(const MouseEvent &event) override | Component | virtual | 
  | mouseWheelMove(const MouseEvent &event, const MouseWheelDetails &wheel) override | Component | virtual | 
  | moved() | Component | virtual | 
  | moveKeyboardFocusToSibling(bool moveToNext) | Component |  | 
  | moveSelectedRow(int deltaRows) | TreeView |  | 
  | oddItemsColourId enum value | TreeView |  | 
  | paint(Graphics &) override | TreeView | virtual | 
  | paintEntireComponent(Graphics &context, bool ignoreAlphaLevel) | Component |  | 
  | paintOverChildren(Graphics &g) | Component | virtual | 
  | parentHierarchyChanged() | Component | virtual | 
  | parentSizeChanged() | Component | virtual | 
  | postCommandMessage(int commandId) | Component |  | 
  | proportionOfHeight(float proportion) const noexcept | Component |  | 
  | proportionOfWidth(float proportion) const noexcept | Component |  | 
  | reallyContains(Point< int > localPoint, bool returnTrueIfWithinAChild) | Component |  | 
  | reallyContains(Point< float > localPoint, bool returnTrueIfWithinAChild) | Component |  | 
  | refresh() | FileTreeComponent |  | 
  | removeAllChildren() | Component |  | 
  | removeChildComponent(Component *childToRemove) | Component |  | 
  | removeChildComponent(int childIndexToRemove) | Component |  | 
  | removeColour(int colourID) | Component |  | 
  | removeComponentListener(ComponentListener *listenerToRemove) | Component |  | 
  | removeFromDesktop() | Component |  | 
  | removeKeyListener(KeyListener *listenerToRemove) | Component |  | 
  | removeListener(FileBrowserListener *listener) | DirectoryContentsDisplayComponent |  | 
  | removeMouseListener(MouseListener *listenerToRemove) | Component |  | 
  | repaint() | Component |  | 
  | repaint(int x, int y, int width, int height) | Component |  | 
  | repaint(Rectangle< int > area) | Component |  | 
  | resized() override | TreeView | virtual | 
  | restoreOpennessState(const XmlElement &newState, bool restoreStoredSelection) | TreeView |  | 
  | runModalLoop() | Component |  | 
  | scrollToKeepItemVisible(const TreeViewItem *item) | TreeView |  | 
  | scrollToTop() override | FileTreeComponent | virtual | 
  | selectedItemBackgroundColourId enum value | TreeView |  | 
  | sendDoubleClickMessage(const File &) | DirectoryContentsDisplayComponent |  | 
  | sendLookAndFeelChange() | Component |  | 
  | sendMouseClickMessage(const File &, const MouseEvent &) | DirectoryContentsDisplayComponent |  | 
  | sendSelectionChangeMessage() | DirectoryContentsDisplayComponent |  | 
  | setAccessible(bool shouldBeAccessible) | Component |  | 
  | setAlpha(float newAlpha) | Component |  | 
  | setAlwaysOnTop(bool shouldStayOnTop) | Component |  | 
  | setBounds(int x, int y, int width, int height) | Component |  | 
  | setBounds(Rectangle< int > newBounds) | Component |  | 
  | setBoundsInset(BorderSize< int > borders) | Component |  | 
  | setBoundsRelative(float proportionalX, float proportionalY, float proportionalWidth, float proportionalHeight) | Component |  | 
  | setBoundsRelative(Rectangle< float > proportionalArea) | Component |  | 
  | setBoundsToFit(Rectangle< int > targetArea, Justification justification, bool onlyReduceInSize) | Component |  | 
  | setBroughtToFrontOnMouseClick(bool shouldBeBroughtToFront) noexcept | Component |  | 
  | setBufferedToImage(bool shouldBeBuffered) | Component |  | 
  | setCachedComponentImage(CachedComponentImage *newCachedImage) | Component |  | 
  | setCentrePosition(int x, int y) | Component |  | 
  | setCentrePosition(Point< int > newCentrePosition) | Component |  | 
  | setCentreRelative(float x, float y) | Component |  | 
  | setColour(int colourID, Colour newColour) | Component |  | 
  | setComponentEffect(ImageEffectFilter *newEffect) | Component |  | 
  | setComponentID(const String &newID) | Component |  | 
  | setDefaultOpenness(bool isOpenByDefault) | TreeView |  | 
  | setDescription(const String &newDescription) | Component |  | 
  | setDragAndDropDescription(const String &description) | FileTreeComponent |  | 
  | setEnabled(bool shouldBeEnabled) | Component |  | 
  | setExplicitFocusOrder(int newFocusOrderIndex) | Component |  | 
  | setFocusContainerType(FocusContainerType containerType) noexcept | Component |  | 
  | setHasFocusOutline(bool hasFocusOutline) noexcept | Component |  | 
  | setHelpText(const String &newHelpText) | Component |  | 
  | setIndentSize(int newIndentSize) | TreeView |  | 
  | setInterceptsMouseClicks(bool allowClicksOnThisComponent, bool allowClicksOnChildComponents) noexcept | Component |  | 
  | setItemHeight(int newHeight) | FileTreeComponent |  | 
  | setLookAndFeel(LookAndFeel *newLookAndFeel) | Component |  | 
  | setMouseClickGrabsKeyboardFocus(bool shouldGrabFocus) | Component |  | 
  | setMouseCursor(const MouseCursor &cursorType) | Component |  | 
  | setMultiSelectEnabled(bool canMultiSelect) | TreeView |  | 
  | setName(const String &newName) | Component | virtual | 
  | setOpaque(bool shouldBeOpaque) | Component |  | 
  | setOpenCloseButtonsVisible(bool shouldBeVisible) | TreeView |  | 
  | setPaintingIsUnclipped(bool shouldPaintWithoutClipping) noexcept | Component |  | 
  | setPositioner(Positioner *newPositioner) | Component |  | 
  | setRepaintsOnMouseActivity(bool shouldRepaint) noexcept | Component |  | 
  | setRootItem(TreeViewItem *newRootItem) | TreeView |  | 
  | setRootItemVisible(bool shouldBeVisible) | TreeView |  | 
  | setSelectedFile(const File &) override | FileTreeComponent | virtual | 
  | setSize(int newWidth, int newHeight) | Component |  | 
  | SettableTooltipClient()=default | SettableTooltipClient | protected | 
  | setTitle(const String &newTitle) | Component |  | 
  | setTooltip(const String &newTooltip) | SettableTooltipClient | virtual | 
  | setTopLeftPosition(int x, int y) | Component |  | 
  | setTopLeftPosition(Point< int > newTopLeftPosition) | Component |  | 
  | setTopRightPosition(int x, int y) | Component |  | 
  | setTransform(const AffineTransform &transform) | Component |  | 
  | setViewportIgnoreDragFlag(bool ignoreDrag) noexcept | Component |  | 
  | setVisible(bool shouldBeVisible) | Component | virtual | 
  | setWantsKeyboardFocus(bool wantsFocus) noexcept | Component |  | 
  | shouldDrawDragImageWhenOver() | DragAndDropTarget | virtual | 
  | textColourId enum value | DirectoryContentsDisplayComponent |  | 
  | toBack() | Component |  | 
  | toBehind(Component *other) | Component |  | 
  | toFront(bool shouldAlsoGainKeyboardFocus) | Component |  | 
  | TreeView(const String &componentName={}) | TreeView |  | 
  | unfocusAllComponents() | Component | static | 
  | updateMouseCursor() const | Component |  | 
  | userTriedToCloseWindow() | Component | virtual | 
  | visibilityChanged() | Component | virtual | 
  | ~Component() override | Component |  | 
  | ~DirectoryContentsDisplayComponent() | DirectoryContentsDisplayComponent | virtual | 
  | ~DragAndDropTarget()=default | DragAndDropTarget | virtual | 
  | ~FileDragAndDropTarget()=default | FileDragAndDropTarget | virtual | 
  | ~FileTreeComponent() override | FileTreeComponent |  | 
  | ~MouseListener()=default | MouseListener | virtual | 
  | ~SettableTooltipClient() override=default | SettableTooltipClient |  | 
  | ~TooltipClient()=default | TooltipClient | virtual | 
  | ~TreeView() override | TreeView |  |