Package org.apache.pdfbox.debugger.ui
Class TextStripperMenu
- java.lang.Object
-
- org.apache.pdfbox.debugger.ui.MenuBase
-
- org.apache.pdfbox.debugger.ui.TextStripperMenu
-
public class TextStripperMenu extends MenuBase
-
-
Field Summary
Fields Modifier and Type Field Description private static javax.swing.JCheckBoxMenuItemIGNORESPACESOPTIONMENUITEMprivate static TextStripperMenuinstanceprivate static javax.swing.JCheckBoxMenuItemSORTOPTIONMENUITEM
-
Constructor Summary
Constructors Modifier Constructor Description privateTextStripperMenu()Constructor.
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static TextStripperMenugetInstance()Provides the TextStripperMenu instance.static booleanisIgnoreSpaces()static booleanisSorted()-
Methods inherited from class org.apache.pdfbox.debugger.ui.MenuBase
addMenuListeners, getMenu, setEnableMenu, setMenu
-
-
-
-
Field Detail
-
instance
private static TextStripperMenu instance
-
SORTOPTIONMENUITEM
private static final javax.swing.JCheckBoxMenuItem SORTOPTIONMENUITEM
-
IGNORESPACESOPTIONMENUITEM
private static final javax.swing.JCheckBoxMenuItem IGNORESPACESOPTIONMENUITEM
-
-
Method Detail
-
getInstance
public static TextStripperMenu getInstance()
Provides the TextStripperMenu instance.- Returns:
- TextStripperMenu instance.
-
isSorted
public static boolean isSorted()
-
isIgnoreSpaces
public static boolean isIgnoreSpaces()
-
-