Uses of Class
dsto.dfc.swing.commands.CommandView

Packages that use CommandView
dsto.dfc.swing.commands Framework for defining and presenting user commands in a UI. 
dsto.dfc.swing.list Extended support for the Swing JList and ListModel classes. 
dsto.dfc.swing.panels Provides MDI-style window management support for managing a set of components. 
dsto.dfc.swing.table Extension of the Swing table framework to support advanced (add, remove, copy, paste etc) table models and provide several extensions to the JTable component. 
dsto.dfc.swing.tree Extends the Swing tree package to add support for advanced tree models (supporting add, remove, copy, paste etc) and provide several extensions to the JTree component. 
dsto.dfc.swing.undo Extends Swing undo/redo framework to add generalized support for monitoring user edits and displaying them in a UI. 
 

Uses of CommandView in dsto.dfc.swing.commands
 

Fields in dsto.dfc.swing.commands declared as CommandView
protected  CommandView ToolbarPanel.toolbarView
           
 

Methods in dsto.dfc.swing.commands that return CommandView
protected  CommandView ToolbarPanel.findHostedCommandView()
           
 CommandView CommandView.findViewForCommand(String commandName)
          Find the first view in a breadth-first search of subviews that contains a command with a matching name.
 CommandView ToolbarPanel.getCommandView(String viewName)
           
 CommandView CommandSource.getCommandView(String viewName)
          Get the command view instance for a given view name.
 CommandView CommandView.getView(int index)
          Get the command at a given ordinal.
 

Methods in dsto.dfc.swing.commands with parameters of type CommandView
 void CommandView.addView(CommandView view)
          Add a child command view to this view.
 void CommandView.addView(CommandView view, int index)
          Add a child command view with a specific index.
static void CommandKeyStrokeBinding.bind(JComponent parent, CommandView rootView)
           
 boolean CommandView.containsView(CommandView subView)
           
 int CommandView.getIndex(CommandView view)
          Get the index associated with a sub view a CommandView.
static void CommandMenus.installContextMenu(Component target, CommandView view)
          Install a context menu based on a given command view to popup when the right mouse button is pressed on a component.
static void CommandMenus.installContextMenu(Component target, CommandView view, boolean attachToScrollPane)
          Install a context menu based on a given command view to popup when the right mouse button is pressed on a component.
static void CommandMenus.makeMenuBar(JMenuBar menuBar, CommandView commandView)
          Create a menu bar from a command view.
static void CommandMenus.makePopupMenu(JPopupMenu menu, CommandView commandView)
           
static void CommandMenus.makePopupMenu(JPopupMenu menu, CommandView commandView, CommandViewNode node)
           
static void CommandToolBars.makeToolBar(JToolBar toolbar, CommandView commandView)
          Create a toolbar from the specified command view.
 void CommandView.removeView(CommandView view)
          Remove a child command view.
static void CommandToolBars.showName(CommandView view, Command command)
          Shortcut to set the CommandToolBars.SHOW_NAME_KEY command property to true.
 

Constructors in dsto.dfc.swing.commands with parameters of type CommandView
CommandMenuButton(CommandView commandView, CommandViewNode node)
          Construct the CommandMenuButton given a CommandView tree, and CommandViewNode to start from.
 

Uses of CommandView in dsto.dfc.swing.list
 

Fields in dsto.dfc.swing.list declared as CommandView
protected  CommandView DfcList.contextCommandView
           
protected  CommandView DfcList.toolbarCommandView
           
 

Methods in dsto.dfc.swing.list that return CommandView
 CommandView DfcList.getCommandView(String viewName)
           
 

Uses of CommandView in dsto.dfc.swing.panels
 

Methods in dsto.dfc.swing.panels that return CommandView
 CommandView StandardCommandViews.getCommandView(String viewName)
          CommandSource interface
 CommandView PanelManager.getCommandView(String viewName)
           
 CommandView PanelManager.Panel.getCommandView(String viewName)
           
 

Uses of CommandView in dsto.dfc.swing.table
 

Fields in dsto.dfc.swing.table declared as CommandView
protected  CommandView MapTableView.toolbarCommandView
           
 

Methods in dsto.dfc.swing.table that return CommandView
 CommandView MapTableView.getCommandView(String viewName)
          Adds a toolbar command view if none provided by DfcTable.
 CommandView DfcTable.getCommandView(String viewName)
           
 

Uses of CommandView in dsto.dfc.swing.tree
 

Methods in dsto.dfc.swing.tree that return CommandView
 CommandView DfcTree.getCommandView(String viewName)
           
 

Uses of CommandView in dsto.dfc.swing.undo
 

Methods in dsto.dfc.swing.undo that return CommandView
 CommandView MonitorPanel.getCommandView(String viewName)
           
 



Copyright © 2008 Commonwealth of Australia