com.vlsolutions.swing.docking.event

Class DockingActionCreateTabEvent

public class DockingActionCreateTabEvent extends DockingActionDockableEvent

A DockingActionEvent describing a tab insertion (or movement).

Since: 2.1

Constructor Summary
DockingActionCreateTabEvent(DockingDesktop desktop, Dockable dockable, int initialState, int nextState, Dockable base, int order)
Method Summary
DockablegetBase()
Returns the dockable used as a reference to create a tab (may already belong to a tab)
intgetOrder()
Returns the order of insertion in the tabbed container
StringtoString()

Constructor Detail

DockingActionCreateTabEvent

public DockingActionCreateTabEvent(DockingDesktop desktop, Dockable dockable, int initialState, int nextState, Dockable base, int order)

Method Detail

getBase

public Dockable getBase()
Returns the dockable used as a reference to create a tab (may already belong to a tab)

getOrder

public int getOrder()
Returns the order of insertion in the tabbed container

toString

public String toString()
© Copyright 2004-2007 VLSolutions. All Rights Reserved.
www.vlsolutions.com : Java Components - Smart Client Applications