|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use JobException | |
---|---|
com.sun.electric.database.change | Package for handling changes to the Electric database. |
com.sun.electric.plugins.j3d.utils | |
com.sun.electric.tool | Package for all synthesis and analysis tools. |
com.sun.electric.tool.generator.flag | |
com.sun.electric.tool.generator.layout | |
com.sun.electric.tool.io.output | |
com.sun.electric.tool.logicaleffort | Package for handling the logical effort tool. |
com.sun.electric.tool.ncc | Package for handling the Network Consistency Checking (LVS) tool. |
com.sun.electric.tool.project | Package for handling the project management tool. |
com.sun.electric.tool.routing | Package for handling the Routing tools. |
com.sun.electric.tool.user | Package for handling the user-interface tool. |
com.sun.electric.tool.user.menus | |
com.sun.electric.tool.user.projectSettings | |
com.sun.electric.tool.user.ui |
Uses of JobException in com.sun.electric.database.change |
---|
Methods in com.sun.electric.database.change that throw JobException | |
---|---|
boolean |
Undo.UndoJob.doIt()
|
Uses of JobException in com.sun.electric.plugins.j3d.utils |
---|
Methods in com.sun.electric.plugins.j3d.utils that throw JobException | |
---|---|
boolean |
J3DClientApp.doIt()
|
Uses of JobException in com.sun.electric.tool |
---|
Methods in com.sun.electric.tool that throw JobException | |
---|---|
boolean |
MultiTaskJob.doIt()
This method is not overriden by subclasses. |
abstract boolean |
Job.doIt()
This is the main work method. |
abstract Result |
MultiTaskJob.mergeTaskResults(java.util.Map<TaskKey,TaskResult> taskResults)
This abtract method combines task results into final result. |
abstract void |
MultiTaskJob.prepareTasks()
This abstract method split large computation into smaller task. |
abstract TaskResult |
MultiTaskJob.runTask(TaskKey taskKey)
This abtract methods performs computation of each task. |
Uses of JobException in com.sun.electric.tool.generator.flag |
---|
Methods in com.sun.electric.tool.generator.flag that throw JobException | |
---|---|
boolean |
FlagLibraryCheckerJob.doIt()
|
boolean |
FlagJob.doIt()
|
boolean |
AddFlagAnnotationJob.doIt()
|
Uses of JobException in com.sun.electric.tool.generator.layout |
---|
Methods in com.sun.electric.tool.generator.layout that throw JobException | |
---|---|
boolean |
GateRegression.doIt()
|
boolean |
GateLayoutGenerator.GenerateFromSchematicsJob.doIt()
|
Uses of JobException in com.sun.electric.tool.io.output |
---|
Methods in com.sun.electric.tool.io.output that throw JobException | |
---|---|
boolean |
Output.OutputCellInfo.doIt()
|
boolean |
Output.WriteJELIB.doIt()
|
Uses of JobException in com.sun.electric.tool.logicaleffort |
---|
Methods in com.sun.electric.tool.logicaleffort that throw JobException | |
---|---|
boolean |
LETool.AnalyzeCell.doIt()
|
boolean |
LETool.ClearStoredSizes.doIt()
|
boolean |
LETool.ClearStoredSizesLibrary.doIt()
|
Uses of JobException in com.sun.electric.tool.ncc |
---|
Methods in com.sun.electric.tool.ncc that throw JobException | |
---|---|
boolean |
SchemNamesToLay.RenameJob.doIt()
|
boolean |
AllSchemNamesToLay.RenameJob.doIt()
|
Uses of JobException in com.sun.electric.tool.project |
---|
Methods in com.sun.electric.tool.project that throw JobException | |
---|---|
boolean |
UpdateJob.doIt()
|
boolean |
DeleteCellJob.doIt()
|
boolean |
CheckOutJob.doIt()
|
boolean |
CheckInJob.doIt()
|
boolean |
CancelCheckOutJob.doIt()
|
boolean |
AddLibraryJob.doIt()
|
boolean |
AddCellJob.doIt()
|
Uses of JobException in com.sun.electric.tool.routing |
---|
Methods in com.sun.electric.tool.routing that throw JobException | |
---|---|
boolean |
Router.CreateRouteJob.doIt()
|
Uses of JobException in com.sun.electric.tool.user |
---|
Subclasses of JobException in com.sun.electric.tool.user | |
---|---|
class |
CantEditException
|
Methods in com.sun.electric.tool.user that throw JobException | |
---|---|
boolean |
ViewChanges.CreateAndViewCell.doIt()
|
boolean |
ExportChanges.ReExportPorts.doIt()
|
boolean |
ExportChanges.RenumberNumericExports.doIt()
|
boolean |
CircuitChangeJobs.RotateSelected.doIt()
|
boolean |
CircuitChangeJobs.AlignObjects.doIt()
|
boolean |
CircuitChangeJobs.AlignNodes.doIt()
|
boolean |
CircuitChangeJobs.ChangeArcProperties.doIt()
|
boolean |
CircuitChangeJobs.ToggleNegationJob.doIt()
|
boolean |
CircuitChangeJobs.RipTheBus.doIt()
|
boolean |
CircuitChangeJobs.DeleteSelected.doIt()
|
boolean |
CircuitChangeJobs.DeleteSelectedGeometry.doIt()
|
boolean |
CircuitChangeJobs.DeleteArcs.doIt()
|
boolean |
CircuitChangeJobs.CleanupChanges.doIt()
|
boolean |
CircuitChangeJobs.ShortenArcs.doIt()
|
boolean |
CircuitChangeJobs.ManyMove.doIt()
|
boolean |
CircuitChangeJobs.RenameTechnology.doIt()
|
boolean |
CircuitChangeJobs.RenameLibrary.doIt()
|
boolean |
CircuitChangeJobs.CheckAndRepairJob.doIt()
|
boolean |
CellChangeJobs.DeleteCell.doIt()
|
boolean |
CellChangeJobs.DeleteManyCells.doIt()
|
boolean |
CellChangeJobs.RenameCell.doIt()
|
boolean |
CellChangeJobs.DeleteCellGroup.doIt()
|
boolean |
CellChangeJobs.RenameCellGroup.doIt()
|
boolean |
CellChangeJobs.GraphCells.doIt()
|
boolean |
CellChangeJobs.PackageCell.doIt()
|
boolean |
CellChangeJobs.ExtractCellInstances.doIt()
|
boolean |
CellChangeJobs.NewCellVersion.doIt()
|
boolean |
CellChangeJobs.DuplicateCell.doIt()
|
Cell |
ViewChanges.IconParameters.makeIconForCell(Cell curCell)
Method to create an icon for a cell. |
Uses of JobException in com.sun.electric.tool.user.menus |
---|
Methods in com.sun.electric.tool.user.menus that throw JobException | |
---|---|
boolean |
FileMenu.ReadLibrary.doIt()
|
boolean |
FileMenu.ImportLibrary.doIt()
|
boolean |
FileMenu.ClearCellDate.doIt()
|
boolean |
FileMenu.QuitJob.doIt()
|
boolean |
CellMenu.SetMultiPageJob.doIt()
|
boolean |
CellMenu.DeleteMultiPageJob.doIt()
|
Uses of JobException in com.sun.electric.tool.user.projectSettings |
---|
Methods in com.sun.electric.tool.user.projectSettings that throw JobException | |
---|---|
boolean |
ProjSettings.ImportSettingsJob.doIt()
|
Uses of JobException in com.sun.electric.tool.user.ui |
---|
Methods in com.sun.electric.tool.user.ui that throw JobException | |
---|---|
boolean |
PaletteFrame.PlaceNewNode.doIt()
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |