lib
Class DestructiveListOrganiser

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

public class DestructiveListOrganiser
extends java.lang.Object
implements IListOrganiser

A simple list organiser object for providing simple "delete me" functionality

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

Constructor Summary
DestructiveListOrganiser()
           
 
Method Summary
 void populateOptionsPanel(JAbode mainGui, JEditorWindow internal, JDiagram diagram, JTreeNode subject)
          Populate the options panel on the right of the screen with the buttons for deleting constructs
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DestructiveListOrganiser

public DestructiveListOrganiser()
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 buttons for deleting constructs

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