|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectbibliothek.gui.dock.station.toolbar.group.ToolbarGroupDropInfo
S
- the kind of station using this ToolbarGroupDropInfo
public abstract class ToolbarGroupDropInfo
This class contains and computes information about a drag and drop action.
Especially, where the Dockable
should be inserted into which
DockStation
Constructor Summary | |
---|---|
ToolbarGroupDropInfo(bibliothek.gui.Dockable dockable,
ToolbarGroupDockStation station,
int column,
int line,
boolean effect)
Creates a new drop info. |
Method Summary | |
---|---|
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()
|
String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Methods inherited from interface bibliothek.gui.dock.station.StationDropOperation |
---|
destroy, draw, execute |
Constructor Detail |
---|
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 indiciates that
the item will appear in a new columneffect
- whether the operation has any effectMethod Detail |
---|
public 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 String toString()
toString
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |