Package org.luwrain.studio
Interface Part
- All Known Implementing Classes:
ClassPart,Folder,Place,TexFolder,TexSourceFile
public interface Part
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfacestatic interface -
Method Summary
Modifier and TypeMethodDescriptionstatic Part.Actionaction(String title, InputEvent hotKey, Part.ActionProc proc) static Part.Actionaction(String title, Part.ActionProc proc) static Part.Action[]actions(Part.Action... actions) Part[]getTitle()
-
Method Details
-
getTitle
String getTitle() -
getActions
Part.Action[] getActions() -
getChildParts
Part[] getChildParts() -
startEditing
- Throws:
IOException
-
action
-
action
-
actions
-