S
- the kind of station using this ToolbarGroupDropInfo
public abstract class ToolbarGroupDropInfo
extends java.lang.Object
implements bibliothek.gui.dock.station.StationDropOperation
Dockable
should be inserted into which
DockStation
Constructor and Description |
---|
ToolbarGroupDropInfo(bibliothek.gui.Dockable dockable,
ToolbarGroupDockStation station,
int column,
int line,
boolean effect)
Creates a new drop info.
|
Modifier and Type | Method and Description |
---|---|
int |
getColumn()
Gets the column into which
the item is inserted. |
bibliothek.gui.dock.station.support.CombinerTarget |
getCombination() |
bibliothek.gui.dock.displayer.DisplayerCombinerTarget |
getDisplayerCombination() |
bibliothek.gui.Dockable |
getItem() |
int |
getLine()
Gets the line into which
the item is inserted. |
ToolbarGroupDockStation |
getTarget() |
boolean |
hasEffect()
Tells whether executing this operation will results in any changes of the layout.
|
boolean |
isMove() |
java.lang.String |
toString() |
public ToolbarGroupDropInfo(bibliothek.gui.Dockable dockable, ToolbarGroupDockStation station, int column, int line, boolean effect)
dockable
- the item that is droppedstation
- the station onto which dockable
is droppedcolumn
- the column into which dockable
is dropped, this may be an existing
column or a new columnline
- the row in which dockable
will appear, a value of -1 indicates that
the item will appear in a new columneffect
- whether the operation has any effectpublic bibliothek.gui.Dockable getItem()
getItem
in interface bibliothek.gui.dock.station.StationDropOperation
public ToolbarGroupDockStation getTarget()
getTarget
in interface bibliothek.gui.dock.station.StationDropOperation
public boolean hasEffect()
public int getColumn()
the item
is inserted.public int getLine()
the item
is inserted. A value of -1 indicates
that a new column is to be created.public bibliothek.gui.dock.station.support.CombinerTarget getCombination()
getCombination
in interface bibliothek.gui.dock.station.StationDropOperation
public bibliothek.gui.dock.displayer.DisplayerCombinerTarget getDisplayerCombination()
getDisplayerCombination
in interface bibliothek.gui.dock.station.StationDropOperation
public boolean isMove()
isMove
in interface bibliothek.gui.dock.station.StationDropOperation
public java.lang.String toString()
toString
in class java.lang.Object