Uses of Class
org.eclnt.ccaddons.pbc.util.splitlaunchpad.SplitInfo
Packages that use SplitInfo
-
Uses of SplitInfo in org.eclnt.ccaddons.pbc
Methods in org.eclnt.ccaddons.pbc that return SplitInfoModifier and TypeMethodDescriptionCCSplitDashboard.IListenerWithPersistence.readSplitInfo(String persistId) CCSplitDashboard.transferToSplitInfo()Transfers the current rendering state intoSplitInfoinstance.Methods in org.eclnt.ccaddons.pbc with parameters of type SplitInfoModifier and TypeMethodDescriptionvoidCCSplitDashboard.IListenerWithPersistence.saveSplitInfo(String persistId, SplitInfo splitInfo) voidCCSplitDashboard.setSplitInfo(SplitInfo splitInfo) Directly set the content of the clip board.Constructors in org.eclnt.ccaddons.pbc with parameters of type SplitInfoModifierConstructorDescriptionSplitContent(SplitInfo si, CCSplitDashboard.SplitContent parent, boolean withDrilldown) -
Uses of SplitInfo in org.eclnt.ccaddons.pbc.util.splitlaunchpad
Methods in org.eclnt.ccaddons.pbc.util.splitlaunchpad that return SplitInfoModifier and TypeMethodDescriptionSplitInfo.getSplitPaneSplit1()SplitInfo.getSplitPaneSplit2()static SplitInfoCCSplitDashboardLogic.readSplitInfo(String persistId, boolean withError) Reading from stream store.static SplitInfoCCSplitDashboardLogic.unmarshalSplitInfoFromXML(String xml) Utility function to convert from XML string using JAXB.Methods in org.eclnt.ccaddons.pbc.util.splitlaunchpad with parameters of type SplitInfoModifier and TypeMethodDescriptionstatic StringCCSplitDashboardLogic.marshalSplitInfoToXML(SplitInfo splitInfo) Utility function to convert into an XML string using JAXB.static voidCCSplitDashboardLogic.saveSplitInfo(String persistId, SplitInfo splitInfo) Saving in stream store.voidSplitInfo.setSplitPaneSplit1(SplitInfo splitPaneSplit1) voidSplitInfo.setSplitPaneSplit2(SplitInfo splitPaneSplit2)