com.swfm.mica.editors
Class MiLayerTabs

java.lang.Object
  extended bycom.swfm.mica.editors.MiLayerTabs
All Implemented Interfaces:
MiiActionHandler, MiiActionTypes, MiiTypes

public class MiLayerTabs
extends java.lang.Object
implements MiiActionHandler, MiiTypes, MiiActionTypes

Version:
%I% %G%
Author:
Michael L. Davis

Field Summary
     
Constructor Summary
MiLayerTabs(MiEditor editor, MiScrolledBox scrolledBox)
           
 
Method Summary
 MiTab getTabForLayer(MiPart layer)
           
 boolean processAction(MiiAction action)
          Processes the given action.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MiLayerTabs

public MiLayerTabs(MiEditor editor,
                   MiScrolledBox scrolledBox)
Method Detail

getTabForLayer

public MiTab getTabForLayer(MiPart layer)

processAction

public boolean processAction(MiiAction action)
Description copied from interface: MiiActionHandler
Processes the given action.

Specified by:
processAction in interface MiiActionHandler
Parameters:
action - the action to process
Returns:
true if it is OK to send action to the next action handler false if it is NOT OK to send action to the next action handler