Package org.luwrain.studio
Interface Part
- All Known Implementing Classes:
ClassPart
,Folder
,Place
,TexFolder
,TexSourceFile
public interface Part
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic interface
static interface
-
Method Summary
Modifier and TypeMethodDescriptionstatic Part.Action
action
(String title, InputEvent hotKey, Part.ActionProc proc) static Part.Action
action
(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
-