public abstract static class DockingFrameTitlers.DockingFrameTitler extends DockingGroup.DockingGroupAdapter
Constructor and Description |
---|
DockingFrameTitler() |
Modifier and Type | Method and Description |
---|---|
void |
addedFrame(DockingGroup group,
DockingFrame frame) |
void |
addedLeaf(MultiSplitPane docker,
Component leaf) |
void |
addedView(Tile tile,
View view) |
abstract String |
getTitle(DockingFrame frame) |
void |
maximizedLeaf(MultiSplitPane docker,
Component leaf) |
void |
movedDivider(MultiSplitPane docker,
SplitPane splitPane) |
void |
removedLeaf(MultiSplitPane docker,
Component leaf) |
void |
removedView(Tile tile,
View view) |
void |
restoredTree(MultiSplitPane docker) |
void |
selectedView(Tile tile,
View view) |
void |
unmaximizedLeaf(MultiSplitPane docker,
Component leaf) |
void |
updateFrameTitle(DockingFrame frame) |
closedView, closingView, disposedFrame, disposingAllFrames, disposingFrame
public abstract String getTitle(DockingFrame frame)
public void updateFrameTitle(DockingFrame frame)
public void addedView(Tile tile, View view)
addedView
in interface DockingGroup.DockingGroupListener
addedView
in class DockingGroup.DockingGroupAdapter
public void removedView(Tile tile, View view)
removedView
in interface DockingGroup.DockingGroupListener
removedView
in class DockingGroup.DockingGroupAdapter
public void selectedView(Tile tile, View view)
selectedView
in interface DockingGroup.DockingGroupListener
selectedView
in class DockingGroup.DockingGroupAdapter
public void addedLeaf(MultiSplitPane docker, Component leaf)
addedLeaf
in interface DockingGroup.DockingGroupListener
addedLeaf
in class DockingGroup.DockingGroupAdapter
public void removedLeaf(MultiSplitPane docker, Component leaf)
removedLeaf
in interface DockingGroup.DockingGroupListener
removedLeaf
in class DockingGroup.DockingGroupAdapter
public void movedDivider(MultiSplitPane docker, SplitPane splitPane)
movedDivider
in interface DockingGroup.DockingGroupListener
movedDivider
in class DockingGroup.DockingGroupAdapter
public void maximizedLeaf(MultiSplitPane docker, Component leaf)
maximizedLeaf
in interface DockingGroup.DockingGroupListener
maximizedLeaf
in class DockingGroup.DockingGroupAdapter
public void unmaximizedLeaf(MultiSplitPane docker, Component leaf)
unmaximizedLeaf
in interface DockingGroup.DockingGroupListener
unmaximizedLeaf
in class DockingGroup.DockingGroupAdapter
public void restoredTree(MultiSplitPane docker)
restoredTree
in interface DockingGroup.DockingGroupListener
restoredTree
in class DockingGroup.DockingGroupAdapter
public void addedFrame(DockingGroup group, DockingFrame frame)
addedFrame
in interface DockingGroup.DockingGroupListener
addedFrame
in class DockingGroup.DockingGroupAdapter
Copyright © 2016 Metron, Inc.. All rights reserved.