lib
Interface IListOrganiser

All Known Implementing Classes:
DestructiveListOrganiser, HorizontalListOrganiser, VerticalListOrganiser

public interface IListOrganiser

The IListOrganiser interface is intended to encapsulate the rearranging functionality that comes with constructs in the rendered tree that make use of the grouping abilitiy in the code.

Version:
1.0
Author:
CobaltSoftware (abode.devteam@cobaltsoftware.net)

Method Summary
 void populateOptionsPanel(JAbode mainGui, JEditorWindow internal, JDiagram diagram, JTreeNode subject)
          Populate the options panel on the right of the screen with the relevent list re-arrangement buttons for this type of object.
 

Method Detail

populateOptionsPanel

void populateOptionsPanel(JAbode mainGui,
                          JEditorWindow internal,
                          JDiagram diagram,
                          JTreeNode subject)
Populate the options panel on the right of the screen with the relevent list re-arrangement buttons for this type of object.

Parameters:
mainGui - The outer IDE reference
internal - Our internal frame
diagram - The diagram we are being rendered on
subject - The tree-node that was clicked to produce this action