lib
Class HorizontalListOrganiser

java.lang.Object
  extended by lib.HorizontalListOrganiser
All Implemented Interfaces:
IListOrganiser

public class HorizontalListOrganiser
extends java.lang.Object
implements IListOrganiser

The horizontal list organiser is used for arranging elements within action patterns, triggers and goals.

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

Constructor Summary
HorizontalListOrganiser()
           
 
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 a list that is being re-arranged horizontally.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HorizontalListOrganiser

public HorizontalListOrganiser()
Method Detail

populateOptionsPanel

public 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 a list that is being re-arranged horizontally.

Specified by:
populateOptionsPanel in interface IListOrganiser
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